summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-19
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-19
* Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger2009-09-18
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-18
* 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
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-18
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-18
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-18
* Add probetest to TOOLS list.Diego Biurrun2009-09-18
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-18
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-18
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-18
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-17
* update seek regression tests due to r19902Baptiste Coudurier2009-09-17
* Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger2009-09-17
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-17
* Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger2009-09-17
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-17
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-17