summaryrefslogtreecommitdiff
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/binkaudio: Clear state on EAGAINMichael Niedermayer2022-06-14
* avcodec/binkaudio: fix indentation to match previous linePeter Ross2022-04-10
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/binkaudio: reset ch_offset on errorsMichael Niedermayer2022-03-29
* avcodec/binkaudio: add support for >2 channels dct codecPaul B Mahol2022-03-22
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* binkaudio: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/binkaudio: Use AVCodecInternal.in_pkt for buffer packetAndreas Rheinhardt2021-11-07
* avcodec/binkaudio: Properly flush the decoderAndreas Rheinhardt2021-10-28
* avcodec/binkaudio: Remove AV_CODEC_CAP_DELAYAndreas Rheinhardt2021-10-28
* avcodec/binkaudio: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/binkaudio: Check return value of functions that can failAndreas Rheinhardt2021-04-02
* avcodec/binkaudio: Fix memleak upon init failureAndreas Rheinhardt2021-04-02
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/binkaudio: Avoid allocation for arrayAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Remove unused array from contextAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Don't use static storage for context-dependent dataAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Fix 2Ghz sample_rateMichael Niedermayer2020-05-17
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avcodec/binkaudio: Check sample rateMichael Niedermayer2019-10-17
* avcodec/binkaudio: Use assert instead of return for use of compile time disab...Michael Niedermayer2019-01-01
* Merge commit '730c02326094bcfb1fa67f10a7e7b22f03f5a88f'Clément Bœsch2017-04-25
|\
| * binkaudio: switch to the new send/receive APIAnton Khirnov2016-12-14
| * binkaudio: Convert to the new bitstream readerAlexandra Hájková2016-11-18
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\|
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-28
|\|
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'Michael Niedermayer2014-09-04
|\|
| * build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
* | avcodec/binkaudio: clear padding area of packet_bufferMichael Niedermayer2014-01-01
* | avcodec/binkaudio: use init_get_bits8()Paul B Mahol2013-10-30
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer2013-08-16
|\|
| * avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|