| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | It appears last_pts was not set ... | Michael Niedermayer | 2008-02-15 | 1 | -16/+16 |
* | Header elision muxing support. | Michael Niedermayer | 2008-02-15 | 1 | -27/+27 |
* | seek regression ref update for ogg | Baptiste Coudurier | 2008-02-05 | 1 | -1/+1 |
* | Update seektest regression as well to previous lavf/nut commits | Oded Shimon | 2008-02-04 | 1 | -27/+27 |
* | remove single-frame images from seektest | Måns Rullgård | 2008-02-03 | 1 | -222/+0 |
* | split lavf regression tests | Måns Rullgård | 2008-02-03 | 1 | -3/+3 |
* | Fix b-libav.ul/al seek regression test. | Michael Niedermayer | 2008-01-31 | 1 | -0/+106 |
* | rename dv50 regression test output file to dv50.dv | Måns Rullgård | 2008-01-28 | 1 | -0/+55 |
* | Consider initial EOR in the back_ptr calculation. | Michael Niedermayer | 2008-01-17 | 1 | -20/+20 |
* | 4 months of hard development and finally it's done. Closes issue 58. Adpcm_sw... | Benjamin Larsson | 2007-12-03 | 1 | -0/+51 |
* | Fix regression tests after r11127 and 11129 | Kostya Shishkov | 2007-12-02 | 1 | -21/+21 |
* | ogg seek regression ref | Baptiste Coudurier | 2007-11-11 | 1 | -0/+43 |
* | Seek regression for RM demuxer fix | Kostya Shishkov | 2007-11-03 | 1 | -55/+55 |
* | Fix seek regression test for ac3 in rm after r10634 | Roberto Togni | 2007-10-01 | 1 | -12/+12 |
* | fix timestamps used for ratecontrol | Michael Niedermayer | 2007-09-11 | 1 | -62/+62 |
* | allow changing of the spatial_decomposition_count and quantization tables | Michael Niedermayer | 2007-09-09 | 1 | -28/+28 |
* | store halfpel filter coefficients in the header as well as the | Michael Niedermayer | 2007-09-08 | 1 | -28/+28 |
* | cleanup mc_block() | Michael Niedermayer | 2007-09-08 | 1 | -28/+28 |