| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+7 |
* | libvorbis: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec/libvorbisdec: Fix insufficient input checks leading to out of array r... | Michael Niedermayer | 2019-10-29 | 1 | -4/+7 |
* | avcodec/libvorbisdec: Check extradata size | Michael Niedermayer | 2019-06-29 | 1 | -0/+8 |
* | avcodec/libvorbisdec: Fix memory leak | Andrew Stone | 2015-09-09 | 1 | -2/+5 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | lavc/libvorbisdec: use better error codes | Lukasz Marek | 2014-11-23 | 1 | -4/+4 |
* | lavc/libvorbisdec: fix mem leak in case of init failure | Lukasz Marek | 2014-11-23 | 1 | -7/+15 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | lavc/libvorbisdec: do not return empty frames. | Nicolas George | 2013-09-04 | 1 | -1/+1 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
* | libvorbisdec: Remove AVFrame from context | Michael Niedermayer | 2013-02-13 | 1 | -6/+5 |
* | libvorbisdec: set sample type | Michael Niedermayer | 2013-02-13 | 1 | -0/+1 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
* | libvorbisdec: fix const nitpick warning | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | libvorbis: split encoder from decoder | Paul B Mahol | 2012-06-12 | 1 | -0/+200 |