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-06-05Rename aac.c to aacdec.c.Alex Converse
2010-06-05aacdec: Rename avccontext to avctx.Alex Converse
2010-06-03aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse
2010-05-27aacdec: Clarify a channel mapping comment.Cyril Russo
2010-05-20Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse
2010-05-01ReindentAlex Converse
2010-05-01Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-14Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger
2010-03-14aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
2010-03-0810l: AAC: Set multiplier to 0.Alex Converse
2010-03-08AAC: Set codec parameters in the first frame rather than in .init()Alex Converse
2010-03-08AAC: Add a new line after the TNS error message.Alex Converse
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-04AAC: Return the number of bytes consumed in decoding a frame.Alex Converse
2010-03-04AAC: Mark predictor functions av_always_inline.Alex Converse
2010-02-25aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse
2010-02-19Add some AAC buffer overread checks.Alex Converse
2010-02-15AAC: Mark che_configure() as av_cold.Alex Converse
2010-02-15AAC: Mark functions that are only called when the output configuration is not...Alex Converse
2010-02-10Output the first AAC frame. This is needed for SBR conformance.Alex Converse
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