| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/codec_internal: add cap for ICC profile support | Niklas Haas | 2022-07-30 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/mjpegenc: Remove ineffective pred option | Andreas Rheinhardt | 2022-05-24 | 1 | -6/+0 |
* | avcodec/mpegvideoenc: Remove ineffective options | Andreas Rheinhardt | 2022-05-24 | 1 | -5/+0 |
* | avcodec/mjpegenc: Don't unnecessarily grow buffer | Andreas Rheinhardt | 2022-04-14 | 1 | -1/+0 |
* | avcodec/mjpegenc: support writing ICC profiles | Niklas Haas | 2022-04-11 | 1 | -1/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/mjpegenc: Fix files with slices > 1, but threads == 1 | Andreas Rheinhardt | 2022-04-01 | 1 | -4/+8 |
* | avcodec/mjpegenc, speedhqenc: Remove nonsense assert | Andreas Rheinhardt | 2022-04-01 | 1 | -2/+0 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -16/+16 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | 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 |