10458 Commits (a7c6e766387e8b3922bc710267c41163017bd316)

Author SHA1 Message Date
Michael Niedermayer 9062cd3544 Check validity of channels & samplerate. 16 years ago
Mike Melanson 428984b041 Another micro-optimization for unpack_vlcs(): Eliminate a possible 16 years ago
Michael Niedermayer 4c0dda2b3f Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome 16 years ago
Måns Rullgård 275cfd1501 ARM: NEON optimised scalarproduct_float 16 years ago
Måns Rullgård 0cb7141282 AAC: 10l: fix PNS decoding 16 years ago
Benjamin Larsson 61dc238b45 Hook up the MD studio demuxer and Atrac1 decoder. 16 years ago
Benjamin Larsson e704b012f2 Mention SDDS so search engines will pick it up for when someone 16 years ago
Benjamin Larsson edd897b1b3 Use ff_sine_32 in atrac1. 16 years ago
Mike Melanson 138fe83215 Perform the DC prediction reversal immediately after decoding all of 16 years ago
Alex Converse 5419da8d9c AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) 16 years ago
Måns Rullgård 1dee3e97c6 ARM: NEON optimisations for some dsputil functions 16 years ago
Måns Rullgård 42d3fbb3f4 AAC: use new dsputil functions 16 years ago
Måns Rullgård 53b572118e Add some dsputil functions useful for AAC decoder 16 years ago
Benjamin Larsson 9caab87829 Add forgotten cleanup function in atrac1. 16 years ago
Benjamin Larsson 78b3a12d9c Cosmetics, indentation. 16 years ago
Benjamin Larsson a872e5c1f4 Cosmetics. Merge declaration and initialization. 16 years ago
Benjamin Larsson b6a237025d Move the scale factor and word length indexes to the stack. 16 years ago
Reimar Döffinger 40e26453c4 Use a custom radix sort implementation instead of qsort in dnxhd encoder. 16 years ago
Alex Converse f5e82fec3d aacenc: Use preprocessor constants for trellis states and stages. 16 years ago
Alex Converse 9072c29e40 aacenc: Split paths in the scalefactor selection trellis into a 2-D array. 16 years ago
Alex Converse 9d4f6f10ae aacenc: Replace cbrt() with cbrtf() when the result is destined for float 16 years ago
Alex Converse 0bd9aa449a aacenc: Multiple distortion by lambda after it's summed and not each individual 16 years ago
Alex Converse 06d6b962e5 Cosmetics: Reindent after r19943. 16 years ago
Alex Converse a71e9b6254 aacenc: Don't make unnecessary compares to the escape value in tight loops. 16 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 16 years ago
Måns Rullgård d650574e68 ARM: merge two loops in ff_mdct_calc_neon 16 years ago
Måns Rullgård f7a3b6030c ARM: interleave cos/sin tables for improved NEON MDCT 16 years ago
Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 16 years ago
Måns Rullgård 3572b281c8 ARM: remove broken IPP support 16 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 16 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 16 years ago
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 16 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 16 years ago
Diego Biurrun ec129499b8 Fix embarassing typo in last commit: Restore mistakenly removed ','. 16 years ago
Diego Biurrun 1e1898c00f K&R coding style whitespace cosmetics 16 years ago
Carl Eugen Hoyos 7a38c1149c Cosmetics: Reindent after r19927. 16 years ago
Martin Fiedler 4410adf12e Allow encoding frames with more than 2800 lines. 16 years ago
Reimar Döffinger fbc030045c Support uncompressed 16 bit sgi image format, as e.g. used by the files at 16 years ago
Reimar Döffinger bdb156c7b1 Simplify color_flags calculation, remove a pointless initialization 16 years ago
Reimar Döffinger 75fe5b5243 Make default_correlation array const since it is never modified. 16 years ago
Justin Ruggles 306a1204ff Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction 16 years ago
Benjamin Larsson 803d8488f2 Align sample output buffer in atrac1. 16 years ago
Benjamin Larsson 0105f49792 Fix the short block transform for atrac1. 16 years ago
Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 16 years ago
Diego Biurrun 27666c3176 Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Baptiste Coudurier 301a24de52 fix uninitialized memory in dnxhd encoder 16 years ago
Benjamin Larsson 10634c037a Only use one mdct window size in atrac1. 16 years ago
Kostya Shishkov c4396c241c Remove useless code causing crash in Targa decoder 16 years ago
Justin Ruggles 78a9a77eac add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME 16 years ago
Måns Rullgård d25130eb23 ARM: do not use movw/movt for relocatable values with PIC 16 years ago