| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | lavc: add a private cap for fake-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -3/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+2 |
* | avcodec/ffv1(dec|enc): Remove unnecessary emms_c() | Andreas Rheinhardt | 2022-08-24 | 1 | -1/+0 |
* | avcodec/ffv1enc: Remove redundant wrapper | Andreas Rheinhardt | 2022-08-18 | 1 | -7/+1 |
* | avcodec/ffv1enc: Don't create and keep unnecessary reference | Andreas Rheinhardt | 2022-08-18 | 1 | -9/+6 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/ffv1enc: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2022-05-30 | 1 | -1/+1 |
* | avcodec/ffv1enc: Eliminate float/double from find_best_state() | Michael Niedermayer | 2022-05-30 | 1 | -13/+12 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+0 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/golomb: Factor writing golomb codes out | Andreas Rheinhardt | 2022-01-06 | 1 | -1/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/ffv1enc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -17/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -10/+0 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -17/+0 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/ffv1enc: Fix memleaks on init failure | Andreas Rheinhardt | 2020-09-17 | 1 | -0/+1 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -3/+0 |
* | avcodec/ffv1enc: Fix out-of-bounds-array access | Andreas Rheinhardt | 2019-09-28 | 1 | -4/+13 |
* | avcodec/rangecoder: factorize termination version code | Michael Niedermayer | 2018-12-31 | 1 | -7/+3 |
* | libavcodec/ffv1enc: minor cosmetic fix | Michael Niedermayer | 2018-06-23 | 1 | -1/+1 |
* | Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ... | Marton Balint | 2018-04-30 | 1 | -2/+2 |
* | avcodec/ffv1enc: Check that the crc + version combination is supported | Michael Niedermayer | 2018-04-24 | 1 | -0/+4 |
* | avcodec/ffv1: support of more pix_fmt | Jérôme Martinez | 2018-03-10 | 1 | -1/+12 |
* | avcodec/ffv1enc: remove warning about transparency | Jérôme Martinez | 2018-03-09 | 1 | -3/+0 |
* | avcodec/ffv1: Support for GBRAP10 and GBRAP12 | Jérôme Martinez | 2018-02-15 | 1 | -0/+3 |
* | avcodec/ffv1: Support for RGBA64 and GBRAP16 | Jérôme Martinez | 2018-02-06 | 1 | -2/+14 |
* | avcodec/ffv1enc: mark RGB48 support as non-experimental | Jérôme Martinez | 2018-02-03 | 1 | -4/+0 |
* | avcodec/ffv1enc: mark RGB48 support as non-experimental | Jérôme Martinez | 2018-01-12 | 1 | -4/+0 |
* | avcodec: remove remaining uses of avcodec_get_chroma_sub_sample | Martin Vignali | 2017-11-06 | 1 | -1/+4 |
* | avcodec/ffv1enc: compute the max number of slices and limit by that | Michael Niedermayer | 2017-06-27 | 1 | -3/+4 |
* | avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolution | Michael Niedermayer | 2017-06-27 | 1 | -0/+4 |
* | avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit... | Michael Niedermayer | 2017-06-26 | 1 | -2/+9 |
* | Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710' | Clément Bœsch | 2017-03-19 | 1 | -7/+0 |
|\ |
|
| * | ffv1: Remove broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -7/+0 |
| * | ffv1: Remove version 2 and mark version 3 as non-experimental | Luca Barbato | 2016-06-29 | 1 | -37/+35 |
* | | avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all... | Michael Niedermayer | 2016-12-09 | 1 | -0/+5 |
* | | avcodec/ffv1enc: Fix size of first slice | Michael Niedermayer | 2016-12-09 | 1 | -4/+9 |
* | | lavc/ffv1: Support YUV4xxP12 and GRAY12. | Carl Eugen Hoyos | 2016-11-20 | 1 | -2/+9 |
* | | lavc/ffv1enc: Support pix_fmt GRAY10. | Carl Eugen Hoyos | 2016-11-17 | 1 | -0/+2 |
* | | avcodec/ffv1enc: Fix storing RGB48 without explicitly set level | Michael Niedermayer | 2016-10-25 | 1 | -0/+1 |
* | | avcodec/ffv1enc: Add RGB48 support | Michael Niedermayer | 2016-08-16 | 1 | -1/+11 |
* | | avcodec/ffv1enc: do not offset null pointers | Michael Niedermayer | 2016-08-16 | 1 | -2/+2 |