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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-10mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard
2011-08-01mpeg4videodec: remove dead code that would have detected erroneous encodingDustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-21mpeg4: add Mpeg4 Profiles names.Thierry Foucu
2011-07-21mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
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-13mpeg4video: ignore broken GOP headersAnatoly Nenashev
2011-02-08logging: downgrade recoverable errors to warningsStefan Kost
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2011-01-04mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
2010-02-08Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer
2010-01-08Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer