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