Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-22Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'Clément Bœsch
2017-03-22Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch
2017-03-15Merge commit '8495d84f0101464b15517860db33e8605586d87e'Clément Bœsch
2017-03-15Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a'Clément Bœsch
2017-03-15Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee'Clément Bœsch
2017-03-15Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a'Clément Bœsch
2017-01-22avcodec/ac3dec: add consistent noise generation option.Jonathan Campbell
2016-11-04avcodec/ac3dec: Check expaccMichael Niedermayer
2016-10-01ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles
2016-10-01ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles
2016-09-15avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe
2016-07-29ac3dec: Add some inline hintsLuca Barbato
2016-07-29ac3dec: Simplify skippingLuca Barbato
2016-07-29ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato
2016-07-29ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato
2016-05-09Merge commit '33275a0de05e9bc321f2537a2a67921fab81624f'Derek Buitenhuis
2016-04-25avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer
2016-04-02ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker
2015-12-24avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer
2015-12-01avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-09-05Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes
2015-08-28lavc: Drop deprecated request_channels related functionsVittorio Giovara
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-03-26avcodec/ac3dec: Put CONFIG* first in if()Michael Niedermayer
2015-03-18avcodec/ac3dec_fixed: fix compilation when ac3dec is disabledJames Almer
2015-03-15avcodec/ac3dec: Fix undefined shiftsMichael Niedermayer
2015-03-14ac3dec: cosmeticsChristophe Gisquet
2015-03-14ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet
2015-03-14ac3_fixed: fix out-of-bound readChristophe Gisquet
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-04avcodec/ac3dec: use init_get_bits8()Paul B Mahol
2014-11-21avcodec/ac3dec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-08-27Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-04-02avcodec/ac3dec: use av_freep() for safteyMichael Niedermayer
2014-04-01avcodec/ac3dec: avoid #if, use if() instead, its cleaner and shorterMichael Niedermayer
2014-04-01avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer
2014-04-01libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic
2014-03-01avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer
2014-02-16Merge commit '9cd4bc41760f8ad879e248920eacbe1e7757152c'Michael Niedermayer
2014-02-16ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker
2014-01-30Merge commit '23d461fe8714a20ee5e6929f22c61512fdda568e'Michael Niedermayer
2014-01-30ac3dec: Allow asymmetric application of DRC when drc_scale > 1John Stebbins
2014-01-20Merge commit 'ade75fb811500f3e3f284737f123938d83be728f'Michael Niedermayer
2014-01-20Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'Michael Niedermayer