summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson2009-09-221-1/+1
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-221-5/+3
* Perform the DC prediction reversal immediately after decoding all ofMike Melanson2009-09-221-8/+16
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-221-1/+1
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun2009-09-221-1/+1
* Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun2009-09-221-14/+17
* Improve compiler information code to print to the console on program startup.Diego Biurrun2009-09-222-6/+6
* Print compiler version and build date before configuration in console output.Diego Biurrun2009-09-221-2/+2
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-221-91/+88
* The W64 demuxer depends on the WAV demuxer.Diego Biurrun2009-09-221-0/+1
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-221-23/+23
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-221-1/+1
* ARM: NEON optimisations for some dsputil functionsMåns Rullgård2009-09-222-0/+171
* AAC: use new dsputil functionsMåns Rullgård2009-09-222-38/+33
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-222-0/+133
* Add forgotten cleanup function in atrac1.Benjamin Larsson2009-09-211-1/+12
* Cosmetics, indentation.Benjamin Larsson2009-09-211-1/+1
* Cosmetics. Merge declaration and initialization.Benjamin Larsson2009-09-211-3/+1
* Move the scale factor and word length indexes to the stack.Benjamin Larsson2009-09-211-7/+7
* Deinterleave the generation of config.h and config.mak.Diego Biurrun2009-09-211-20/+21
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-211-3/+54
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-211-9/+12
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-211-46/+49
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-211-2/+2
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-211-12/+12
* Cosmetics: Reindent after r19943.Alex Converse2009-09-211-10/+10
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-211-4/+4
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-212-3/+5
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-211-68/+58
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-212-37/+18
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-212-10/+25
* regtest: do not write to /tmp/ffmpeg$$Måns Rullgård2009-09-211-13/+5
* configure: remove some unnecessary backslashesMåns Rullgård2009-09-211-28/+28
* Split dnxhd regression test so the parts can run in parallelMåns Rullgård2009-09-214-8/+14
* ARM: remove broken IPP supportMåns Rullgård2009-09-211-36/+1
* Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson2009-09-211-9/+15
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-201-2/+3
* Remove unused variable, fixes the warning:Diego Biurrun2009-09-201-1/+0
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-2022-99/+91
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-201-1/+1
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-201-47/+48
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-201-1/+1
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-201-0/+5
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-191-9/+11
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-191-8/+3
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-191-1/+1
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-193-16/+27
* Update regression reference for DNxHD test updateReimar Döffinger2009-09-192-8/+16
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-191-1/+5
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-191-0/+1
OpenPOWER on IntegriCloud