| Commit message (Expand) | Author | Age | Files | Lines |
* | fix seek reg tests, Im always forgetting this | Baptiste Coudurier | 2009-01-21 | 1 | -27/+27 |
* | Do not use avctx->frame_number which might not be set, | Baptiste Coudurier | 2009-01-20 | 1 | -1/+1 |
* | set correct value for starting line | Baptiste Coudurier | 2009-01-20 | 1 | -2/+2 |
* | fix gxf time code mark out value | Baptiste Coudurier | 2009-01-20 | 1 | -1/+1 |
* | Update regression tests after r16651 | David Conrad | 2009-01-17 | 4 | -32/+32 |
* | calculate pat, pmt and sdt exact size and adjust total bitrate | Baptiste Coudurier | 2009-01-14 | 2 | -27/+27 |
* | update seek regression tests due to ts modifications | Baptiste Coudurier | 2009-01-14 | 1 | -27/+27 |
* | only write dts if they differ from pts, according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -2/+2 |
* | use delay to avoid negative dts | Baptiste Coudurier | 2009-01-14 | 1 | -1/+1 |
* | set pts and dts of pes packets exactly according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -1/+1 |
* | Fix PTS returned by the demuxers for mpeg4 without a decoder. | Michael Niedermayer | 2008-12-21 | 1 | -100/+100 |
* | Fix regression.sh to work on OpenBSD which has md5 instead of md5sum | Reimar Döffinger | 2008-12-13 | 1 | -0/+2 |
* | Run regression tests on target system. | Måns Rullgård | 2008-11-23 | 2 | -34/+44 |
* | 10l: missing change from r15667 - global header also affect seek test results | Aurelien Jacobs | 2008-10-22 | 1 | -22/+22 |
* | matroskaenc: require global header | Aurelien Jacobs | 2008-10-22 | 1 | -2/+2 |
* | Revert r15615: Enable AC-3 decoding regression tests. | Carl Eugen Hoyos | 2008-10-15 | 3 | -8/+3 |
* | Enable AC-3 decoding regression tests. | Carl Eugen Hoyos | 2008-10-13 | 3 | -1/+8 |
* | write actual min and max frame size to FLAC header. update regression test ch... | Justin Ruggles | 2008-09-14 | 2 | -2/+2 |
* | write MD5 checksum to FLAC header. update regression tests. | Justin Ruggles | 2008-09-14 | 2 | -2/+2 |
* | update FLAC regression test due to expected change after r15324 | Justin Ruggles | 2008-09-14 | 2 | -2/+2 |
* | Switch regression tests to swscale. | Michael Niedermayer | 2008-09-13 | 5 | -254/+252 |
* | matroskadec: after seeking, skip up to the desired timestamp instead of | Aurelien Jacobs | 2008-09-09 | 1 | -14/+14 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -6/+6 |
* | fix seek regression tests after r15229 | Aurelien Jacobs | 2008-09-07 | 1 | -5/+5 |
* | Remove further 1sample=2byte assumptions within FFmpeg to allow | Peter Ross | 2008-09-04 | 2 | -24/+24 |
* | Fix lossless jpeg encoder to comply to spec and store full redundant | Michael Niedermayer | 2008-08-30 | 3 | -24/+24 |
* | Fix the seek regressions to match changes in r14956, r14959 and r14960. | Aurelien Jacobs | 2008-08-25 | 1 | -14/+14 |
* | matroska: fix regression test according to r14862 | Aurelien Jacobs | 2008-08-20 | 3 | -10/+10 |
* | 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 |