summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* vorbis_parser: fix blocksizeMichael Niedermayer2012-05-051-5/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-051-2/+1
| | | | | | | The parser does not have enough knowledge it seems to do it correctly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-041-2/+3
| | | | | | This also will make it possible to use the code for cases other than the start of a stream Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+270
This also allows for removing some of the Vorbis-related hacks.
OpenPOWER on IntegriCloud