489 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Jonathan Campbell d5d474aea5 avcodec/ac3dec: add consistent noise generation option. 8 years ago
Michael Niedermayer cee1f4c069 avcodec/ac3dec: Check expacc 8 years ago
Justin Ruggles b57e38f52c ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm 8 years ago
Justin Ruggles 43717469f9 ac3dsp: Reverse matrix in/out order in downmix() 8 years ago
Nikolas Bowe 96cd6f672e avcodec/(e)ac3: Fix target_level for EAC3. 8 years ago
Luca Barbato 8495d84f01 ac3dec: Add some inline hints 8 years ago
Luca Barbato 3db51bf671 ac3dec: Simplify skipping 8 years ago
Luca Barbato f0ccc65bc9 ac3dec: Split coupling-specific code from decode_audio_block() 8 years ago
Luca Barbato a5ebe5d121 ac3dec: Split spx-specific code from decode_audio_block() 8 years ago
Michael Niedermayer 9ac154d1fa avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 9 years ago
Tim Walker 33275a0de0 ac3dec: change logging of skipped E-AC-3 substreams. 9 years ago
Michael Niedermayer 052e692e85 avcodec/ac3dec: Print the value of out of range exponents 9 years ago
Ganesh Ajjanagadde 7b11eead1b avcodec/ac3: always use hardcoded tables 9 years ago
Andreas Cadhalpun 957f92729a avcodec: drop 2 suffix from avpriv_ac3_parse_header2 9 years ago
Vittorio Giovara dc70c19476 lavc: Drop deprecated request_channels related functions 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 71258e5d87 avcodec/ac3dec: Put CONFIG* first in if() 10 years ago
James Almer bf2bd5b807 avcodec/ac3dec_fixed: fix compilation when ac3dec is disabled 10 years ago
Michael Niedermayer 94ccbad488 avcodec/ac3dec: Fix undefined shifts 10 years ago
Christophe Gisquet 73ebbfdff0 ac3dec: cosmetics 10 years ago
Christophe Gisquet c4bf3833f4 ac3_fixed: fix computation of spx_noise_blend 10 years ago
Christophe Gisquet b083440060 ac3_fixed: fix out-of-bound read 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Paul B Mahol c93a7b264f avcodec/ac3dec: use init_get_bits8() 10 years ago
Michael Niedermayer 8bce5c8e74 avcodec/ac3dec: Use avpriv_float_dsp_alloc() 10 years ago
Jean-Francois Thibert 12df9b9a15 Improved AC3 decoder level support (heavy drc, dialnorm) 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer c00f368caa avcodec/ac3dec: use av_freep() for saftey 11 years ago
Michael Niedermayer 91b105ce5b avcodec/ac3dec: avoid #if, use if() instead, its cleaner and shorter 11 years ago
Michael Niedermayer b219142921 avcodec/ac3: rename identifier used to select the fixed point variant 11 years ago
Nedeljko Babic 696e34a6e1 libavcodec: Implementation of AC3 fixedpoint decoder 11 years ago
Michael Niedermayer eadc21cfe7 avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodec 11 years ago
Tim Walker 9cd4bc4176 ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data. 11 years ago
John Stebbins 23d461fe87 ac3dec: Allow asymmetric application of DRC when drc_scale > 1 11 years ago
Tim Walker ade75fb811 (e)ac3: clip surround mix level indexes. 11 years ago
Tim Walker c229f571fd (e)ac3: parse and store the Lt/Rt and LFE mix levels. 11 years ago
Tim Walker 1f604f96ea ac3: set default matrix encoding modes in parse_frame_header. 11 years ago
Tim Walker 7840c40445 (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data. 11 years ago
Tim Walker 13345fc1f8 (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode flags. 11 years ago
John Stebbins c9ca220ef2 ac3dec: make drc_scale exponentially 11 years ago
Michael Niedermayer 4782c4284f avcodec/ac3dec: check bap before use. 11 years ago
Tim Walker 48b24bd2d2 ac3dec: Fix out-of-array read 11 years ago
Michael Niedermayer 2cbf27b08a libavcodec/ac3dec: fix channel_layout 11 years ago
Tim Walker d4df02131b ac3dec: Remove write-only channel_layout field from AC3DecodeContext 11 years ago
Tim Walker b532854622 ac3: implement request_channel_layout. 11 years ago
Tim Walker ffb0af7f17 ac3dec: simplify an expression 11 years ago
Michael Niedermayer 6c82c87dbb ac3dec: fix outptr increment. 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago