summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.c
Commit message (Collapse)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
This also allows for removing some of the Vorbis-related hacks.