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 (Expand)Author
2008-08-05matroskadec: update seek regression test to match new ebml parserAurelien Jacobs
2008-07-31Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier
2008-07-31check url_fseek return value, update seek reg testsBaptiste Coudurier
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun
2008-07-24Fix segfault with non existing input files.Michael Niedermayer
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier
2008-07-14Make our flac decoder decode all the data at EOF.Michael Niedermayer
2008-07-13Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger
2008-07-0910000l for myself, my last change was incomplete.Michael Niedermayer
2008-07-08Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer
2008-06-22store dts in ffm headersBaptiste Coudurier
2008-06-22remove pts set hack, this is no more correctBaptiste Coudurier
2008-06-22update seek reg ref due to r13856Baptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-22do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier
2008-06-22use av_seek_frame to flush demxu pending packets, fixes seeking, should have ...Baptiste Coudurier
2008-06-21update reg ref due to r13851Baptiste Coudurier
2008-06-13I think we are also compliant to iso2.Michael Niedermayer
2008-06-13Add isom to the compatible brands.Michael Niedermayer
2008-06-09remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc...Baptiste Coudurier
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier
2008-06-09remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier
2008-06-07update ffm seek tests now that timestamps are fixedBaptiste Coudurier
2008-06-07fix pts handling in ffmBaptiste Coudurier
2008-06-07Reset reading state after successful seek.Baptiste Coudurier
2008-06-03update regression tests for ts due to r13641Baptiste Coudurier
2008-06-03In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer
2008-06-03fix servertest in out of tree buildsMåns Rullgård
2008-05-30update regressions tests, should be stable nowBaptiste Coudurier
2008-05-30sleep seems needed to wait for feed to be setupBaptiste Coudurier
2008-05-28Update regression checksums after dts calculation fix (r13470).Michael Niedermayer
2008-05-26update regression ref due to r13412Baptiste Coudurier
2008-05-25use short optionBaptiste Coudurier
2008-05-25do not loop input, uselessBaptiste Coudurier
2008-05-25fix feed path according to regression scriptBaptiste Coudurier
2008-05-25simplify, use ffserver launch directiveBaptiste Coudurier
2008-05-22no need to sleep to hide crashesBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09#include required stdint.h header directly.Diego Biurrun
2008-05-07#include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun
2008-05-02Do not duplicate -y parameter on regression.sh.Ramiro Polla
2008-05-02Ignore whitespace differences in seek test.Ramiro Polla
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-25cosmeticsBaptiste Coudurier
2008-04-21Correct ASF duration.Henrik Gulbrandsen
2008-04-14Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer
2008-04-10Fix seeking in rm.Michael Niedermayer
2008-04-01update ogg seek reg tests because of r12630Baptiste Coudurier
2008-03-31homogenous regression tests output for image formatsBaptiste Coudurier