| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression tests for F32LE, F64BE and F64LE PCM codecs. | Peter Ross | 2008-08-19 | 3 | -0/+27 |
* | Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. | Peter Ross | 2008-08-11 | 1 | -10/+10 |
* | PCM regression tests. | Peter Ross | 2008-08-08 | 3 | -1/+148 |
* | add dv 4:1:1 regression test | Baptiste Coudurier | 2008-08-05 | 3 | -0/+11 |
* | 100l, fix test, ref values were done with mv0, dunno how this slipped in | Baptiste Coudurier | 2008-08-05 | 1 | -1/+1 |
* | add mpeg2 4:2:2 regression test | Baptiste Coudurier | 2008-08-05 | 3 | -0/+12 |
* | matroskadec: update seek regression test to match new ebml parser | Aurelien Jacobs | 2008-08-05 | 1 | -27/+27 |
* | Only reset buffer state if seeking is successful; update seek reg ref. | Baptiste Coudurier | 2008-07-31 | 1 | -154/+77 |
* | check url_fseek return value, update seek reg tests | Baptiste Coudurier | 2008-07-31 | 1 | -104/+104 |
* | Fix tiny_psnr so it compares all bytes (it did skip the last block). | Michael Niedermayer | 2008-07-24 | 3 | -115/+123 |
* | cosmetics: typo/grammar fixes | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
* | Fix segfault with non existing input files. | Michael Niedermayer | 2008-07-24 | 1 | -0/+4 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 1 | -1/+1 |
* | Make our flac decoder decode all the data at EOF. | Michael Niedermayer | 2008-07-13 | 3 | -5/+5 |
* | Fix MS ADPCM de- and encoding: first and second sample are swapped. | Reimar Döffinger | 2008-07-13 | 2 | -6/+6 |
* | 10000l for myself, my last change was incomplete. | Michael Niedermayer | 2008-07-08 | 1 | -1/+1 |
* | Set cur_dts to 0 only during creating new streams and not every time cur_dts ... | Michael Niedermayer | 2008-07-08 | 2 | -2/+2 |
* | store dts in ffm headers | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | remove pts set hack, this is no more correct | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | update seek reg ref due to r13856 | Baptiste Coudurier | 2008-06-22 | 1 | -5/+5 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking | Baptiste Coudurier | 2008-06-22 | 2 | -9/+9 |
* | use av_seek_frame to flush demxu pending packets, fixes seeking, should have ... | Baptiste Coudurier | 2008-06-22 | 1 | -9/+9 |
* | update reg ref due to r13851 | Baptiste Coudurier | 2008-06-21 | 1 | -4/+4 |
* | I think we are also compliant to iso2. | Michael Niedermayer | 2008-06-13 | 3 | -24/+24 |
* | Add isom to the compatible brands. | Michael Niedermayer | 2008-06-13 | 3 | -24/+24 |
* | remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc... | Baptiste Coudurier | 2008-06-09 | 1 | -2/+2 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 2 | -9/+9 |
* | remove unneeded ffmpeg commandline switches, and enable quiet mode | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | update ffm seek tests now that timestamps are fixed | Baptiste Coudurier | 2008-06-07 | 1 | -26/+26 |
* | fix pts handling in ffm | Baptiste Coudurier | 2008-06-07 | 1 | -1/+1 |
* | Reset reading state after successful seek. | Baptiste Coudurier | 2008-06-07 | 1 | -2/+2 |
* | update regression tests for ts due to r13641 | Baptiste Coudurier | 2008-06-03 | 1 | -1/+1 |
* | In mpeg1/2 timestamps are associated with the access unit which | Michael Niedermayer | 2008-06-03 | 1 | -1/+1 |
* | fix servertest in out of tree builds | Måns Rullgård | 2008-06-02 | 1 | -1/+1 |
* | update regressions tests, should be stable now | Baptiste Coudurier | 2008-05-30 | 1 | -9/+9 |
* | sleep seems needed to wait for feed to be setup | Baptiste Coudurier | 2008-05-30 | 1 | -0/+1 |
* | Update regression checksums after dts calculation fix (r13470). | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | update regression ref due to r13412 | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | use short option | Baptiste Coudurier | 2008-05-25 | 1 | -2/+2 |
* | do not loop input, useless | Baptiste Coudurier | 2008-05-24 | 1 | -1/+1 |
* | fix feed path according to regression script | Baptiste Coudurier | 2008-05-24 | 1 | -1/+1 |
* | simplify, use ffserver launch directive | Baptiste Coudurier | 2008-05-24 | 2 | -4/+1 |
* | no need to sleep to hide crashes | Baptiste Coudurier | 2008-05-21 | 1 | -2/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | #include required stdint.h header directly. | Diego Biurrun | 2008-05-08 | 1 | -0/+2 |
* | #include stdint.h instead of using a manual typedef for uint8_t. | Diego Biurrun | 2008-05-07 | 1 | -1/+1 |
* | Do not duplicate -y parameter on regression.sh. | Ramiro Polla | 2008-05-01 | 1 | -17/+17 |
* | Ignore whitespace differences in seek test. | Ramiro Polla | 2008-05-01 | 1 | -1/+1 |
* | fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam... | Baptiste Coudurier | 2008-04-25 | 2 | -5/+5 |