| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'bf0d7da7cbbf869605086c2a47cdf87f0a533e24' | Michael Niedermayer | 2014-03-17 | 1 | -1/+2 |
|\ |
|
| * | ljpeg: check color_range | Vittorio Giovara | 2014-03-16 | 1 | -1/+2 |
| * | ljpeg: fix duplicated pixel format entry | Vittorio Giovara | 2014-03-13 | 1 | -1/+1 |
* | | avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma | Michael Niedermayer | 2014-01-11 | 1 | -1/+1 |
* | | mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out | Michael Niedermayer | 2013-12-06 | 1 | -21/+1 |
* | | Merge commit 'b73a8922d818c7f909855557718d4c3bfacbd92d' | Michael Niedermayer | 2013-12-06 | 1 | -74/+93 |
|\| |
|
| * | ljpegenc: split yuv encoding into a separate function | Anton Khirnov | 2013-12-05 | 1 | -74/+93 |
* | | Merge commit 'fa4476815d0d27996eb199452f2cdbfccdd244a5' | Michael Niedermayer | 2013-12-06 | 1 | -51/+64 |
|\| |
|
| * | ljpegenc: split bgr encoding into a separate function | Anton Khirnov | 2013-12-05 | 1 | -45/+58 |
* | | Merge commit 'daffed3b173c59d64907747bf3309e98a8974f4e' | Michael Niedermayer | 2013-12-06 | 1 | -6/+6 |
|\| |
|
| * | ljpegenc: accept bgr24 instead of bgra | Anton Khirnov | 2013-12-05 | 1 | -9/+9 |
* | | Merge commit '0cdbc4d39394965bd8712395b19160da8f3fe144' | Michael Niedermayer | 2013-12-06 | 1 | -3/+3 |
|\| |
|
| * | ljpegenc: rename the encoding function. | Anton Khirnov | 2013-12-05 | 1 | -3/+3 |
* | | Merge commit '72c0b8f724a71d2784aecad0e5221e7ab6206371' | Michael Niedermayer | 2013-12-06 | 1 | -1/+0 |
|\| |
|
| * | ljpeg: remove a commented-out line | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | | Merge commit '24abd806ea0cfb0d988d2f0044eac79cff12918c' | Michael Niedermayer | 2013-12-06 | 1 | -63/+136 |
|\| |
|
| * | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 1 | -47/+132 |
* | | avcodec/ljpegenc: Dont use ff_mjpeg_encode_stuffing() | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
* | | avcodec/ljpegenc: fix mem allocation failure return code encode_picture_lossl... | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
* | | Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d' | Michael Niedermayer | 2013-12-06 | 1 | -8/+8 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() | Anton Khirnov | 2013-12-05 | 1 | -8/+8 |
* | | Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed' | Michael Niedermayer | 2013-12-06 | 1 | -1/+2 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 1 | -1/+1 |
* | | Merge commit '058d5f2feb730846f22c1812e433f92f670ad751' | Michael Niedermayer | 2013-12-06 | 1 | -1/+2 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -1/+2 |
* | | Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc' | Michael Niedermayer | 2013-12-06 | 1 | -4/+8 |
|\| |
|
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+4 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+4 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | ljpegenc: allocate needed scratch-buffer | Michael Niedermayer | 2013-02-05 | 1 | -0/+7 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -10/+10 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | mjpegenc: support slice multithreading | Michael Niedermayer | 2012-06-14 | 1 | -1/+2 |
* | | Allow colour space autodetection when encoding ljpeg. | Carl Eugen Hoyos | 2012-06-04 | 1 | -0/+5 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | ljpegenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\| |
|
| * | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -7/+25 |
|\| |
|
| * | ljpegenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -7/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | | Support encoding BGR24 and BGR0 in ljpeg. | Carl Eugen Hoyos | 2012-02-09 | 1 | -1/+9 |