| Commit message (Expand) | Author | Age | Files | Lines |
* | Build extradata in adpcm_ms encoder. | Daniel Verkamp | 2009-10-22 | 3 | -31/+31 |
* | Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests. | Reimar Döffinger | 2009-10-20 | 2 | -309/+326 |
* | Move up the $test variable definition, together with the other | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Give symbolic names to the positional parameters of the | Stefano Sabatini | 2009-10-19 | 1 | -5/+8 |
* | Align the seek regression test output for better readability. | Reimar Döffinger | 2009-10-19 | 2 | -3577/+3577 |
* | Replace seek test error return numbers by the corresponding E* strings. | Reimar Döffinger | 2009-10-18 | 2 | -165/+180 |
* | Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading... | Reimar Döffinger | 2009-10-11 | 1 | -1/+1 |
* | Add ALAC encoding and decoding regression tests. | Justin Ruggles | 2009-10-06 | 3 | -0/+13 |
* | wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of | Reimar Döffinger | 2009-10-02 | 1 | -12/+12 |
* | Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF. | Reimar Döffinger | 2009-10-02 | 1 | -10/+10 |
* | Make seek regression tests fit after previous get_buffer change. | Reimar Döffinger | 2009-10-02 | 1 | -24/+24 |
* | Use floating point mathematics when encoding mpeg audio. | Lasse Reinhold | 2009-09-30 | 2 | -8/+8 |
* | Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression | Stefano Sabatini | 2009-09-29 | 1 | -1/+1 |
* | Fix md5 program invocation for BSD. | Michael Kostylev | 2009-09-29 | 1 | -1/+1 |
* | Make sure that dv encoder initializes all encoded packet data. | Reimar Döffinger | 2009-09-29 | 3 | -7/+7 |
* | Remove duplicated / stray code which slipped in with r20057. | Stefano Sabatini | 2009-09-27 | 1 | -16/+0 |
* | Get rid of "function" "keywords" in lavfilter testing code, hopefully will | Reimar Döffinger | 2009-09-27 | 1 | -2/+2 |
* | Implement a lavfitest target for testing regressions in libavfilter. | Stefano Sabatini | 2009-09-27 | 1 | -0/+38 |
* | regtest: do not write to /tmp/ffmpeg$$ | Måns Rullgård | 2009-09-21 | 1 | -13/+5 |
* | Split dnxhd regression test so the parts can run in parallel | Måns Rullgård | 2009-09-21 | 3 | -7/+11 |
* | Use default sws_flags for dnxhd regression tests and also test the "-mbd rd" | Reimar Döffinger | 2009-09-19 | 3 | -16/+27 |
* | Update regression reference for DNxHD test update | Reimar Döffinger | 2009-09-19 | 2 | -8/+16 |
* | Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i | Reimar Döffinger | 2009-09-19 | 1 | -1/+5 |
* | Change dnxhd regression tests for r19912 which fixed uninitialized data in | Reimar Döffinger | 2009-09-18 | 2 | -2/+2 |
* | update seek regression tests due to r19902 | Baptiste Coudurier | 2009-09-17 | 1 | -12/+12 |
* | Update dnxhd rotozoom regression test values with more sane ones that match | Reimar Döffinger | 2009-09-17 | 1 | -2/+2 |
* | fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be | Niobos | 2009-09-17 | 1 | -2/+2 |
* | Update dnxhd regression test to match the majority of FATE machines (which | Reimar Döffinger | 2009-09-17 | 1 | -2/+2 |
* | Add dnxhd test to regression tests. | Reimar Döffinger | 2009-09-17 | 3 | -0/+13 |
* | disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) | Ivan Schreter | 2009-09-06 | 1 | -26/+32 |
* | Use generic multi-stream key frame finding routine to implement read_seek2 an... | Ivan Schreter | 2009-08-22 | 1 | -32/+26 |
* | matroskadec: correctly parse flags for simpleblock frames | Aurelien Jacobs | 2009-08-10 | 1 | -4/+4 |
* | Remove some hunks of unused and disabled code cruft. | Diego Biurrun | 2009-08-07 | 1 | -5/+0 |
* | Remove unused global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+0 |
* | Calculate gradient from parameter instead of using a global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+2 |
* | Due to a typo in videogen.c, the regression test videos were not as | Carl Eugen Hoyos | 2009-07-21 | 4 | -491/+491 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -2/+2 |
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -2/+2 |
* | Update seek regression checksums due to: | Michael Niedermayer | 2009-06-30 | 1 | -12/+12 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -1/+1 |
* | Fix yamaha adpcm stereo (issue 1117). | Yoshihisa Uchida | 2009-06-20 | 2 | -6/+6 |
* | Fix onMetaData property count in flv files (issue 1206). | Yoshihisa Uchida | 2009-06-20 | 2 | -2/+2 |
* | Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref, | Stefano Sabatini | 2009-06-18 | 1 | -0/+0 |
* | regtest: print commands also for image format tests | Måns Rullgård | 2009-06-14 | 1 | -0/+1 |
* | demux whole PES packets from TS | Baptiste Coudurier | 2009-05-27 | 1 | -22/+22 |
* | Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. | Wolfram Gloger | 2009-05-27 | 1 | -4/+4 |
* | Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetc... | Baptiste Coudurier | 2009-05-23 | 1 | -4/+4 |
* | fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j... | Larbi Joubala | 2009-05-23 | 2 | -2/+2 |
* | compute total bitrate more accurately, patch by corp186, chasedouglas at gmai... | corp186 | 2009-05-23 | 2 | -28/+28 |