summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-271-3/+3
|\
| * ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-121-2/+2
* | avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT...Michael Niedermayer2017-05-141-1/+1
* | avcodec/ac3dec: Keep track of band structureMichael Niedermayer2017-05-131-12/+15
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'Clément Bœsch2017-03-221-3/+3
|\ \ | |/
| * ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-011-4/+4
* | Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch2017-03-221-16/+30
|\ \ | |/
| * ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles2016-10-011-13/+27
* | Merge commit '8495d84f0101464b15517860db33e8605586d87e'Clément Bœsch2017-03-151-3/+3
|\ \ | |/
| * ac3dec: Add some inline hintsLuca Barbato2016-07-291-3/+3
* | Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a'Clément Bœsch2017-03-151-2/+1
|\ \ | |/
| * ac3dec: Simplify skippingLuca Barbato2016-07-291-2/+1
* | Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee'Clément Bœsch2017-03-151-91/+116
|\ \ | |/
| * ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato2016-07-291-91/+116
* | Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a'Clément Bœsch2017-03-151-122/+139
|\ \ | |/
| * ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato2016-07-291-90/+108
* | avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell2017-01-221-0/+7
* | avcodec/ac3dec: Check expaccMichael Niedermayer2016-11-031-0/+4
* | avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe2016-09-151-3/+6
* | Merge commit '33275a0de05e9bc321f2537a2a67921fab81624f'Derek Buitenhuis2016-05-081-2/+3
|\ \ | |/
| * ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker2016-04-021-2/+3
* | avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer2016-04-251-5/+7
* | avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer2015-12-241-4/+6
* | avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde2015-11-301-1/+0
* | avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-221-1/+1
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-051-8/+0
|\ \ | |/
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-8/+0
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* | avcodec/ac3dec: Put CONFIG* first in if()Michael Niedermayer2015-03-261-2/+2
* | avcodec/ac3dec_fixed: fix compilation when ac3dec is disabledJames Almer2015-03-171-1/+1
* | avcodec/ac3dec: Fix undefined shiftsMichael Niedermayer2015-03-151-4/+3
* | ac3dec: cosmeticsChristophe Gisquet2015-03-141-5/+3
* | ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet2015-03-141-1/+1
* | ac3_fixed: fix out-of-bound readChristophe Gisquet2015-03-141-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/ac3dec: use init_get_bits8()Paul B Mahol2015-02-041-1/+2
* | avcodec/ac3dec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-201-5/+3
* | Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-271-10/+35
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-2/+4
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+4
* | avcodec/ac3dec: use av_freep() for safteyMichael Niedermayer2014-04-021-1/+1
* | avcodec/ac3dec: avoid #if, use if() instead, its cleaner and shorterMichael Niedermayer2014-04-011-3/+2
* | avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer2014-04-011-11/+11
* | libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-011-91/+106
* | avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer2014-03-011-2/+2
* | Merge commit '9cd4bc41760f8ad879e248920eacbe1e7757152c'Michael Niedermayer2014-02-161-0/+38
|\ \ | |/
OpenPOWER on IntegriCloud