| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/codec_internal: Avoid deprecation warnings for channel_layouts | Andreas Rheinhardt | 2022-09-28 | 1 | -5/+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/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | 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 | -10/+10 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | alac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -8/+29 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/alacenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -26/+0 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/alacenc: Don't free unnecessarily | Andreas Rheinhardt | 2020-09-18 | 1 | -14/+6 |
* | avcodec/alacenc: Remove redundant code to free extradata | Andreas Rheinhardt | 2020-09-18 | 1 | -2/+0 |
* | lavc/lpc: Add min_shift parameter in LPC | Jai Luthra | 2016-08-28 | 1 | -1/+3 |
* | avcodec/alacenc: allocate bigger packets | Paul B Mahol | 2016-08-02 | 1 | -1/+1 |
* | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a' | Derek Buitenhuis | 2016-04-17 | 1 | -4/+4 |
|\ |
|
| * | Move const qualifier before type name | Diego Biurrun | 2016-03-23 | 1 | -4/+4 |
| * | libavcodec: Add missing AVClass pointers | Martin Storsjö | 2016-01-22 | 1 | -0/+1 |
* | | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072' | Derek Buitenhuis | 2016-01-31 | 1 | -3/+25 |
|\| |
|
| * | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -3/+24 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | 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 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -7/+0 |
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/alacenc: Remove unused variable | Michael Niedermayer | 2014-09-20 | 1 | -1/+0 |
* | | alacenc: remove unneeded masking | Christophe Gisquet | 2014-09-20 | 1 | -1/+1 |
* | | alacenc: fix incorrect buffer use | Christophe Gisquet | 2014-09-20 | 1 | -1/+1 |
* | | alacenc: fix extra bits extraction | Christophe Gisquet | 2014-08-18 | 1 | -2/+14 |
* | | alacenc: increase predictor buffer | Christophe Gisquet | 2014-08-18 | 1 | -9/+10 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | alacenc: Fix missing sign_extend() | Michael Niedermayer | 2013-06-12 | 1 | -1/+1 |
* | | alacenc: don't allocate unused avctx->coded_frame | Paul B Mahol | 2013-06-07 | 1 | -7/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-06 | 1 | -38/+66 |
|\| |
|
| * | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 1 | -38/+66 |
* | | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a' | Michael Niedermayer | 2012-11-20 | 1 | -26/+75 |
|\| |
|
| * | alacenc: support 24-bit encoding | Justin Ruggles | 2012-11-20 | 1 | -26/+75 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-23 | 1 | -19/+13 |
|\| |
|
| * | alacenc: use s16p sample format as input | Justin Ruggles | 2012-08-22 | 1 | -13/+12 |