Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
these were wrong (in pts vs dts sense) when b frames were in use they were also wrong if the average framerate was smaller than 1/timebase resulting in totally wrong final bitrate Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
per frame (this is untested as the encoder does not use it yet) Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08cleanup mc_block()Michael Niedermayer
perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-07Update mkv regression tests after r10421David Conrad
Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Matroska regression testsDavid Conrad
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-03If a stream has no start time, but the first packet has a 'pts', use thatNeil Brown
pts to set the start_time. patch by Neil Brown: [neilb suse de] original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations less dependant on start_time being defined. date: 08/16/2007 08:27 AM Originally committed as revision 10285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23use more bits on the encoder sideMichael Niedermayer
negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer
This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13Use PRId64 in seek testDavid Conrad
Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10nut regression testMichael Niedermayer
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09take care to use video track field number as durationBaptiste Coudurier
Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer
Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer
Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05update seek regressions for r9917Michael Niedermayer
(correct initial timestamps which have AV_NOPTS_VALUE) sorry, i will rm tests/seek_test ; make ; make seektest from now on Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE) by values starting from -frame_duration or another guessed value. After r9917 lavf buffers packets until it finds a known timestamp or it buffered too much, it will then correct the previous unknown timestamps in the buffer exactly. For the seek tests that meant that a few initial timestamps would get changed. If no packet in the whole stream contains a timestamp then all timestamps will be changed by first_frame_duration or so as 0 is used instead of -frame_duration as startpoint ... Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05flashsv regression testMichael Niedermayer
closes issue5 Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19regression tests for yuv440p yuvj440pAndreas Öman
patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier
Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11set locale to C in seek testMåns Rullgård
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-03update regression checksums after r9447Benoit Fouet
Originally committed as revision 9468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc typo fixesDiego Biurrun
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-08The server configuration file is passed as a command line parameter.Diego Biurrun
Originally committed as revision 9254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-30seek tests only available with GPL enabledBenoit Fouet
Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-29Mark phony swscale_error target as such.Diego Biurrun
Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-2710l: Revert accidental removal of unused code.Diego Biurrun
Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Exit with error when running libavtest and not configured with --enable-gpl.Diego Biurrun
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Rename variable for consistency.Diego Biurrun
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27whitespace cosmeticsDiego Biurrun
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27better variable namesDiego Biurrun
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Remove comments that are neither very enlightening nor particularly up-to-date.Diego Biurrun
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Do not hide the commands make runs.Diego Biurrun
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Remove portability comment, it should be pure POSIX now.Diego Biurrun
Originally committed as revision 9130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25whitespace cosmeticsDiego Biurrun
Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25'grep -q' is a GNU extension.Diego Biurrun
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Do not fail or print an error if the logfile already exists.Diego Biurrun
Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Also remove seek_test upon clean.Diego Biurrun
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Replace multiple rules for compiling binaries by one pattern rule.Diego Biurrun
Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Use proper license header.Diego Biurrun
Originally committed as revision 9122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25typoDiego Biurrun
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Remove obsolete and non-working DSP test program.Diego Biurrun
Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-21forgotten h.261 seek regression checksum update due toMichael Niedermayer
"r9076 | michael | 2007-05-20 03:05:34 +0200 (Sun, 20 May 2007) | 2 lines slightly more correct spliting of frames" Originally committed as revision 9089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Do not specify directories in #include path, -I flags take care of this.Ronald S. Bultje
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-09Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng
patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02give the position offset of the file in the packetDaniel Cardenas
update seek regression test reference file accordingly patch by Daniel Cardenas: Daniel Car cox net original thread: [Ffmpeg-devel] [PATCH] Debug help for file position date: 05/01/2007 02:42 AM Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02update reference file for seek test after delivery 8826Benoit Fouet
Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-02modify order in which files are diff'dBenoit Fouet
Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk