| Commit message (Expand) | Author | Age | Files | Lines |
* | fix endianness of time code, and calculate it in fields, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | calculate pat, pmt and sdt exact size and adjust total bitrate | Baptiste Coudurier | 2009-01-14 | 1 | -1/+1 |
* | 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 |
* | matroskaenc: require global header | Aurelien Jacobs | 2008-10-22 | 1 | -2/+2 |
* | Switch regression tests to swscale. | Michael Niedermayer | 2008-09-13 | 1 | -50/+48 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 1 | -1/+1 |
* | Make our flac decoder decode all the data at EOF. | Michael Niedermayer | 2008-07-13 | 1 | -1/+1 |
* | 10000l for myself, my last change was incomplete. | Michael Niedermayer | 2008-07-08 | 1 | -1/+1 |
* | Set cur_dts to 0 only during creating new streams and not every time cur_dts ... | Michael Niedermayer | 2008-07-08 | 1 | -1/+1 |
* | store dts in ffm headers | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | remove pts set hack, this is no more correct | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking | Baptiste Coudurier | 2008-06-22 | 1 | -1/+1 |
* | remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc... | Baptiste Coudurier | 2008-06-09 | 1 | -2/+2 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 1 | -2/+2 |
* | fix pts handling in ffm | Baptiste Coudurier | 2008-06-07 | 1 | -1/+1 |
* | update regression tests for ts due to r13641 | Baptiste Coudurier | 2008-06-03 | 1 | -1/+1 |
* | Update regression checksums after dts calculation fix (r13470). | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | update regression ref due to r13412 | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | Correct ASF duration. | Henrik Gulbrandsen | 2008-04-21 | 1 | -1/+1 |
* | homogenous regression tests output for image formats | Baptiste Coudurier | 2008-03-30 | 1 | -7/+14 |
* | missed one | Baptiste Coudurier | 2008-03-30 | 1 | -1/+1 |
* | cosmetics, remove leading whitespaces | Baptiste Coudurier | 2008-03-30 | 1 | -27/+27 |
* | change rle encoder to count up to 127, sgi does not support 128 | Baptiste Coudurier | 2008-03-30 | 1 | -3/+3 |
* | Use 15-bit LPC precision by default. This generally gives better compression | Justin Ruggles | 2008-03-30 | 1 | -3/+3 |
* | fix Ogg/FLAC header size | Justin Ruggles | 2008-03-30 | 1 | -2/+2 |
* | Update the regression tests reference values after the changes to the Matroska | Panagiotis Issaris | 2008-03-10 | 1 | -2/+2 |
* | It appears last_pts was not set ... | Michael Niedermayer | 2008-02-15 | 1 | -2/+2 |
* | Header elision muxing support. | Michael Niedermayer | 2008-02-15 | 1 | -2/+2 |
* | Update regression test checksum for ffm. | Benoit Fouet | 2008-02-14 | 1 | -1/+1 |
* | Fix issue 338: | Baptiste Coudurier | 2008-02-05 | 1 | -2/+2 |
* | back_ptr calculation used wrong timebase when searching for back syncpoint | Oded Shimon | 2008-02-04 | 1 | -1/+1 |
* | Fix intented algo in syncpoint writing before keyframes in NUT muxer | Oded Shimon | 2008-02-04 | 1 | -2/+2 |
* | nut->max_distance was not set at all anywhere in the NUT muxer | Oded Shimon | 2008-02-04 | 1 | -2/+2 |
* | ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only | Oded Shimon | 2008-02-04 | 1 | -2/+2 |
* | split lavf regression tests | Måns Rullgård | 2008-02-03 | 1 | -9/+9 |
* | split regression tests allowing make to run them in parallel | Måns Rullgård | 2008-02-03 | 1 | -1/+0 |
* | Consider initial EOR in the back_ptr calculation. | Michael Niedermayer | 2008-01-17 | 1 | -2/+2 |
* | correct invalid duration | Michael Niedermayer | 2007-12-03 | 1 | -1/+1 |
* | Fix regression tests after r11127 and 11129 | Kostya Shishkov | 2007-12-02 | 1 | -2/+2 |
* | ogg muxer | Baptiste Coudurier | 2007-11-10 | 1 | -0/+3 |
* | Update mkv regression tests after r10421 | David Conrad | 2007-09-07 | 1 | -2/+2 |
* | Matroska regression tests | David Conrad | 2007-09-05 | 1 | -0/+3 |
* | If a stream has no start time, but the first packet has a 'pts', use that | Neil Brown | 2007-09-03 | 1 | -1/+1 |