Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vorbis: handle special packets in the middle of a stream | Ben Boeckel | 2013-11-13 | 1 | -0/+18 |
| | | | | | | | | | | | 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 Borgmann | 2013-08-30 | 1 | -4/+4 |
| | |||||
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -0/+68 |
This also allows for removing some of the Vorbis-related hacks. |