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-11-16jpegls: use the AVFrame API properly.Anton Khirnov
2013-05-16jpegls: K&R formatting cosmeticsLuca Barbato
2013-05-16jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego 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-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-23jpeglsenc: switch to encode2().Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
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-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-06-12misc spelling fixesDiego Biurrun
2007-05-19move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs
2007-05-14split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs