aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* 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
* player: show HLS bitrate as fallback for track titlesGravatar wm42014-09-01
* player: simplistic HLS bitrate selectionGravatar wm42014-09-01
* demux: get rid of old wrapperGravatar wm42014-09-01
* video: initial Matroska 3D supportGravatar wm42014-08-30
* demux_lavf: print a warning if av_read_frame() returns an errorGravatar wm42014-08-30
* demux_mkv: eliminate redundant branchGravatar shdown2014-08-30
* demux: eliminate redundant checkGravatar shdown2014-08-30
* demux_disc: handle new_sh_stream() fail correctlyGravatar shdown2014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* player: slightly better cache underrun detectionGravatar wm42014-08-27
* demux_lavf: don't reject av:// if cache is enabledGravatar 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: always use AVPacketGravatar wm42014-08-25
* demux: avoid unnecessary wakeupsGravatar wm42014-08-24
* demux_lavf: fix crash with unknown streamsGravatar wm42014-08-23
* demux: enable thread by defaultGravatar wm42014-08-16
* demux: add option to control the readahead buffer by a duration valueGravatar wm42014-08-16
* demux: remove unused functionGravatar wm42014-08-16
* demux_lavf: support new metadata update APIGravatar wm42014-08-14
* 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
* Improve setting AVOptionsGravatar wm42014-08-02
* demux_lavf: don't consider EAGAIN as EOF conditionGravatar wm42014-07-30
* stream: hack-fix rtmp-level seekingGravatar wm42014-07-30
* demux_mf: allow seeking past the endGravatar wm42014-07-30
* 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