summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-2/+2
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* lavc: add a private cap for fake-delay encodersAnton Khirnov2023-01-291-3/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+2
* avcodec/ffv1(dec|enc): Remove unnecessary emms_c()Andreas Rheinhardt2022-08-241-1/+0
* avcodec/ffv1enc: Remove redundant wrapperAndreas Rheinhardt2022-08-181-7/+1
* avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt2022-08-181-9/+6
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/ffv1enc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-05-301-1/+1
* avcodec/ffv1enc: Eliminate float/double from find_best_state()Michael Niedermayer2022-05-301-13/+12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-211-1/+0
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-061-1/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/ffv1enc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-17/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-10/+0
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-17/+0
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec/ffv1enc: Fix memleaks on init failureAndreas Rheinhardt2020-09-171-0/+1
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+0
* avcodec/ffv1enc: Fix out-of-bounds-array accessAndreas Rheinhardt2019-09-281-4/+13
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-7/+3
* libavcodec/ffv1enc: minor cosmetic fixMichael Niedermayer2018-06-231-1/+1
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-2/+2
* avcodec/ffv1enc: Check that the crc + version combination is supportedMichael Niedermayer2018-04-241-0/+4
* avcodec/ffv1: support of more pix_fmtJérôme Martinez2018-03-101-1/+12
* avcodec/ffv1enc: remove warning about transparencyJérôme Martinez2018-03-091-3/+0
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-151-0/+3
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-061-2/+14
* avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-02-031-4/+0
* avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-01-121-4/+0
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-1/+4
* avcodec/ffv1enc: compute the max number of slices and limit by thatMichael Niedermayer2017-06-271-3/+4
* avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolutionMichael Niedermayer2017-06-271-0/+4
* avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...Michael Niedermayer2017-06-261-2/+9
* Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch2017-03-191-7/+0
|\
| * ffv1: Remove broken disabled cruftDiego Biurrun2016-08-171-7/+0
| * ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato2016-06-291-37/+35
* | avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer2016-12-091-0/+5
* | avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer2016-12-091-4/+9
* | lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos2016-11-201-2/+9
* | lavc/ffv1enc: Support pix_fmt GRAY10.Carl Eugen Hoyos2016-11-171-0/+2
* | avcodec/ffv1enc: Fix storing RGB48 without explicitly set levelMichael Niedermayer2016-10-251-0/+1
* | avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-161-1/+11