summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-20
| | | | Originally committed as revision 19928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-20
| | | | | | Patch by Martin Fiedler, martin fiedler gmx net Originally committed as revision 19927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-19
| | | | | | http://media.xiph.org/svt/2160p50_CgrLevels_Master_SVTdec05_/1_CrowdRun_2160p50_CgrLevels_MASTER_SVTdec05_/ Originally committed as revision 19926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-19
| | | | | | and use AV_RB16 where possible. Originally committed as revision 19925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-19
| | | | Originally committed as revision 19924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"Reimar Döffinger2009-09-19
| | | | | | variant of the encoder. Originally committed as revision 19923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression reference for DNxHD test updateReimar Döffinger2009-09-19
| | | | Originally committed as revision 19922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change DNxHD regression tests to test both 720p and 1080i instead of just 1080iReimar Döffinger2009-09-19
| | | | | | for better test coverage. Originally committed as revision 19921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-19
| | | | Originally committed as revision 19920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-19
| | | | | | does not change any current channel mapping behavior. Originally committed as revision 19919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-19
| | | | Originally committed as revision 19918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-19
| | | | Originally committed as revision 19917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger2009-09-18
| | | | | | encoded data. Originally committed as revision 19916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-18
| | | | | | AVCodecTag is declared in riff.h, not avformat.h. Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-18
| | | | | | Fixes compilation with disabled optimizations and enabled Snow decoder. Originally committed as revision 19914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-18
| | | | Originally committed as revision 19912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-18
| | | | Originally committed as revision 19911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-18
| | | | Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add probetest to TOOLS list.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-18
| | | | Originally committed as revision 19907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-18
| | | | Originally committed as revision 19906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-17
| | | | | | | (philip coombes zoneminder com), see "[PATCH]RTSP Basic Authentication" thread on mailinglist. Originally committed as revision 19905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression tests due to r19902Baptiste Coudurier2009-09-17
| | | | Originally committed as revision 19904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger2009-09-17
| | | | | | the results of most FATE machines. Originally committed as revision 19903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-17
| | | | Originally committed as revision 19902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger2009-09-17
| | | | | | also have a much saner stddev). Originally committed as revision 19901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-17
| | | | Originally committed as revision 19900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-17
| | | | Originally committed as revision 19899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-17
| | | | Originally committed as revision 19898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-17
| | | | Originally committed as revision 19897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-17
| | | | | | guess whether the file is little- or big-endian. Originally committed as revision 19896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-17
| | | | Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-17
| | | | | | | | | into playpath. Patch by Lars Täuber (<$name> . <$lastname with umlaut replaced with diphtong> @ <gmx> . <net>) Originally committed as revision 19894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself as RTMP maintainerKostya Shishkov2009-09-17
| | | | Originally committed as revision 19893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-17
| | | | Originally committed as revision 19892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-16
| | | | | | | comment as a reminder that we can remove both capabilities once a parser is implemented. Originally committed as revision 19891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-16
| | | | Originally committed as revision 29686 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-16
| | | | Originally committed as revision 29685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention after last commit.Michael Niedermayer2009-09-16
| | | | Originally committed as revision 19888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
| | | | | | from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-16
| | | | Originally committed as revision 19886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-16
| | | | Originally committed as revision 19885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-16
| | | | Originally committed as revision 19884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-16
| | | | Originally committed as revision 19883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-16
| | | | | | | It assumes that sizeof(vmd_frame) < 64k, otherwise an additional check to ensure sound_buffers <= UINT_MAX / sizeof(vmd_frame) would be necessary. Originally committed as revision 19882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
| | | | | | | | per AVPacket No longer print "Multiple frames in a packet" error message when CODEC_CAP_SUBFRAMES is set (wmapro, wavpack) Originally committed as revision 19881 to svn://svn.ffmpeg.org/ffmpeg/trunk