aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ljpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-301-0/+1
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-301-0/+1
* ljpeg: check color_rangeVittorio Giovara2014-03-161-1/+2
* ljpeg: fix duplicated pixel format entryVittorio Giovara2014-03-131-1/+1
* ljpegenc: split yuv encoding into a separate functionAnton Khirnov2013-12-051-74/+93
* ljpegenc: split bgr encoding into a separate functionAnton Khirnov2013-12-051-45/+58
* ljpegenc: accept bgr24 instead of bgraAnton Khirnov2013-12-051-9/+9
* ljpegenc: rename the encoding function.Anton Khirnov2013-12-051-3/+3
* ljpeg: remove a commented-out lineAnton Khirnov2013-12-051-1/+0
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-051-47/+132
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov2013-12-051-8/+8
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-051-1/+1
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-051-1/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+4
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-1/+1
* ljpegenc: switch to encode2().Anton Khirnov2012-02-231-7/+25
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-2/+2
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-8/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Correct a forgotten RGB32.Michael Niedermayer2009-12-101-1/+1
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-301-4/+4
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-181-8/+8
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-181-0/+197