summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/timeline/tl_mpv_edl.c
Commit message (Collapse)AuthorAgeFilesLines
* timeline: add edl:// URIswm42013-11-191-2/+3
| | | | | Questionable change from user perspective, but internally needed to implement the next commit. Also useful for testing timeline stuff.
* timeline: add new EDL formatwm42013-11-191-0/+275
Edit Decision Lists (EDL) allow combining parts from multiple source files into one virtual file. MPlayer had an EDL format (which sucked), which mplayer2 tried to improve with its own format (which sucked). As logic demands, mpv introduces its very own format (which sucks). The new format should actually be much simpler and easier to use, and its implementation is simpler and smaller too.