| 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 | -5/+2 |
* | libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCM | Martijn van Beurden | 2022-12-26 | 1 | -108/+372 |
* | libavcodec/flacenc: Enable sample rates > 655350 Hz | Martijn van Beurden | 2022-11-15 | 1 | -1/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.c | Andreas Rheinhardt | 2022-09-02 | 1 | -6/+34 |
* | avcodec/internal: Move ff_samples_to_time_base() to encode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 1 | -3/+3 |
* | avcodec/flacdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | 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 |
* | flac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -13/+13 |
* | avcodec/golomb: Factor writing golomb codes out | Andreas Rheinhardt | 2022-01-06 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/flacenc: Avoid copying packet data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-23 | 1 | -3/+6 |
* | avcodec/flacenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec/flacenc: Remove always-true check | Andreas Rheinhardt | 2021-04-28 | 1 | -6/+5 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -2/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -36/+0 |
* | avcodec: Remove sidedata-only-packet cruft | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec/flacenc: Fix memleak upon init error | Andreas Rheinhardt | 2021-04-02 | 1 | -0/+1 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -3/+3 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | avcodec/flacenc: Replace "return -1" by named constant | Michael Niedermayer | 2017-09-24 | 1 | -1/+1 |
* | lavc/lpc: Add min_shift parameter in LPC | Jai Luthra | 2016-08-28 | 1 | -1/+2 |
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -0/+1 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+1 |
| * | flacenc: Load default prediction_order parameters if none is selected | Michael Niedermayer | 2016-02-08 | 1 | -2/+4 |
| * | flacenc: Restore defaults and range for {min, max}_prediction_order | Derek Buitenhuis | 2016-02-01 | 1 | -2/+2 |
* | | avcodec/flacenc: Fix prediction_order parameter | Michael Niedermayer | 2016-01-31 | 1 | -2/+4 |
* | | flacenc: Restore defaults and range for {min,max}_prediction_order | Derek Buitenhuis | 2016-01-31 | 1 | -2/+2 |
* | | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072' | Derek Buitenhuis | 2016-01-31 | 1 | -6/+27 |
|\| |
|
| * | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -6/+27 |
* | | avcodec/flacenc: fix calculation of bits required in case of custom sample rate | Paul B Mahol | 2016-01-24 | 1 | -1/+1 |
* | | avcodec/flacenc: use designated initializers for AVClass | Paul B Mahol | 2015-12-20 | 1 | -4/+4 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65' | Derek Buitenhuis | 2015-11-22 | 1 | -6/+8 |
|\| |
|
| * | flacenc: Clamp user-supplied min/max prediction orders | Vittorio Giovara | 2015-11-16 | 1 | -6/+8 |
* | | intmath: remove av_ctz. | Ronald S. Bultje | 2015-10-11 | 1 | -1/+1 |
* | | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5' | Hendrik Leppkes | 2015-09-12 | 1 | -0/+6 |
|\| |
|
| * | lavc: Enable side data only packets by default | Vittorio Giovara | 2015-09-12 | 1 | -0/+6 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/flacenc: Fix Invalid Rice order | George Boyle | 2015-06-16 | 1 | -1/+1 |
* | | avcodec/flacenc: Simplify sizeof() | Michael Niedermayer | 2015-06-02 | 1 | -1/+1 |
* | | avcodec/flacenc: Support Multi dimensional quantization | Michael Niedermayer | 2015-05-20 | 1 | -0/+45 |