| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/tak*: use cached bitstream reader on !x86_32 | Paul B Mahol | 2022-09-16 | 1 | -0/+1 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/takdec: Remove unnecessary emms_c() | Andreas Rheinhardt | 2022-08-24 | 1 | -4/+0 |
* | 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: 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 | -1/+1 |
* | tak: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -18/+23 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | avcodec/takdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | 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/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -8/+0 |
* | avcodec/takdec: Fix overflow with large sample rates | Michael Niedermayer | 2019-10-25 | 1 | -2/+2 |
* | avcodec/takdec: Fix integer overflow in decorrelate() | Michael Niedermayer | 2019-09-11 | 1 | -1/+1 |
* | avcodec/takdec: Fix integer overflow in decode_lpc() | Michael Niedermayer | 2017-09-24 | 1 | -1/+1 |
* | avcodec/takdec: Fix integer overflows in decode_subframe() | Michael Niedermayer | 2017-09-24 | 1 | -4/+4 |
* | avcodec/takdec: Fix integer overflow in decode_subframe() | Michael Niedermayer | 2017-07-29 | 1 | -1/+1 |
* | avcodec/takdec: Fix integer overflow | Michael Niedermayer | 2017-06-23 | 1 | -1/+1 |
* | avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output | Michael Niedermayer | 2017-06-18 | 1 | -1/+1 |
* | avcodec/takdec: Fix multiple runtime error: signed integer overflow: 637072 *... | Michael Niedermayer | 2017-06-06 | 1 | -2/+2 |
* | avcodec/takdec: Fix runtime error: signed integer overflow: 2146548196 + 2156... | Michael Niedermayer | 2017-05-22 | 1 | -10/+10 |
* | avcodec/takdec: Fix runtime error: left shift of negative value -360 | Michael Niedermayer | 2017-05-22 | 1 | -1/+1 |
* | avcodec/takdec: Fix multiple runtime error: signed integer overflow: -512 * 4... | Michael Niedermayer | 2017-05-22 | 1 | -4/+4 |
* | avcodec/takdec: Fix runtime error: signed integer overflow: 8192 * 524308 can... | Michael Niedermayer | 2017-05-21 | 1 | -2/+2 |
* | avcodec/takdec: Fix runtime error: left shift of negative value -63 | Michael Niedermayer | 2017-05-21 | 1 | -1/+1 |
* | avcodec/takdec: Fix runtime error: left shift of negative value -42 | Michael Niedermayer | 2017-05-17 | 1 | -1/+1 |
* | avcodec/takdec: Fix multiple runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-05-10 | 1 | -6/+6 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -2/+4 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+3 |
| * | takdec: ensure chan2 is a valid channel index | Andreas Cadhalpun | 2016-03-20 | 1 | -0/+6 |
* | | avcodec/takdec: add code that got somehow lost in process of REing | Paul B Mahol | 2016-04-20 | 1 | -0/+1 |
* | | avcodec/takdec: fix decoding of some sample rates with multichannel coder | Paul B Mahol | 2016-04-17 | 1 | -2/+11 |
* | | avcodec/takdec: Skip last p2 sample (which is unused) | Michael Niedermayer | 2015-11-15 | 1 | -1/+1 |
* | | avcodec/takdec: Use memove, avoid undefined memcpy() use | Michael Niedermayer | 2015-11-07 | 1 | -1/+1 |
* | | avcodec/takdec: add x86 SIMD for rest of decorrelation modes | Paul B Mahol | 2015-10-09 | 1 | -25/+19 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+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 |
* | | takdec: ensure chan2 is a valid channel index | Andreas Cadhalpun | 2015-06-10 | 1 | -0/+6 |
* | | Revert "takdec: pad filter coeff buffer for DSP functions" | James Almer | 2015-02-23 | 1 | -8/+24 |
* | | takdec: pad filter coeff buffer for DSP functions | Christophe Gisquet | 2015-02-22 | 1 | -24/+8 |
* | | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
|\| |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -2/+2 |
* | | Merge commit '5ac06633cb63fcc51f2471a3478b44d3f010b16b' | Michael Niedermayer | 2014-12-19 | 1 | -0/+2 |
|\| |
|