aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux: asynchronous seekingGravatar wm42014-07-21
* demux: don't start reading if no packets were requested yetGravatar wm42014-07-20
* demux: make the cache refresh cached STREAM_CTRLsGravatar wm42014-07-20
* demux: fix a corner case (2)Gravatar wm42014-07-19
* demux: ensure demux_read_packet_async() always readsGravatar wm42014-07-19
* demux: fix a corner caseGravatar wm42014-07-19
* demux: fix opening pipes with demux_lavfGravatar wm42014-07-18
* demux: fix problems with EOFGravatar wm42014-07-18
* demux: add function to read packets asychronouslyGravatar wm42014-07-18
* dvd, bd: fix A/V syncGravatar wm42014-07-18
* demux: fix debug log outputGravatar wm42014-07-17
* demux: drop some unused definitionsGravatar wm42014-07-17
* demux_lavf: reverse rotation direction with new APIGravatar 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
* demux_lavf: don't let metadata update mess up ogm playbackGravatar 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
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* demux: remove accurate_seek fieldGravatar wm42014-07-08
* demux_disc: flush slave demuxer packet queue on resyncGravatar wm42014-07-07
* cache, dvd, bluray: simplify stream time handlingGravatar wm42014-07-07
* demux: print initial metadataGravatar wm42014-07-07
* Remove stream_pts stuffGravatar wm42014-07-06
* dvd, bd: enable precise seekingGravatar wm42014-07-06
* dvd, bluray: handle playback display time handling differentlyGravatar wm42014-07-06
* demux: fix a corner case related to demux_discGravatar wm42014-07-06
* dvd: fix first subtitle with delayed subtitle streamsGravatar wm42014-07-06
* demux: minor simplificationGravatar wm42014-07-06
* tv: move demuxer parts to separate fileGravatar wm42014-07-05
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd: move angle switching codeGravatar wm42014-07-05
* dvd: flush buffers properly on seekGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* demux: set filepos field when dequeuing a packetGravatar wm42014-07-05
* demux: cosmetics: minimize codeGravatar wm42014-07-05
* demux: make start time a simple fieldGravatar wm42014-07-05
* demux, stream: change metadata notificationGravatar wm42014-07-05
* demux: make replaygain per-trackGravatar wm42014-07-05
* demux: move packet functions to a separate source fileGravatar wm42014-07-05
* demux: move packet list functionsGravatar wm42014-07-05
* demux_lavf: for now, ignore the new libavformat image demuxersGravatar wm42014-07-05
* demux_lavf: support OTF fonts in MatroskaGravatar wm42014-07-05
* demux_lavf: don't dump transport stream programsGravatar wm42014-07-05
* demux_lavf: cleanup debug outputGravatar wm42014-07-05
* demux_lavf: fix read_seek return valueGravatar wm42014-07-05
* demux_mkv: cosmeticsGravatar wm42014-07-05
* demux: drop AVI special codeGravatar wm42014-07-02