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-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
2008-08-26Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs
2008-08-20matroska: fix regression test according to r14862Aurelien Jacobs
2008-08-19Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross
2008-08-11Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross
2008-08-09PCM regression tests.Peter Ross
2008-08-06add dv 4:1:1 regression testBaptiste Coudurier
2008-08-06100l, fix test, ref values were done with mv0, dunno how this slipped inBaptiste Coudurier
2008-08-06add mpeg2 4:2:2 regression testBaptiste Coudurier
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