aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_lavf: do a better job at guessing the vobsub .sub filenameGravatar wm42015-05-28
* demux: don't get stuck on some cases of timestamp resetsGravatar wm42015-05-26
* demux_edl: fix includesGravatar wm42015-05-24
* demux: read cue sheets embedded in tagsGravatar wm42015-05-19
* demux_cue: move cue parser to a separate fileGravatar wm42015-05-19
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* demux_lavf: drop dead codeGravatar wm42015-04-25
* demux_mkv: limit timestamp fixing to 1ms maxGravatar wm42015-04-23
* demux_mkv: attempt to fix rounded timestampsGravatar wm42015-04-23
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* demux_mkv: better seeking after video endGravatar wm42015-04-23
* demux: report correct cache state close to EOFGravatar wm42015-04-20
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* player: allow playing directoriesGravatar wm42015-04-17
* demuxer_lavf: add an option for disabling hacksGravatar wm42015-04-17
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux_lavf: use mimetype instead of codec type for embedded fontsGravatar wm42015-04-05
* demux: fix rar support for files containing DTS audio tracksGravatar wm42015-03-24
* demux_lavf: print seek failures in verbose modeGravatar wm42015-03-24
* demux_mkv_timeline: don't continue if reopening file failedGravatar wm42015-03-23
* demux_lavf: assume h264/hevc raw streams have no timestampsGravatar wm42015-03-20
* player: better handling of video with no timestampsGravatar wm42015-03-20
* demux_mkv: never warn when trying to resync on EOFGravatar wm42015-03-09
* demux_mkv: check for playback abortsGravatar wm42015-03-09
* demux_mkv: actually skip elements out of reachGravatar wm42015-03-06
* demux_mkv: fix issues with unseekable streamsGravatar wm42015-03-06
* sub: this isn't needed eitherGravatar wm42015-03-03
* Revert "demux_lavf: workaround for broken libavformat subtitle seeking"Gravatar wm42015-03-03
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* demux_lavf: use this for image formatsGravatar wm42015-03-02
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* buid: readd -WparenthesesGravatar wm42015-03-02
* stream: remove stream filter conceptGravatar wm42015-02-27
* stream_rar: treat rar files as playlistsGravatar wm42015-02-27
* demux_mkv_timeline: fix potential issue when enabling cacheGravatar wm42015-02-25
* demux_mkv_timeline: move uids array to context tooGravatar wm42015-02-25
* demux_mkv_timeline: pass sources array as part of contextGravatar wm42015-02-25
* demux_mkv: minor refactor for deferred cue readingGravatar wm42015-02-25
* demux_mkv: don't spam too many warnings with partial filesGravatar wm42015-02-25
* video: remove redundant codec parametersGravatar wm42015-02-24
* demux: timeline: honor quit requestsGravatar wm42015-02-20
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux: add free_demuxer_and_stream() functionGravatar wm42015-02-20
* demux_lavf: apply hacks even if format is forcedGravatar wm42015-02-20
* demux_lavf: blacklist bintext filesGravatar wm42015-02-18
* player: enable cache and demuxer thread for subtitles tooGravatar wm42015-02-18
* demux_lavf: reorganize hacksGravatar wm42015-02-18
* demux_lavf: set interrupt_callbackGravatar wm42015-02-18
* demux, matroska: remove demuxer type fieldGravatar wm42015-02-17