summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-2/+2
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-024-32/+32
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-271-12/+24
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-231-1/+1
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-211-27/+27
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-201-1/+1
* set correct value for starting lineBaptiste Coudurier2009-01-201-2/+2
* fix gxf time code mark out valueBaptiste Coudurier2009-01-201-1/+1
* Update regression tests after r16651David Conrad2009-01-174-32/+32
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-142-27/+27
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-141-27/+27
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-141-2/+2
* use delay to avoid negative dtsBaptiste Coudurier2009-01-141-1/+1
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-141-1/+1
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-211-100/+100
* Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger2008-12-131-0/+2
* Run regression tests on target system.Måns Rullgård2008-11-232-34/+44
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-221-22/+22
* matroskaenc: require global headerAurelien Jacobs2008-10-221-2/+2
* Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-153-8/+3
* Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-133-1/+8
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-142-2/+2
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-142-2/+2
* update FLAC regression test due to expected change after r15324Justin Ruggles2008-09-142-2/+2
* Switch regression tests to swscale.Michael Niedermayer2008-09-135-254/+252
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-091-14/+14
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-6/+6
* fix seek regression tests after r15229Aurelien Jacobs2008-09-071-5/+5
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-042-24/+24
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-303-24/+24
* Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs2008-08-251-14/+14
* matroska: fix regression test according to r14862Aurelien Jacobs2008-08-203-10/+10
* Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross2008-08-193-0/+27
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-111-10/+10
* PCM regression tests.Peter Ross2008-08-083-1/+148
* add dv 4:1:1 regression testBaptiste Coudurier2008-08-053-0/+11
* 100l, fix test, ref values were done with mv0, dunno how this slipped inBaptiste Coudurier2008-08-051-1/+1
* add mpeg2 4:2:2 regression testBaptiste Coudurier2008-08-053-0/+12
* matroskadec: update seek regression test to match new ebml parserAurelien Jacobs2008-08-051-27/+27
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-311-154/+77
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-311-104/+104
* Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer2008-07-243-115/+123
* cosmetics: typo/grammar fixesDiego Biurrun2008-07-241-2/+2
* Fix segfault with non existing input files.Michael Niedermayer2008-07-241-0/+4
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-191-1/+1
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-133-5/+5
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-132-6/+6
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-081-1/+1
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-082-2/+2
OpenPOWER on IntegriCloud