| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec/atrac1: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/atrac1: Avoid indirection when calling float dsp function | Andreas Rheinhardt | 2020-09-18 | 1 | -8/+9 |
* | avcodec/atrac1: Cleanup generically after init failure | Andreas Rheinhardt | 2020-09-15 | 1 | -2/+1 |
* | avcodec/atrac1: Check allocation of AVFloatDSPContext | Andreas Rheinhardt | 2020-09-15 | 1 | -0/+4 |
* | avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples | Daniil Cherednik | 2015-11-21 | 1 | -4/+4 |
* | 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 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | avcodec/atrac1: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-20 | 1 | -3/+5 |
* | | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed' | Michael Niedermayer | 2013-09-03 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -3/+3 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 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 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | atrac1: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-16 | 1 | -4/+5 |
|\| |
|
| * | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -4/+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 |
* | | atrac1: Check block align. | Michael Niedermayer | 2012-11-24 | 1 | -0/+5 |
* | | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' | Michael Niedermayer | 2012-11-02 | 1 | -4/+2 |
|\| |
|
| * | atrac1: do not keep a copy of channel count in the private context | Justin Ruggles | 2012-11-01 | 1 | -4/+2 |
* | | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' | Michael Niedermayer | 2012-10-10 | 1 | -25/+4 |
|\| |
|
| * | atrac1: use planar sample format | Justin Ruggles | 2012-10-09 | 1 | -25/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -8/+8 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -4/+4 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | libavcodec: Add ff_ prefix to some nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -9/+17 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-11 | 1 | -1/+1 |
|\| |
|
| * | atrac1: use correct context for av_log() | Justin Ruggles | 2011-11-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-30 | 1 | -33/+60 |
|\| |
|
| * | atrac1: return appropriate error codes instead of -1 | Justin Ruggles | 2011-10-29 | 1 | -5/+5 |
| * | atrac1: check for ff_mdct_init() failure | Justin Ruggles | 2011-10-29 | 1 | -15/+22 |
| * | atrac1: use optimized float_interleave() function for stereo interleaving | Justin Ruggles | 2011-10-29 | 1 | -7/+19 |
| * | atrac1: fix a typo | Justin Ruggles | 2011-10-29 | 1 | -1/+1 |