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-08-12mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-05-30Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-02-01constMichael Niedermayer
2007-12-05fix decoding of the first frame of gray.movMichael Niedermayer
2007-08-01use buf_ptr to correctly decode second fieldBaptiste Coudurier
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs