summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.h
Commit message (Collapse)AuthorAge
* vorbis: handle special packets in the middle of a streamBen Boeckel2013-11-13
| | | | | | | | | | | This allows for updating metadata from new metadata packets in the middle of a stream (e.g., MPD streams). There still needs to be a signal that there *is* new metadata, but this is at least gets the data into a data structure. Signed-off-by: Ben Boeckel <mathstuf@gmail.com> Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
This also allows for removing some of the Vorbis-related hacks.