aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: reduce verbosityGravatar wm42016-02-11
* demux_mf: only use glob() if it is availableGravatar Jan Ekström2016-02-10
* demux_mkv: allow negative timestampsGravatar wm42016-01-27
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* demux: remove a minor difference between threaded/unthreaded modesGravatar wm42016-01-19
* demux: fix leaking closed captions packets with unselected sub streamGravatar wm42016-01-19
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* demux: disable stream cache if no tracks are selectedGravatar wm42016-01-18
* demux: remove unused functionGravatar wm42016-01-18
* demux: fix interleaved subtitle reading in unthreaded modeGravatar wm42016-01-18
* demux: unify codepaths for threaded/unthreaded track switchingGravatar wm42016-01-18
* demux: remove unused flagGravatar wm42016-01-18
* sub: fix memory leaksGravatar wm42016-01-18
* demux_lavf: update metadata with information from AV_PROGRAM on switch.Gravatar Oliver Freyermuth2016-01-14
* demux_lavf: fix charset conversion with UTF-16 subtitlesGravatar wm42016-01-12
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* demux_lavf: re-enable codepage autodetection for .assGravatar fwr2016-01-04
* demux_mkv: skip EBML void elementsGravatar Kagami Hiiragi2015-12-29
* sub: change how subtitles are readGravatar wm42015-12-29
* sub: do charset conversion in demux_lavf.cGravatar wm42015-12-28
* demux_lavf: prepare for using wrapper stream instanceGravatar wm42015-12-28
* demux_mkv: adjust subtitle preroll defaultsGravatar wm42015-12-27
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* demux_mf: fix previous commitGravatar wm42015-12-23
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* demux_lavf: rename to handle_new_stream to clarify intentGravatar Aman Gupta2015-12-22
* demux_lavf: make trace output for mp_seek easier to digestGravatar Aman Gupta2015-12-21
* demux_disc: fix aspect ratio retrieval (again)Gravatar wm42015-12-20
* demux_disc: fix aspect ratioGravatar wm42015-12-20
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* demux: check embedded cuesheet refers to only one fileGravatar Kevin Mitchell2015-12-17
* demux_cue: remove cue tracks which have a null filename.Gravatar Kevin Mitchell2015-12-17
* demux_lavf: minor cleanupsGravatar wm42015-12-17
* sub: detect charset in demuxerGravatar wm42015-12-17
* sub: remove sd_movtext.cGravatar wm42015-12-15
* demux: remove old subtitle parserGravatar wm42015-12-10
* csputils: rename "yuv2rgb" functionsGravatar wm42015-12-09
* csputils: remove obscure int_bits matrix scalingGravatar wm42015-12-09
* demux: fix seeking in .tsGravatar wm42015-11-23
* demux_mkv: fix incremental indexing with single-keyframe filesGravatar wm42015-11-17
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* demux_libass: remove this demuxerGravatar wm42015-11-11
* demux_lavf: mark ASS tracks as always UTF-8Gravatar wm42015-11-11
* libarchive: remove redundant log prefixGravatar Kevin Mitchell2015-11-09
* demux_mkv: remove --demuxer-mkv-fix-timestampsGravatar wm42015-11-07
* demux_mkv: dump mixing/writing app fields in verbose logGravatar wm42015-11-06
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* demux_mkv: fix cluster skip with duration probingGravatar wm42015-10-27