| Commit message (Expand) | Author | Age | Files | Lines |
* | use utc time for timestamp and do not set it if not specified | Baptiste Coudurier | 2009-03-14 | 1 | -2/+2 |
* | Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly | Reimar Döffinger | 2009-03-14 | 1 | -78/+155 |
* | Switch regression test to the new seeking API. | Michael Niedermayer | 2009-03-14 | 1 | -1/+3 |
* | fix swf seeking by fixing new stream detection | Baptiste Coudurier | 2009-03-13 | 1 | -22/+22 |
* | remove sws_flags, seems to have no effect | Baptiste Coudurier | 2009-03-12 | 1 | -1/+1 |
* | mxf and mxf d10 regression tests | Baptiste Coudurier | 2009-03-11 | 3 | -0/+121 |
* | Fix seek regression test broken by r17905, seeking fails completely | Reimar Döffinger | 2009-03-09 | 1 | -22/+22 |
* | Convert spurious DOS line breaks to UNIX line breaks in seek regression | Reimar Döffinger | 2009-03-09 | 1 | -46/+46 |
* | change path pattern to be similar to existing files, and remove useless buffer | Baptiste Coudurier | 2009-03-09 | 2 | -29/+29 |
* | write flt packet, might need some tweaking but it works | Baptiste Coudurier | 2009-03-09 | 2 | -29/+29 |
* | correctly interleave audio and video according to specs | Baptiste Coudurier | 2009-03-09 | 2 | -10/+10 |
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -2/+2 |
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -46/+46 |
* | remove unneeded and empty user data | Baptiste Coudurier | 2009-03-08 | 1 | -2/+2 |
* | flacdec: Parse the metadata header in the raw FLAC demuxer. | Justin Ruggles | 2009-03-06 | 1 | -11/+11 |
* | Pass packet position to the parser, so frame's AVPacket.pos is computed corre... | Ivan Schreter | 2009-03-05 | 1 | -303/+303 |
* | Change the timebase of the raw demuxer to one that can represent the ts of fi... | Michael Niedermayer | 2009-03-01 | 1 | -254/+254 |
* | Change TS seeking so it returns position/timestamp of a key frame. | Ivan Schreter | 2009-02-28 | 1 | -27/+27 |
* | Update regressions for YUV2RGB table generator change in SwScaler | Kostya Shishkov | 2009-02-22 | 1 | -24/+24 |
* | matroskadec: fix seek regression tests according to r17460 | Aurelien Jacobs | 2009-02-19 | 1 | -5/+5 |
* | Mark functions only used within the test programs as static. | Diego Biurrun | 2009-02-19 | 3 | -11/+11 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | Ensure that the palette is set in data[1] for all 8bit formats. | Michael Niedermayer | 2009-02-06 | 1 | -2/+2 |
* | Splits the totalbitrate in a videodatarate and audiodatarate part. | Stefan de Konink | 2009-02-02 | 4 | -32/+32 |
* | seek at 0 when timestamp requested is negative | Baptiste Coudurier | 2009-01-27 | 1 | -12/+24 |
* | fix endianness of time code, and calculate it in fields, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -1/+1 |
* | 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 |