History | View | Annotate | Download (169 KB)
update seek regression tests due to ts modifications
Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix PTS returned by the demuxers for mpeg4 without a decoder.More precissely fix has_b_frames.Fixes issue757
Originally committed as revision 16256 to svn://svn.ffmpeg.org/ffmpeg/trunk
10l: missing change from r15667 - global header also affect seek test results
Originally committed as revision 15668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Switch regression tests to swscale.Plain C, x86-32 and -64 have been tested and should work, otherarchs that had asm optmizations in swscale likely will need some fixesto either fall back on C if SWS_BITEXACT is set or make the asm match C.This also disables the PAL8 test as neither swscale nor the old scaler...
matroskadec: after seeking, skip up to the desired timestamp instead ofthe desired stream
Originally committed as revision 15282 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix seek regression tests after r15229The matroska demuxer now index every streams so seek on stream 1 now works.
Originally committed as revision 15254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix lossless jpeg encoder to comply to spec and store full redundantresiduals, Note this does not change RGB32 as we need to check thisagainst some decoder that supports it.
Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix the seek regressions to match changes in r14956, r14959 and r14960.The changes are verified and desired.
Originally committed as revision 14969 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: update seek regression test to match new ebml parserThis change is due to r14590.The AVPacket position now points to the first byte of the actualpacket data in the file. It previously pointed to the EBML elementID preceding packet data.
Originally committed as revision 14612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Only reset buffer state if seeking is successful; update seek reg ref.
Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
check url_fseek return value, update seek reg tests
Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Set cur_dts to 0 only during creating new streams and not every time cur_dts happensto be AV_NOPTS_VALUE.
Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
update seek reg ref due to r13856
Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
I think we are also compliant to iso2.
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add isom to the compatible brands.
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
pass dts and pts through ffm, should fix streaming b frames
Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
update ffm seek tests now that timestamps are fixed
Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
In mpeg1/2 timestamps are associated with the access unit whichcontains the first picture startcode that commences in the PESpacket, instead of the first access unit that commences in thePES packet. Fix the parser tohandle that properly. This was a very long standing bug ......
Use generic seeking code for flv. The removed code was a buggy duplicate.
Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix seeking in rm.
Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
update ogg seek reg tests because of r12630
Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update the regression tests reference values after the changes to the Matroskamuxer/demuxer in revision 12358.
Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove mp4psp regression test
The PSP MP4 format requires an AAC audio stream, so untilwe have an AAC encoder we cannot test this format.
The existing test is broken and does not actually use thePSP format.
Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
IMA ADPCM encoder - QT variant
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedthrough lrintf(), that is gcc put the 32bit int flags in a 32bit floatwhich caused some to be lost ...).I wonder why FATE did not pick this up?
Originally committed as revision 12329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix trellis quant + AAN DCT.
Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix timestamps and durations if the first packets have no durations nor timestamps,and the information needed to guess the duration only becomes known at a later packet.
Originally committed as revision 11963 to svn://svn.ffmpeg.org/ffmpeg/trunk
It appears last_pts was not set ...
Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Header elision muxing support.This only removes 2 bytes from MP3 and MP2 currently.Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer.Primitive code to remove headers from MPEG-1/2/4 is there too but for thesingle file I tried it on (the one in the regression tests), it was a loss...
seek regression ref update for ogg
Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update seektest regression as well to previous lavf/nut commits
Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
remove single-frame images from seektest
Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
split lavf regression tests
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix b-libav.ul/al seek regression test.
Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
rename dv50 regression test output file to dv50.dv
Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Consider initial EOR in the back_ptr calculation.
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests.
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix regression tests after r11127 and 11129Patch by kostya
Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
ogg seek regression ref
Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Seek regression for RM demuxer fix
Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix seek regression test for ac3 in rm after r10634Needed because avparser changes the size of the packets
Originally committed as revision 10635 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix timestamps used for ratecontrolthese were wrong (in pts vs dts sense) when b frames were in usethey were also wrong if the average framerate was smaller than 1/timebaseresulting in totally wrong final bitrate
Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
allow changing of the spatial_decomposition_count and quantization tablesper frame (this is untested as the encoder does not use it yet)
Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
store halfpel filter coefficients in the header as well as theflag for diagonal interpolation
the primary reason for this change is that previously MC up to 1/4 pelmatched H.264 exactly and that increases the risk of stumbling overpatents
secondly this allows 0.10 db or more quality gain by choosing a longer...
cleanup mc_block()perform interpolation steps in such an order that halfpel interpolationcould be done per picturethis also makes mc_block() match h.264 for the 1/4 pel cases so that theuse of the h264 functions for some cases does not introduce a fantastic mess...
Update mkv regression tests after r10421
Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Matroska regression tests
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
use 16bit IDWT (a SIMD implementation of it should be >2x faster then withthe 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
use more bits on the encoder sidenegligible increase in quality
Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change rounding of the horizontal DWT to match the vertical one.This allows some simplifications and optimizations and shouldnot have any effect on quality.
Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
nut regression test
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
make wmv1 and wmv2 playable with M$ DMO decoder
Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
update seek regressions for r9917(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....
flashsv regression testcloses issue5
Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
regression tests for yuv440p yuvj440ppatch by Andreas Öman: [andreas olebyn nu]
Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
set locale to C in seek test
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge tests Makefile into the top-level Makefile.This gets rid of some recursion and simplifies the code.
Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
forgotten h.261 seek regression checksum update due to"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
give the position offset of the file in the packetupdate seek regression test reference file accordinglypatch by Daniel Cardenas: Daniel Car cox netoriginal thread: [Ffmpeg-devel] [PATCH] Debug help for file positiondate: 05/01/2007 02:42 AM
Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
update reference file for seek test after delivery 8826
Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
seek regression test reference
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk