Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-11-16eatgv: use the AVFrame API properly.Anton Khirnov
2013-10-31eatgv: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-29eatgv: use fixed-width types where appropriate.Anton Khirnov
2013-01-26eatgv: cosmetics, reformatAnton Khirnov
2013-01-26eatgv: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-23av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-06eatgv: check vector_bitsMichael Niedermayer
2012-05-06eatgv: check motion vectorsKostya Shishkov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-26Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak
2010-01-09update my email addressPeter Ross
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-11Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-15libavutil/lzo.h is a local headerAurelien Jacobs
2008-08-06Electronic Arts TGV decoderPeter Ross