summaryrefslogtreecommitdiffstats
path: root/libavcodec/ljpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_commonJames Almer2017-05-081-1/+0
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-5/+38
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-5/+38
* | Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes2015-09-161-1/+0
|\ \ | |/
| * mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-1/+0
* | avcodec/ljpegenc: Fix encoding RGBA LJPEGMichael Niedermayer2015-09-111-9/+12
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-5/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-5/+0
* | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-311-0/+1
|\ \ | |/
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-301-0/+1
* | avcodec/ljpegenc: Check for av_malloc_array() failureMichael Niedermayer2015-01-031-0/+5
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-4/+5
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer2014-07-011-0/+1
|\ \ | |/
| * mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-301-0/+1
* | lavc/ljpegenc: Enable frame-threading.Carl Eugen Hoyos2014-05-311-0/+1
* | Merge commit 'bf0d7da7cbbf869605086c2a47cdf87f0a533e24'Michael Niedermayer2014-03-171-1/+2
|\ \ | |/
| * ljpeg: check color_rangeVittorio Giovara2014-03-161-1/+2
| * ljpeg: fix duplicated pixel format entryVittorio Giovara2014-03-131-1/+1
* | avcodec/mjpegenc: pass chroma quantization matrix through as well, not just lumaMichael Niedermayer2014-01-111-1/+1
* | mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() outMichael Niedermayer2013-12-061-21/+1
* | Merge commit 'b73a8922d818c7f909855557718d4c3bfacbd92d'Michael Niedermayer2013-12-061-74/+93
|\ \ | |/
| * ljpegenc: split yuv encoding into a separate functionAnton Khirnov2013-12-051-74/+93
* | Merge commit 'fa4476815d0d27996eb199452f2cdbfccdd244a5'Michael Niedermayer2013-12-061-51/+64
|\ \ | |/
| * ljpegenc: split bgr encoding into a separate functionAnton Khirnov2013-12-051-45/+58
* | Merge commit 'daffed3b173c59d64907747bf3309e98a8974f4e'Michael Niedermayer2013-12-061-6/+6
|\ \ | |/
| * ljpegenc: accept bgr24 instead of bgraAnton Khirnov2013-12-051-9/+9
* | Merge commit '0cdbc4d39394965bd8712395b19160da8f3fe144'Michael Niedermayer2013-12-061-3/+3
|\ \ | |/
| * ljpegenc: rename the encoding function.Anton Khirnov2013-12-051-3/+3
* | Merge commit '72c0b8f724a71d2784aecad0e5221e7ab6206371'Michael Niedermayer2013-12-061-1/+0
|\ \ | |/
| * ljpeg: remove a commented-out lineAnton Khirnov2013-12-051-1/+0
* | Merge commit '24abd806ea0cfb0d988d2f0044eac79cff12918c'Michael Niedermayer2013-12-061-63/+136
|\ \ | |/
| * ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-051-47/+132
* | avcodec/ljpegenc: Dont use ff_mjpeg_encode_stuffing()Michael Niedermayer2013-12-061-1/+1
* | avcodec/ljpegenc: fix mem allocation failure return code encode_picture_lossl...Michael Niedermayer2013-12-061-1/+1
* | Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d'Michael Niedermayer2013-12-061-8/+8
|\ \ | |/
| * mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov2013-12-051-8/+8
* | Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed'Michael Niedermayer2013-12-061-1/+2
|\ \ | |/
| * mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-051-1/+1
* | Merge commit '058d5f2feb730846f22c1812e433f92f670ad751'Michael Niedermayer2013-12-061-1/+2
|\ \ | |/
| * mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-051-1/+2
* | Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc'Michael Niedermayer2013-12-061-4/+8
|\ \ | |/
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
OpenPOWER on IntegriCloud