aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* demux: allow increasing filepos onlyGravatar wm42014-09-03
* demux: get rid of old wrapperGravatar wm42014-09-01
* demux: eliminate redundant checkGravatar shdown2014-08-30
* player: slightly better cache underrun detectionGravatar wm42014-08-27
* demux: reset idle state on seeksGravatar wm42014-08-27
* player: better cache status on status lineGravatar wm42014-08-27
* player: fix basic playbackGravatar wm42014-08-27
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* demux: reduce wakeups if no cache is activeGravatar wm42014-08-27
* demux: avoid unnecessary wakeupsGravatar wm42014-08-24
* demux: add option to control the readahead buffer by a duration valueGravatar wm42014-08-16
* demux: remove unused functionGravatar wm42014-08-16
* demux: reduce log spam if threading is disabledGravatar wm42014-08-11
* demux: fix playback abort if --demuxer-thread is not usedGravatar wm42014-08-07
* demux: make track switching asynchronousGravatar wm42014-08-06
* 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
* demux: fix debug log outputGravatar 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: remove accurate_seek fieldGravatar wm42014-07-08
* demux: print initial metadataGravatar wm42014-07-07
* Remove stream_pts stuffGravatar 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
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd: move angle switching codeGravatar 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: drop AVI special codeGravatar wm42014-07-02
* demux: minor cleanupsGravatar wm42014-07-01
* demux: use position as signed integerGravatar wm42014-06-14
* demux: use av_malloc for packetsGravatar wm42014-06-13
* demux: simplify packet resizingGravatar wm42014-06-13
* demux: fix compilation with FFmpeg gitGravatar wm42014-06-12