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-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
2008-03-31missed oneBaptiste Coudurier
2008-03-31cosmetics, remove leading whitespacesBaptiste Coudurier
2008-03-30change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier
2008-03-30Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles
2008-03-30fix Ogg/FLAC header sizeJustin Ruggles
2008-03-18cosmetics, remove superflous commentsBaptiste Coudurier
2008-03-10Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris
2008-03-07replace -f pgmyuv with -f image2 -vcodec pgmyuvMåns Rullgård
2008-03-07Simplify do_video_encoding() in regression.shMåns Rullgård
2008-03-07Remove mp4psp regression testMåns Rullgård
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-03-05The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer
2008-02-26Fix trellis quant + AAN DCT.Michael Niedermayer
2008-02-16This shell script is not bash-specific.Diego Biurrun