aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_disc.c
Commit message (Expand)AuthorAge
* demux_disc: fix bluray subtitle language retrievalGravatar wm42017-07-16
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* stream: get rid of streamtype enumGravatar wm42017-02-02
* player: improve instant track switchingGravatar wm42016-08-06
* demux: remove relative seekingGravatar wm42016-02-28
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* demux_disc: fix aspect ratio retrieval (again)Gravatar wm42015-12-20
* demux_disc: fix aspect ratioGravatar wm42015-12-20
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* csputils: rename "yuv2rgb" functionsGravatar wm42015-12-09
* csputils: remove obscure int_bits matrix scalingGravatar wm42015-12-09
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux_disc: fix CDDA seekabilityGravatar wm42015-02-03
* demux_disc: pass seek flags to stream layerGravatar wm42015-01-19
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* dvd, bd: don't unnecessarily block on demuxer/stream all the timeGravatar wm42014-12-04
* player: always use demux_chapterGravatar wm42014-11-02
* demux_disc: bluray: fix stream language (2)Gravatar wm42014-09-30
* demux_disc: export BD/DVD audio languageGravatar wm42014-09-29
* demux_disc: bluray: potentially fix some aspects of seekingGravatar wm42014-09-29
* demux_disc: handle new_sh_stream() fail correctlyGravatar shdown2014-08-30
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* dvd, bd: fix A/V syncGravatar wm42014-07-18
* demux: drop some unused definitionsGravatar wm42014-07-17
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* dvdnav: fix time display when starting in the middle of the DVDGravatar wm42014-07-13
* dvd: potentially fix video aspect ratioGravatar wm42014-07-12
* demux_disc: flush slave demuxer packet queue on resyncGravatar wm42014-07-07
* cache, dvd, bluray: simplify stream time handlingGravatar wm42014-07-07
* dvd, bd: enable precise seekingGravatar wm42014-07-06
* dvd, bluray: handle playback display time handling differentlyGravatar wm42014-07-06
* dvd: fix first subtitle with delayed subtitle streamsGravatar wm42014-07-06
* demux: minor simplificationGravatar wm42014-07-06
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05