aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* cbr audio muxing fixMichael Niedermayer2004-11-061-2/+2
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 to the put/get_symbol() from snowMichael Niedermayer2004-10-312-2/+2
| | | | Originally committed as revision 3659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 from CABAC to the range coderMichael Niedermayer2004-10-312-4/+4
| | | | Originally committed as revision 3658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix and cleanup h261 mb_type selectionMichael Niedermayer2004-10-282-4/+4
| | | | Originally committed as revision 3647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress uninerresting outputMichael Niedermayer2004-10-281-3/+3
| | | | Originally committed as revision 3645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 regression testMichael Niedermayer2004-10-283-0/+19
| | | | Originally committed as revision 3644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-251-3/+3
| | | | | | uni-muenchen dot de>) Originally committed as revision 3636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (dont reset the sample position at the block end)Michael Niedermayer2004-10-213-10/+10
| | | | Originally committed as revision 3618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable preload and max_mux_delayMichael Niedermayer2004-10-161-1/+1
| | | | Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial dts fixMichael Niedermayer2004-10-031-1/+1
| | | | Originally committed as revision 3555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts/dts 100l fixMichael Niedermayer2004-10-031-1/+1
| | | | Originally committed as revision 3553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SCR timestamp fix try #1Michael Niedermayer2004-10-031-2/+2
| | | | Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * experimental dynamic audio stream allocation for DV demuxer. ThisRoman Shaposhnik2004-09-271-1/+1
| | | | | | | | | should make Nathan Kurz and if I don't hear too much complaints about it -- that's the way it will be from now on. * updating regressions Originally committed as revision 3527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg regression testMichael Niedermayer2004-09-222-3/+4
| | | | Originally committed as revision 3496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write shorter headers if possibleMichael Niedermayer2004-09-223-26/+26
| | | | Originally committed as revision 3494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix for files with size=0Michael Niedermayer2004-09-201-0/+1
| | | | Originally committed as revision 3484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington ↵Loren Merritt2004-09-172-2/+2
| | | | | | dot edu>) Originally committed as revision 3473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to commit thisAlex Beregszaszi2004-09-101-2/+2
| | | | Originally committed as revision 3447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to select w/h from tablesAlex Beregszaszi2004-09-081-2/+2
| | | | Originally committed as revision 3443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always write VOL control parameters, needed by old xvid patch by (Loren ↵Loren Merritt2004-09-032-11/+11
| | | | | | Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer2004-08-143-6/+6
| | | | Originally committed as revision 3391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in DV timestamp generation. Now libavtest doesn'tRoman Shaposhnik2004-08-021-1/+1
| | | | | | depend on a local TZ anymore. Originally committed as revision 3368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-281-2/+2
| | | | Originally committed as revision 3363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1 mv array size fixMichael Niedermayer2004-07-281-4/+4
| | | | Originally committed as revision 3361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use non zero qscale for svq1 testMichael Niedermayer2004-07-283-9/+9
| | | | Originally committed as revision 3358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a small quirk with DV audio muxingRoman Shaposhnik2004-07-272-3/+6
| | | | | | * making DV testable via libavtest Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fixes delayed frames during encoding)Michael Niedermayer2004-06-303-54/+54
| | | | Originally committed as revision 3279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-301-1/+1
| | | | Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio timestamp drift compensationMichael Niedermayer2004-06-301-1/+1
| | | | Originally committed as revision 3272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2004-06-251-2/+3
| | | | Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum changes due to new resampling codeMichael Niedermayer2004-06-182-9/+9
| | | | Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file id stringMichael Niedermayer2004-06-142-8/+5
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-033-195/+195
| | | | | | | finetune bit/distortion weighting factor used in motion estimation, the old coeffs where finetuned relative to incorrect mv_penalty tables which where then fixed later but the coeffs where not this _may_ fix the long standing blocking artifacts, but may also introduce mudding artefacts theoretically, so please tell us if u stumble across any so we can either fix them or export this variable so the user can change it Originally committed as revision 3189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv regression testMichael Niedermayer2004-05-312-0/+8
| | | | Originally committed as revision 3181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-3/+3
| | | | | | | dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-294-15/+15
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bytestream tracing supportMichael Niedermayer2004-05-201-2/+2
| | | | | | | | sync points removing timestamp lru prediction extendible frame_code / frame_code table Originally committed as revision 3142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1 regression testMichael Niedermayer2004-05-123-0/+19
| | | | Originally committed as revision 3129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next_pts fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-052-12/+12
| | | | | | note, dont take the PSNR/stddev values serious, they are caused by a bug in ffmpeg.c which drops one frame before the last frame during encoding with b frames Originally committed as revision 3110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-261-1/+1
| | | | | | | | | | | | | | | | | | | - fixed VBR+constrained bitstream header flags for non-VCD - more sane (and SVCD compatible) value for video stream->max_buffer_size - always write at least one PES header stuffing byte for MPEG-2 to prevent accidental start code generation - do not write more than 16 stuffing bytes in a PES header (not allowed). Use padding packets instead. - include a PES extension in the first MPEG-2 packet - fill the first pack of SVCD files with padding - "sanity hack" that prevents the SCR from overtaking the PTS for non-VCD - fixed VCD PTS values to correspond to the SCR - always include DTS in the first SVCD packet (fixes lots of compatibility problems with DVD players) patch by (Hauke Duden <H.NS.Duden at gmx dot net>) Originally committed as revision 3078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 decoding fixMichael Niedermayer2004-04-252-4/+4
| | | | Originally committed as revision 3068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel & SSE/SATD regression testMichael Niedermayer2004-04-243-0/+18
| | | | Originally committed as revision 3056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* +-1 bugfix regression test checksum updateMichael Niedermayer2004-04-162-3/+3
| | | | Originally committed as revision 3018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bit-exactMichael Niedermayer2004-04-123-8/+8
| | | | Originally committed as revision 3007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum threshold removialMichael Niedermayer2004-04-091-2/+2
| | | | Originally committed as revision 2992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum update for alexs .mov time changeMichael Niedermayer2004-04-083-6/+6
| | | | | | new nut (de)muxer regression tests Originally committed as revision 2981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-011-2/+2
| | | | Originally committed as revision 2944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing 10l in movenc.c + updating regression patterns.Roman Shaposhnik2004-03-283-4/+4
| | | | Originally committed as revision 2938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* diff -wMichael Niedermayer2004-03-261-0/+5
| | | | Originally committed as revision 2936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * enabling DV-in-QTRoman Shaposhnik2004-03-261-1/+1
| | | | | | * fixing a bug in movenc.c: for QT files hdrl should contain 'mhlr' Originally committed as revision 2928 to svn://svn.ffmpeg.org/ffmpeg/trunk