aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* 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
* demux_mkv: fix duration probing for files with non-0 start timeGravatar wm42015-10-26
* command: do not return 0 for bitrates if unknownGravatar wm42015-10-23
* demux: cosmetics: remove indirectionGravatar wm42015-10-22
* demux_lavf: always copy codec headersGravatar wm42015-10-19
* demux: remove demux_add_packet() return valueGravatar wm42015-10-17
* demux_mkv: probe start timeGravatar wm42015-10-16
* demux_mkv: do not return subtitle packets that end before seek targetGravatar wm42015-10-12
* demux_subreader: participate in probing only on LibavGravatar wm42015-10-08
* demux: don't attempt to open a demuxer after abort signal was givenGravatar wm42015-10-06
* cue: read more metadataGravatar wm42015-10-01
* Take care of libavcodec convergence_duration deprecationGravatar wm42015-09-29
* ebml: warn if an EBML has unknown lengthGravatar wm42015-09-03
* demux_mkv: discard broken indexGravatar wm42015-08-26
* demux_mkv: don't read index twiceGravatar wm42015-08-26