summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* WMA: use DSPContext.butterflies_floatMåns Rullgård2009-09-23
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-23
* Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer2009-09-23
* Add support for new x264 API.Jason Garrett-Glaser2009-09-23
* Check dimensions against 0 too.Michael Niedermayer2009-09-23
* Check validity of channels & samplerate.Michael Niedermayer2009-09-23
* Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson2009-09-23
* Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer2009-09-22
* ARM: NEON optimised scalarproduct_floatMåns Rullgård2009-09-22
* AAC: 10l: fix PNS decodingMåns Rullgård2009-09-22
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson2009-09-22
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-22
* Perform the DC prediction reversal immediately after decoding all ofMike Melanson2009-09-22
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-22
* ARM: NEON optimisations for some dsputil functionsMåns Rullgård2009-09-22
* AAC: use new dsputil functionsMåns Rullgård2009-09-22
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-22
* Add forgotten cleanup function in atrac1.Benjamin Larsson2009-09-21
* Cosmetics, indentation.Benjamin Larsson2009-09-21
* Cosmetics. Merge declaration and initialization.Benjamin Larsson2009-09-21
* Move the scale factor and word length indexes to the stack.Benjamin Larsson2009-09-21
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-21
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-21
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-21
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-21
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-21
* Cosmetics: Reindent after r19943.Alex Converse2009-09-21
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-21
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-21
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-21
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-21
* ARM: remove broken IPP supportMåns Rullgård2009-09-21
* Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson2009-09-21
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-20
* Remove unused variable, fixes the warning:Diego Biurrun2009-09-20
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-20
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-20
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-20
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-20
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-19
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-19
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-19
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-19
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-19
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-19
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-18
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-18