aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/cue.c
Commit message (Collapse)AuthorAge
* cue: read more metadataGravatar wm42015-10-01
| | | | | | | | | | | 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 thingsGravatar wm42015-06-24
| | | | | 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 fileGravatar wm42015-05-19
Preparation for the next commit.