| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mjpegenc_common: Pass MJpegContext for writing picture header | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+3 |
* | avcodec/mjpegenc: Deprecate unused prediction type | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+4 |
* | avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContext | Andreas Rheinhardt | 2022-01-04 | 1 | -8/+10 |
* | avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegenc | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+4 |
* | avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header() | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+14 |
* | avcodec/mpegvideo_enc: Move MJPEG init checks to mjpegenc.c | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+10 |
* | avcodec/mjpegenc: Avoid allocation of MJpegContext | Andreas Rheinhardt | 2022-01-04 | 1 | -14/+17 |
* | avcodec/mjpegenc: Use custom close function directly | Andreas Rheinhardt | 2022-01-04 | 1 | -3/+6 |
* | avcodec/jpegtables: Unavpriv MJPEG-tables | Andreas Rheinhardt | 2022-01-04 | 1 | -8/+8 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+1 |
* | avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+1 |
* | avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+1 |
* | avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+3 |
* | avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts | Andreas Rheinhardt | 2021-04-10 | 1 | -1/+10 |
* | avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffman | Andreas Rheinhardt | 2021-04-10 | 1 | -3/+6 |
* | avcodec/mjpegenc: Fix segfault when freeing incomplete context | Andreas Rheinhardt | 2021-03-31 | 1 | -2/+4 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to it | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+189 |
* | avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe | Andreas Rheinhardt | 2021-01-25 | 1 | -2/+2 |
* | avcodec: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -0/+2 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | mjpeg: Use profile names in the encoder and decoder | Vittorio Giovara | 2018-11-05 | 1 | -0/+2 |
* | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123' | James Almer | 2017-10-23 | 1 | -6/+0 |
|\ |
|
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -2/+0 |
* | | avcodec/mjpegenc: cosmetic changes | Davinder Singh | 2017-08-11 | 1 | -5/+3 |
* | | avcodec/mjpegenc: disable unused code with AMV | Davinder Singh | 2017-08-11 | 1 | -0/+2 |
* | | avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_common | James Almer | 2017-05-08 | 1 | -48/+0 |
* | | mjpegenc: enable optimal huffman coding by default | Rostislav Pehlivanov | 2017-04-09 | 1 | -1/+1 |
* | | avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ... | Michael Niedermayer | 2017-02-10 | 1 | -25/+119 |
* | | avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to... | Michael Niedermayer | 2017-02-10 | 1 | -7/+3 |
* | | avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pas... | Michael Niedermayer | 2017-02-10 | 1 | -12/+2 |
* | | avcodec/mjpegenc: Remove non functional huffman reallocation and error handling | Michael Niedermayer | 2017-02-10 | 1 | -38/+30 |
* | | mjpegenc: use s->avctx as a context for av_log rather than NULL | Rostislav Pehlivanov | 2017-02-09 | 1 | -1/+1 |
* | | mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlc | Rostislav Pehlivanov | 2017-02-09 | 1 | -2/+2 |
* | | Implement optimal huffman encoding for (M)JPEG. | Jerry Jiang | 2017-02-08 | 1 | -65/+178 |
* | | mjpegenc: Remove duplicate initializer | Derek Buitenhuis | 2016-02-03 | 1 | -1/+0 |
* | | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -2/+15 |
|\| |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -0/+19 |
* | | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. | Ronald S. Bultje | 2015-08-28 | 1 | -0/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' | Michael Niedermayer | 2015-06-12 | 1 | -2/+13 |
|\| |
|
* | | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' | Michael Niedermayer | 2015-03-31 | 1 | -0/+1 |
|\| |
|
| * | build: Split JPEG-related tables off into a separate component | Diego Biurrun | 2015-03-30 | 1 | -0/+1 |
| * | mjpegenc: fix argument size in encode_mb | Vittorio Giovara | 2014-11-11 | 1 | -1/+1 |
* | | avcodec/mjpegenc: Mark ff_mjpeg_encode_close() as av_cold | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | avcodec/mjpegenc: support trellis quantization | Michael Niedermayer | 2015-02-11 | 1 | -0/+36 |
* | | avcodec/mjpegenc: use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-10-31 | 1 | -1/+1 |
* | | avcodec/mjpegenc: add priv_class to encoders | Michael Niedermayer | 2014-10-18 | 1 | -0/+6 |
* | | avcodec/mjpegenc: the AMV encoder doesnt support yuv422 | Michael Niedermayer | 2014-09-14 | 1 | -1/+1 |