| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/binkaudio: reset input packet on errors | Anton Khirnov | 2023-06-17 | 1 | -3/+3 |
* | avcodec/binkaudio: clear pts when returning more than one frame per input packet | James Almer | 2022-12-07 | 1 | -1/+4 |
* | binkaudio: convert to lavu/tx | Lynne | 2022-11-24 | 1 | -21/+21 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/binkaudio: Clear state on EAGAIN | Michael Niedermayer | 2022-06-14 | 1 | -1/+3 |
* | avcodec/binkaudio: fix indentation to match previous line | Peter Ross | 2022-04-10 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/binkaudio: reset ch_offset on errors | Michael Niedermayer | 2022-03-29 | 1 | -0/+2 |
* | avcodec/binkaudio: add support for >2 channels dct codec | Paul B Mahol | 2022-03-22 | 1 | -18/+33 |
* | 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 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | binkaudio: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -9/+10 |
* | avcodec/binkaudio: Use AVCodecInternal.in_pkt for buffer packet | Andreas Rheinhardt | 2021-11-07 | 1 | -6/+3 |
* | avcodec/binkaudio: Properly flush the decoder | Andreas Rheinhardt | 2021-10-28 | 1 | -0/+10 |
* | avcodec/binkaudio: Remove AV_CODEC_CAP_DELAY | Andreas Rheinhardt | 2021-10-28 | 1 | -2/+2 |
* | avcodec/binkaudio: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -2/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/binkaudio: Check return value of functions that can fail | Andreas Rheinhardt | 2021-04-02 | 1 | -3/+5 |
* | avcodec/binkaudio: Fix memleak upon init failure | Andreas Rheinhardt | 2021-04-02 | 1 | -0/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/binkaudio: Avoid allocation for array | Andreas Rheinhardt | 2020-09-04 | 1 | -6/+1 |
* | avcodec/binkaudio: Remove unused array from context | Andreas Rheinhardt | 2020-09-04 | 1 | -1/+0 |
* | avcodec/binkaudio: Don't use static storage for context-dependent data | Andreas Rheinhardt | 2020-09-04 | 1 | -4/+3 |
* | avcodec/binkaudio: Fix 2Ghz sample_rate | Michael Niedermayer | 2020-05-17 | 1 | -1/+1 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec/binkaudio: Check sample rate | Michael Niedermayer | 2019-10-17 | 1 | -0/+2 |
* | avcodec/binkaudio: Use assert instead of return for use of compile time disab... | Michael Niedermayer | 2019-01-01 | 1 | -1/+1 |
* | Merge commit '730c02326094bcfb1fa67f10a7e7b22f03f5a88f' | Clément Bœsch | 2017-04-25 | 1 | -28/+32 |
|\ |
|
| * | binkaudio: switch to the new send/receive API | Anton Khirnov | 2016-12-14 | 1 | -26/+32 |
| * | binkaudio: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-18 | 1 | -29/+30 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -4/+5 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -4/+5 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' | Michael Niedermayer | 2015-02-28 | 1 | -1/+0 |
|\| |
|
| * | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -1/+0 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' | Michael Niedermayer | 2014-09-04 | 1 | -1/+1 |
|\| |
|
| * | build: Split WMA frequencies into a separate object file | Diego Biurrun | 2014-09-04 | 1 | -1/+1 |
* | | avcodec/binkaudio: clear padding area of packet_buffer | Michael Niedermayer | 2014-01-01 | 1 | -0/+1 |
* | | avcodec/binkaudio: use init_get_bits8() | Paul B Mahol | 2013-10-30 | 1 | -1/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14' | Michael Niedermayer | 2013-08-16 | 1 | -2/+1 |
|\| |
|
| * | avcodec: Replace local extern declarations for tables with header #includes | Diego Biurrun | 2013-08-15 | 1 | -2/+1 |