summaryrefslogtreecommitdiffstats
path: root/demux/demux_disc.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-14/+10
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-231-10/+10
* demux_disc: fix aspect ratio retrieval (again)wm42015-12-201-3/+3
* demux_disc: fix aspect ratiowm42015-12-201-2/+6
* video: switch from using display aspect to sample aspectwm42015-12-191-1/+4
* csputils: rename "yuv2rgb" functionswm42015-12-091-1/+1
* csputils: remove obscure int_bits matrix scalingwm42015-12-091-4/+3
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-3/+0
* demux: get rid of some bstr thingswm42015-06-241-2/+2
* demux: merge extradata fieldswm42015-06-211-2/+2
* demux: rename sh_stream.format to sh_stream.codec_tagwm42015-06-211-1/+1
* demux: change demux_open() signaturewm42015-02-201-3/+4
* demux_disc: fix CDDA seekabilitywm42015-02-031-6/+13
* demux_disc: pass seek flags to stream layerwm42015-01-191-1/+5
* csputils: replace float[3][4] with a structwm42015-01-061-3/+3
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-0/+3
* player: always use demux_chapterwm42014-11-021-1/+1
* demux_disc: bluray: fix stream language (2)wm42014-09-301-0/+1
* demux_disc: export BD/DVD audio languagewm42014-09-291-0/+1
* demux_disc: bluray: potentially fix some aspects of seekingwm42014-09-291-0/+6
* demux_disc: handle new_sh_stream() fail correctlyshdown2014-08-301-2/+4
* demux: fix timestamp type for seek callswm42014-07-211-1/+1
* dvd, bd: fix A/V syncwm42014-07-181-30/+29
* demux: drop some unused definitionswm42014-07-171-1/+0
* demux: add a demuxer threadwm42014-07-161-1/+10
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+347
* Remove DVD and Bluray supportwm42014-07-141-347/+0
* dvdnav: fix time display when starting in the middle of the DVDwm42014-07-131-0/+5
* dvd: potentially fix video aspect ratiowm42014-07-121-1/+1
* demux_disc: flush slave demuxer packet queue on resyncwm42014-07-071-0/+3
* cache, dvd, bluray: simplify stream time handlingwm42014-07-071-4/+0
* dvd, bd: enable precise seekingwm42014-07-061-4/+1
* dvd, bluray: handle playback display time handling differentlywm42014-07-061-12/+80
* dvd: fix first subtitle with delayed subtitle streamswm42014-07-061-1/+3
* demux: minor simplificationwm42014-07-061-1/+1
* demux: minor simplification to internal APIwm42014-07-051-1/+1
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-0/+276