122 Commits (4e6debe1df7d53f3f59b37449b82265d5c08a172)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Michael Niedermayer 3a22bc03e6 avcodec/binkaudio: reset ch_offset on errors 3 years ago
Paul B Mahol 902ee9cafc avcodec/binkaudio: add support for >2 channels dct codec 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 14b28ab6f7 binkaudio: convert to new channel layout API 3 years ago
Andreas Rheinhardt e353300622 avcodec/binkaudio: Use AVCodecInternal.in_pkt for buffer packet 3 years ago
Andreas Rheinhardt e84c83ef98 avcodec/binkaudio: Properly flush the decoder 3 years ago
Andreas Rheinhardt f8790ad002 avcodec/binkaudio: Remove AV_CODEC_CAP_DELAY 3 years ago
Andreas Rheinhardt bff74c3aea avcodec/binkaudio: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 0062aca592 avcodec/binkaudio: Check return value of functions that can fail 4 years ago
Andreas Rheinhardt 85aed2e390 avcodec/binkaudio: Fix memleak upon init failure 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt ae343d6595 avcodec/binkaudio: Avoid allocation for array 4 years ago
Andreas Rheinhardt c703088c1b avcodec/binkaudio: Remove unused array from context 4 years ago
Andreas Rheinhardt 2777bae7f2 avcodec/binkaudio: Don't use static storage for context-dependent data 4 years ago
Michael Niedermayer f603d10b1e avcodec/binkaudio: Fix 2Ghz sample_rate 5 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer 2fca09bce4 avcodec/binkaudio: Check sample rate 5 years ago
Michael Niedermayer bb2d8708f7 avcodec/binkaudio: Use assert instead of return for use of compile time disabled codecs 6 years ago
Anton Khirnov 730c023260 binkaudio: switch to the new send/receive API 8 years ago
Alexandra Hájková 0977a7c2f6 binkaudio: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun f20518568a build: Split WMA frequencies into a separate object file 10 years ago
Michael Niedermayer 07728a1115 avcodec/binkaudio: clear padding area of packet_buffer 11 years ago
Paul B Mahol 1de8dfcbc4 avcodec/binkaudio: use init_get_bits8() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 5cc0bd2cb4 binkaudio: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles faf340f60c binkaudio: set channel layout 12 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol c2dd01c16f binkaudio: prevent extradata overread 13 years ago
Paul B Mahol 824a6975ee binkaudio: check number of channels 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago