summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-22
* Perform the DC prediction reversal immediately after decoding all ofMike Melanson2009-09-22
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-22
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun2009-09-22
* Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun2009-09-22
* Improve compiler information code to print to the console on program startup.Diego Biurrun2009-09-22
* Print compiler version and build date before configuration in console output.Diego Biurrun2009-09-22
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-22
* The W64 demuxer depends on the WAV demuxer.Diego Biurrun2009-09-22
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-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
* Deinterleave the generation of config.h and config.mak.Diego Biurrun2009-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
* regtest: do not write to /tmp/ffmpeg$$Måns Rullgård2009-09-21
* configure: remove some unnecessary backslashesMåns Rullgård2009-09-21
* Split dnxhd regression test so the parts can run in parallelMå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
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-19
* Update regression reference for DNxHD test updateReimar Döffinger2009-09-19
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-19
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-19
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-19