summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mjpegenc: switch to get_supported_config()Niklas Haas2024-09-081-2/+22
* avcodec/internal: add FFCodec.color_rangesNiklas Haas2024-09-081-0/+2
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+2
* avcodec/mjpegenc: Inline chroma subsamplingAndreas Rheinhardt2024-03-281-5/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-3/+3
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+3
* avcodec/mjpegenc_common: Only pass what is used from ScanTableAndreas Rheinhardt2022-10-241-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-301-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/mjpegenc: Remove ineffective pred optionAndreas Rheinhardt2022-05-241-6/+0
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-241-5/+0
* avcodec/mjpegenc: Don't unnecessarily grow bufferAndreas Rheinhardt2022-04-141-1/+0
* avcodec/mjpegenc: support writing ICC profilesNiklas Haas2022-04-111-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/mjpegenc: Fix files with slices > 1, but threads == 1Andreas Rheinhardt2022-04-011-4/+8
* avcodec/mjpegenc, speedhqenc: Remove nonsense assertAndreas Rheinhardt2022-04-011-2/+0
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-16/+16
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mjpegenc_common: Pass MJpegContext for writing picture headerAndreas Rheinhardt2022-01-041-2/+3
* avcodec/mjpegenc: Deprecate unused prediction typeAndreas Rheinhardt2022-01-041-2/+4
* avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContextAndreas Rheinhardt2022-01-041-8/+10
* avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegencAndreas Rheinhardt2022-01-041-0/+4
* avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header()Andreas Rheinhardt2022-01-041-2/+14
* avcodec/mpegvideo_enc: Move MJPEG init checks to mjpegenc.cAndreas Rheinhardt2022-01-041-0/+10
* avcodec/mjpegenc: Avoid allocation of MJpegContextAndreas Rheinhardt2022-01-041-14/+17
* avcodec/mjpegenc: Use custom close function directlyAndreas Rheinhardt2022-01-041-3/+6
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-041-8/+8
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt2021-04-101-0/+1
* avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt2021-04-101-0/+1
* avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt2021-04-101-0/+1
* avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt2021-04-101-0/+3
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-101-1/+10
* avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffmanAndreas Rheinhardt2021-04-101-3/+6
* avcodec/mjpegenc: Fix segfault when freeing incomplete contextAndreas Rheinhardt2021-03-311-2/+4
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to itAndreas Rheinhardt2021-02-231-2/+189
* avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt2021-01-251-2/+2
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-0/+2
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* mjpeg: Use profile names in the encoder and decoderVittorio Giovara2018-11-051-0/+2
* Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-231-6/+0
|\
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-2/+0
* | avcodec/mjpegenc: cosmetic changesDavinder Singh2017-08-111-5/+3