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: accept bgr24 instead of bgraAnton 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-12-05mjpegenc: do not pass MpegEncContext to jpeg_table_header()Anton Khirnov
2013-12-05mjpegenc: remove commented out never-to-be-finished WIP cruftAnton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to put_huffman_table()Anton Khirnov
2013-12-05mjpegenc: cosmetics, reformat jpeg_put_comments()Anton Khirnov
2013-12-05mjpegenc: write the JFIF header if the sample aspect ratio is setAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego 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-09-09Rename ff_put_string to avpriv_put_stringMartin Storsjö
2012-09-09mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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-12-04Count non-header data towards intra block bit count in MJPEG encoderBobby Bingham
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-10Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer
2009-09-30Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
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-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-25remove duplicate tablesStefan Gehrer
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-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-19move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs
2007-05-19add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2007-05-17add proper prefix to new mjpeg extern func/varAurelien Jacobs
2007-05-17split mjpeg.c into an encoder and a decoder fileAurelien Jacobs
2001-08-06added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard
2001-07-22Initial revisionFabrice Bellard