summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-17
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-17
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-17
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-17
* Register myself as RTMP maintainerKostya Shishkov2009-09-17
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-17
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-16
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-16
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-16
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-16
* Fix indention after last commit.Michael Niedermayer2009-09-16
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-16
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-16
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-16
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-16
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-16