aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mkv: fix indentationGravatar wm42014-11-05
* demux_mkv: for subtitle preroll, consider all clustersGravatar wm42014-11-05
* demux_mkv: apply subtitle preroll only if needed, based on cue indexGravatar wm42014-11-05
* demux_mkv: read CueRelativePosition/CueDuration elementsGravatar wm42014-11-05
* demux_mkv: index all packetsGravatar wm42014-11-05
* demux: report 0s readahead time as fallback in some situationsGravatar wm42014-11-05
* demux: unbreak build with LibavGravatar wm42014-11-03
* demux: don't account known range for streams that are EOFGravatar wm42014-11-03
* demux: fix PTS comparisonGravatar wm42014-11-03
* demux: don't consider stream EOF an underrunGravatar wm42014-11-03
* demux_mkv: remove minor code duplicationGravatar wm42014-11-03
* demux_mkv: implement audio skipping/trimmingGravatar wm42014-11-03
* player: always use demux_chapterGravatar wm42014-11-02
* demux_lavf, stream_lavf: drop local buffers on time-seeksGravatar wm42014-10-30
* demux_lavf: mark as seekable if protocol supports seeking by timeGravatar wm42014-10-30
* demux_playlist: redirect ASF streaming to mmsh://Gravatar wm42014-10-30
* demux: fix demux_seek signatureGravatar wm42014-10-29
* demux: move some seek flag sanitation to generic codeGravatar wm42014-10-29
* demux_mkv: implement percentage seeking with no indexGravatar wm42014-10-29
* demux_mkv: export packet file positionGravatar wm42014-10-29
* demux: seek to position 0 when loading, instead of restoring itGravatar wm42014-10-28
* demux: don't access stream while lock is heldGravatar wm42014-10-24
* demux: cache STREAM_CTRL_GET_BASE_FILENAMEGravatar wm42014-10-24
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* Set thread name for debuggingGravatar wm42014-10-19
* demux: print a warning if stream is not seekableGravatar wm42014-10-17
* demux_lavf: set stream network options if applicableGravatar wm42014-10-14
* demux_lavf: let libavformat open HLS streams directlyGravatar wm42014-10-14
* demux_mkv: fix undefined behaviorGravatar wm42014-10-13
* demux: fix a commentGravatar wm42014-10-12
* Add some missing "const"sGravatar wm42014-10-10
* demux_lavf: blacklist jpeg filesGravatar wm42014-10-06
* demux_disc: bluray: fix stream language (2)Gravatar wm42014-09-30
* demux_disc: export BD/DVD audio languageGravatar wm42014-09-29
* demux_lavf: bluray: don't skip stream data when flushingGravatar wm42014-09-29
* demux_disc: bluray: potentially fix some aspects of seekingGravatar wm42014-09-29
* demux_mkv: don't use default_duration for parsed packetsGravatar wm42014-09-26
* Remove mpbswap.hGravatar wm42014-09-25
* stream_cdda, demux_raw: always use s16leGravatar wm42014-09-25
* demux_mkv: get rid of MS structsGravatar wm42014-09-25
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* audio: confine demux_mkv audio PCM hackGravatar wm42014-09-24
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* ebml: warn if there are too many subelementsGravatar wm42014-09-04
* demux_mkv: allow up to 256 MB of extradata to make broken files workGravatar wm42014-09-04
* demux: allow increasing filepos onlyGravatar wm42014-09-03