summaryrefslogtreecommitdiffstats
path: root/demux/cue.h
Commit message (Collapse)AuthorAgeFilesLines
* demux: check embedded cuesheet refers to only one fileKevin Mitchell2015-12-171-0/+1
| | | | | | If someone was "clever" enough to embed a cuesheet referencing multiple files, mpv would create a bunch of nonsense chapter markers.
* cue: read more metadatawm42015-10-011-1/+2
| | | | | | | | | | | Make handling of metadata slightly more generic, and add reading of the "PERFORMER" fields. There are some more fields, but for now let's leave it at this. TRACK-specific PERFORMER fields have to be read from the per-chapter metadata (somewhat obscure). Fixes #2328.
* demux: get rid of some bstr thingswm42015-06-241-2/+2
| | | | | Change the demuxer_add_attachment() and demuxer_add_chapter() signatures to take char* instead of bstr, and everything which depends on it.
* demux_cue: move cue parser to a separate filewm42015-05-191-0/+41
Preparation for the next commit.