| Commit message (Expand) | Author | Age | Files | Lines |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -1/+1 |
* | Restructure av_log_missing_feature message | Diego Biurrun | 2012-10-09 | 1 | -2/+2 |
* | ogg: calculate the start position once all the headers are parsed | Luca Barbato | 2012-09-24 | 1 | -4/+9 |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -0/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Fix compile warning. | Ronald S. Bultje | 2011-02-06 | 1 | -1/+1 |
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 1 | -2/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | correct first pts for ogg skeleton | Aurelien Jacobs | 2010-03-28 | 1 | -0/+2 |
* | oggdec: Parse skeleton to determine the start time of each stream | David Conrad | 2010-03-11 | 1 | -0/+85 |