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
2010-01-15AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård
2010-01-15AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård
2010-01-13AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård
2010-01-13AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård
2010-01-13AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård
2010-01-13AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård
2010-01-11AAC: use table for cbrtf(n)*nMåns Rullgård
2010-01-11AAC: escape_sequence is 21 bits maxMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2010-01-08AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård
2009-12-16Undo r20874: It broke AAC decoding.Carl Eugen Hoyos
2009-12-15Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos
2009-12-08aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman
2009-12-02AAC: Add a global header but output not locked output configuration status.Alex Converse
2009-12-02Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse
2009-11-2110l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse
2009-11-11AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse
2009-11-04Don't lock the channel output configuration based on the first value seen forAlex Converse
2009-10-09AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain
2009-10-08dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad
2009-09-28Refactor channel element configuration and mapping code into its own functionRobert Swain
2009-09-28Reindent after last commitRobert Swain
2009-09-28AAC: Add channel layout support for channel configuration as defined in theRobert Swain
2009-09-23AAC: minor simplification in PNS decodingMåns Rullgård
2009-09-22AAC: 10l: fix PNS decodingMåns Rullgård
2009-09-22AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse
2009-09-22AAC: use new dsputil functionsMåns Rullgård
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-08-02cosmetics: K&R coding styleDiego Biurrun
2009-07-11Cosmetics: reindent after last commitAlex Converse
2009-07-11Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-06-13Cosmetics: Re-indent after last commitAlex Converse
2009-06-13Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse
2009-05-27In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-13Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse
2009-04-21Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain
2009-04-19Remove unnecessary assignment, found by CSA.Robert Swain
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-23AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse
2009-03-16AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse
2009-03-07Re-indent after last commit.Alex Converse
2009-03-07If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse
2009-03-06Fix the channel allocation bug/assumption (issue 800).Alex Converse
2009-03-06AAC: hoist dependent gain lookup out of the loopAlex Converse
2009-03-01AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse
2009-02-26Re-indent after last commit.Alex Converse
2009-02-26Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse