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-05ljpegenc: split yuv encoding into a separate functionAnton Khirnov
2013-12-05ljpegenc: split bgr encoding into a separate functionAnton Khirnov
2013-12-05ljpegenc: accept bgr24 instead of bgraAnton Khirnov
2013-12-05ljpegenc: rename the encoding function.Anton Khirnov
2013-12-05ljpeg: remove a commented-out lineAnton Khirnov
2013-12-05ljpegenc: deMpegEncContextizeAnton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton 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-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-23ljpegenc: switch to encode2().Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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-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-12-10Correct a forgotten RGB32.Michael Niedermayer
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
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
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-19add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs