| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContext | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+3 |
* | avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header() | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+1 |
* | avcodec/mjpegenc: Use custom close function directly | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+0 |
* | avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to it | Andreas Rheinhardt | 2021-02-23 | 1 | -0/+1 |
* | avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common | James Almer | 2017-05-08 | 1 | -1/+0 |
* | avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to... | Michael Niedermayer | 2017-02-10 | 1 | -1/+1 |
* | avcodec/mjpegenc: Remove non functional huffman reallocation and error handling | Michael Niedermayer | 2017-02-10 | 1 | -2/+0 |
* | Implement optimal huffman encoding for (M)JPEG. | Jerry Jiang | 2017-02-08 | 1 | -9/+59 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5' | Michael Niedermayer | 2015-03-31 | 1 | -1/+2 |
|\| |
|
| * | mjpeg: Use a more precise type for put_marker() | Diego Biurrun | 2015-03-30 | 1 | -1/+2 |
* | | Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80' | Michael Niedermayer | 2015-03-30 | 1 | -0/+7 |
|\| |
|
| * | mjpeg: Move code only used in the encoder(s) to the appropriate header | Diego Biurrun | 2015-03-30 | 1 | -0/+7 |
| * | mjpegenc: fix argument size in encode_mb | Vittorio Giovara | 2014-11-11 | 1 | -1/+1 |
* | | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30' | Michael Niedermayer | 2014-07-01 | 1 | -10/+0 |
|\| |
|
| * | mjpeg: Split off bits shared by MJPEG and LJPEG encoders | Diego Biurrun | 2014-06-30 | 1 | -7/+0 |
* | | avcodec/mjpegen: Fix declared argument size | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | | avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma | Michael Niedermayer | 2014-01-11 | 1 | -1/+2 |
* | | mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out | Michael Niedermayer | 2013-12-06 | 1 | -0/+1 |
* | | avcodec/mjpegenc: make escape_FF() non static | Michael Niedermayer | 2013-12-06 | 1 | -0/+1 |
* | | Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d' | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() | Anton Khirnov | 2013-12-05 | 1 | -1/+1 |
* | | Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed' | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
|\| |
|
| * | 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/+3 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -1/+3 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -2/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | mjpegenc: support slice multithreading | Michael Niedermayer | 2012-06-14 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | add a proper prefix to all mjpeg encoder exported functions | Aurelien Jacobs | 2007-05-18 | 1 | -8/+8 |
* | split ljpeg encoder out of mjpeg.c | Aurelien Jacobs | 2007-05-18 | 1 | -0/+60 |