| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In mpeg1/2 timestamps are associated with the access unit which | Michael Niedermayer | 2008-06-03 | 1 | -1/+1 |
* | Use generic seeking code for flv. The removed code was a buggy duplicate. | Michael Niedermayer | 2008-04-14 | 1 | -5/+5 |
* | Fix seeking in rm. | Michael Niedermayer | 2008-04-09 | 1 | -90/+90 |
* | update ogg seek reg tests because of r12630 | Baptiste Coudurier | 2008-04-01 | 1 | -27/+39 |
* | Update the regression tests reference values after the changes to the Matroska | Panagiotis Issaris | 2008-03-10 | 1 | -27/+27 |
* | Remove mp4psp regression test | Måns Rullgård | 2008-03-07 | 1 | -48/+0 |
* | IMA ADPCM encoder - QT variant | Kostya Shishkov | 2008-03-06 | 1 | -0/+55 |
* | The last flag fix fixed mpeg4-qprd (there the flags ended up being trashed | Michael Niedermayer | 2008-03-05 | 1 | -14/+14 |
* | Fix trellis quant + AAN DCT. | Michael Niedermayer | 2008-02-25 | 1 | -100/+100 |
* | Fix timestamps and durations if the first packets have no durations nor times... | Michael Niedermayer | 2008-02-15 | 1 | -20/+20 |