| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: deprecate AV_CODEC_CAP_SUBFRAMES | Anton Khirnov | 2023-05-15 | 1 | -2/+10 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | 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 | -12/+12 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | g729: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -9/+11 |
* | avcodec/g729dec: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/g729dec: Avoid one multiply by using init_get_bits8() | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/g729dec: Avoid using buf_size | Michael Niedermayer | 2019-12-01 | 1 | -2/+2 |
* | avcodec/g729dec: Factor block_size out | Michael Niedermayer | 2019-12-01 | 1 | -2/+5 |
* | avcodec/g729dec: require buf_size to be non 0 | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/g729dec: Check for KELVIN && 6k4 | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/g729dec: Use 64bit and clip in scalar product | Michael Niedermayer | 2019-11-25 | 1 | -1/+4 |
* | avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig... | Michael Niedermayer | 2019-10-19 | 1 | -6/+7 |
* | lavc/g729dec: Support decoding Sipro ACELP.KELVIN. | Carl Eugen Hoyos | 2019-09-16 | 1 | -2/+19 |
* | lavc/g729dec: Cosmetics, fix indentation after last commit. | Carl Eugen Hoyos | 2018-12-15 | 1 | -283/+286 |
* | lavc/g729dec: Support stereo streams. | Carl Eugen Hoyos | 2018-12-15 | 1 | -21/+51 |
* | lavu: rename and move ff_parity to av_parity | James Almer | 2016-01-07 | 1 | -1/+1 |
* | lavc/g729dec: use ff_parity() | Clément Bœsch | 2016-01-07 | 1 | -9/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -1/+1 |
* | | avcodec/g729dec: support decoding packets with multiple frames | Paul B Mahol | 2015-04-17 | 1 | -3/+3 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -6/+6 |
|\| |
|
* | | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | | g729dec: switch to buffer refs style | Michael Niedermayer | 2013-03-21 | 1 | -8/+4 |
* | | 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 |
|\| |
|
* | | g729dec: check pitch_delay_int. | Michael Niedermayer | 2012-12-14 | 1 | -0/+4 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+3 |
|\| |
|
* | | use correct doxygen parameter direction syntax | Peter Ross | 2012-11-21 | 1 | -5/+5 |
* | | ensure comment blocks that contain doxygen commands start with double asterix | Peter Ross | 2012-11-21 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -2/+2 |
* | | g729dec: align codec declarations | Paul B Mahol | 2012-06-14 | 1 | -4/+3 |
* | | g729dec: initialize pitch_delay_int_prev to the minimum valid value. | Michael Niedermayer | 2012-04-16 | 1 | -0/+2 |
* | | g729dec: fix scalarproduct_int16 after API change | Michael Niedermayer | 2012-03-13 | 1 | -2/+2 |
* | | cosmetics: fix some typos | Lou Logan | 2012-03-13 | 1 | -1/+1 |
* | | g729dec: fix 'warning: assignment from incompatible pointer type' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | | g729dec: fix use of deprecated functions. | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -8/+6 |
* | | g729dec: update to the new API | Michael Niedermayer | 2011-12-03 | 1 | -7/+15 |
* | | g729dec: initialize bit reader with the correct buffer size | Vitor Sessak | 2011-10-01 | 1 | -1/+1 |
* | | g729: dont force all cpu optims to off but override just the one that doesnt ... | Michael Niedermayer | 2011-09-30 | 1 | -1/+11 |
* | | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de... | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+3 |
* | | g729dec: avoid unnecessary struct copying | Vitor Sessak | 2011-09-25 | 1 | -10/+10 |
* | | g729dec: remove useless headers | Vitor Sessak | 2011-09-25 | 1 | -5/+1 |