| 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 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | cng: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+2 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -5/+5 |
* | 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/cngdec: Remove AV_CODEC_CAP_DELAY | Michael Niedermayer | 2019-11-24 | 1 | -1/+1 |
* | avcodec/cngdec: set .caps_internal | Paul B Mahol | 2019-07-07 | 1 | -1/+2 |
* | avcodec/cngdec: Fix integer clipping | Michael Niedermayer | 2017-11-09 | 1 | -1/+1 |
* | avcodec/cngdec: Check skip_samples | Michael Niedermayer | 2017-08-20 | 1 | -0/+6 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |
* | lavc/cngdec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | 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/cngdec: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-10-30 | 1 | -5/+5 |
* | | avcodec/cngdec: use av_mallocz_array() | Michael Niedermayer | 2014-04-09 | 1 | -5/+5 |
* | | 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 |
* | | 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 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | comfortnoise: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -8/+22 |
|\| |
|
| * | cng: Reindent some incorrectly indented lines | Martin Storsjö | 2012-10-30 | 1 | -1/+1 |
| * | cngdec: Allow flushing the decoder | Martin Storsjö | 2012-10-30 | 1 | -3/+17 |
| * | cngdec: Make the dbov variable have the right unit | Martin Storsjö | 2012-10-30 | 1 | -2/+2 |
| * | cngdec: Fix the memset size to cover the full array | Martin Storsjö | 2012-10-30 | 1 | -1/+1 |
| * | cngdec: Update the LPC coefficients after averaging the reflection coefficients | Martin Storsjö | 2012-10-30 | 1 | -1/+1 |
* | | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' | Michael Niedermayer | 2012-10-30 | 1 | -4/+4 |
|/ |
|
* | avcodec: Add a RFC 3389 comfort noise codec | Martin Storsjö | 2012-10-29 | 1 | -0/+162 |