| Commit message (Expand) | Author | Age | Files | Lines |
* | Due to a typo in videogen.c, the regression test videos were not as | Carl Eugen Hoyos | 2009-07-21 | 1 | -241/+241 |
* | Update seek regression checksums due to: | Michael Niedermayer | 2009-06-30 | 1 | -12/+12 |
* | 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 |
* | compute total bitrate more accurately, patch by corp186, chasedouglas at gmai... | corp186 | 2009-05-23 | 1 | -26/+26 |
* | pad last audio frame when encoding | Baptiste Coudurier | 2009-05-23 | 1 | -25/+19 |
* | Update regression tests for y4m after r18796 | David Conrad | 2009-05-11 | 1 | -1/+1 |
* | write a single pes for video frames, some proprietary player needs it | Baptiste Coudurier | 2009-05-11 | 1 | -26/+26 |
* | fix total bitrate computation, based on patch by corp186, chasedouglas at gma... | Baptiste Coudurier | 2009-05-10 | 1 | -26/+26 |
* | fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples | Baptiste Coudurier | 2009-04-12 | 1 | -13/+13 |
* | Rename regression test result files from b-libav* to b-lavf* for consistency. | Diego Biurrun | 2009-03-30 | 1 | -25/+25 |
* | fix valid seeking range | Baptiste Coudurier | 2009-03-21 | 1 | -14/+14 |
* | update seek regression ref due to 18063 | Baptiste Coudurier | 2009-03-21 | 1 | -11/+11 |
* | Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly | Reimar Döffinger | 2009-03-14 | 1 | -78/+155 |
* | fix swf seeking by fixing new stream detection | Baptiste Coudurier | 2009-03-13 | 1 | -22/+22 |
* | mxf and mxf d10 regression tests | Baptiste Coudurier | 2009-03-11 | 1 | -0/+110 |
* | 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 | 1 | -27/+27 |
* | write flt packet, might need some tweaking but it works | Baptiste Coudurier | 2009-03-09 | 1 | -27/+27 |
* | correctly interleave audio and video according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -9/+9 |
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -46/+46 |
* | 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 |
* | matroskadec: fix seek regression tests according to r17460 | Aurelien Jacobs | 2009-02-19 | 1 | -5/+5 |
* | Splits the totalbitrate in a videodatarate and audiodatarate part. | Stefan de Konink | 2009-02-02 | 1 | -23/+23 |
* | seek at 0 when timestamp requested is negative | Baptiste Coudurier | 2009-01-27 | 1 | -12/+24 |
* | fix seek reg tests, Im always forgetting this | Baptiste Coudurier | 2009-01-21 | 1 | -27/+27 |
* | Update regression tests after r16651 | David Conrad | 2009-01-17 | 1 | -22/+22 |
* | calculate pat, pmt and sdt exact size and adjust total bitrate | Baptiste Coudurier | 2009-01-14 | 1 | -26/+26 |
* | update seek regression tests due to ts modifications | Baptiste Coudurier | 2009-01-14 | 1 | -27/+27 |
* | Fix PTS returned by the demuxers for mpeg4 without a decoder. | Michael Niedermayer | 2008-12-21 | 1 | -100/+100 |
* | 10l: missing change from r15667 - global header also affect seek test results | Aurelien Jacobs | 2008-10-22 | 1 | -22/+22 |
* | Switch regression tests to swscale. | Michael Niedermayer | 2008-09-13 | 1 | -127/+127 |
* | matroskadec: after seeking, skip up to the desired timestamp instead of | Aurelien Jacobs | 2008-09-09 | 1 | -14/+14 |
* | fix seek regression tests after r15229 | Aurelien Jacobs | 2008-09-07 | 1 | -5/+5 |
* | Fix lossless jpeg encoder to comply to spec and store full redundant | Michael Niedermayer | 2008-08-30 | 1 | -20/+20 |
* | Fix the seek regressions to match changes in r14956, r14959 and r14960. | Aurelien Jacobs | 2008-08-25 | 1 | -14/+14 |
* | 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 |
* | Set cur_dts to 0 only during creating new streams and not every time cur_dts ... | Michael Niedermayer | 2008-07-08 | 1 | -1/+1 |
* | update seek reg ref due to r13856 | Baptiste Coudurier | 2008-06-22 | 1 | -5/+5 |
* | I think we are also compliant to iso2. | Michael Niedermayer | 2008-06-13 | 1 | -20/+20 |
* | Add isom to the compatible brands. | Michael Niedermayer | 2008-06-13 | 1 | -20/+20 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 1 | -7/+7 |
* | update ffm seek tests now that timestamps are fixed | Baptiste Coudurier | 2008-06-07 | 1 | -26/+26 |