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
2015-03-14eac3dec: fix scalingChristophe Gisquet
2015-03-14ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun
2014-02-16Merge commit '9cd4bc41760f8ad879e248920eacbe1e7757152c'Michael Niedermayer
2014-02-16ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker
2014-01-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-20Merge commit 'ade75fb811500f3e3f284737f123938d83be728f'Michael Niedermayer
2014-01-20Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'Michael Niedermayer
2014-01-20Merge commit '1f604f96ea70503caa642f68a85be6074a5b3f46'Michael Niedermayer
2014-01-19eac3: cosmetics, re-indent.Tim Walker
2014-01-19(e)ac3: clip surround mix level indexes.Tim Walker
2014-01-19(e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker
2014-01-19ac3: set default matrix encoding modes in parse_frame_header.Tim Walker
2014-01-06Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'Michael Niedermayer
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-03-13cosmetics: fix some typosLou Logan
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau
2011-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-19cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-05-25eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles
2009-05-2110l: typing mistake in r18888Justin Ruggles
2009-05-21eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
2009-03-17Add documentation about missing E-AC-3 features.Justin Ruggles
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-12-06ac3dec: add missing feature log message for block start infoJustin Ruggles
2008-12-06ac3dec: use skip_bits_long() for block start bitsJustin Ruggles
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
2008-11-13add support for spectral extensionJustin Ruggles
2008-08-31simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles
2008-08-31use correct table nameJustin Ruggles
2008-08-31skip converter exponent strategy for all channels at onceJustin Ruggles
2008-08-31merge declaration and init. variable is not used outside the loop.Justin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles