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-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
2008-12-13Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger
2008-11-23Run regression tests on target system.Måns Rullgård
2008-10-2310l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs
2008-10-23matroskaenc: require global headerAurelien Jacobs
2008-10-16Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-10-14Enable AC-3 decoding regression tests.Carl Eugen Hoyos
2008-09-15write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles
2008-09-15write MD5 checksum to FLAC header. update regression tests.Justin Ruggles
2008-09-15update FLAC regression test due to expected change after r15324Justin Ruggles
2008-09-13Switch regression tests to swscale.Michael Niedermayer
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-07fix seek regression tests after r15229Aurelien Jacobs
2008-09-04Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross
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