aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_playlist: add mov RTSPtext tag parserGravatar Benjamin Franzke2013-09-14
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* demux: keep title chapter tag in uppercaseGravatar wm42013-09-08
* demux_mkv: support V_PRORESGravatar wm42013-09-08
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux: refactor tag handlingGravatar wm42013-09-08
* demux_mkv: don't overflow packet queue when doing sub-prerollGravatar wm42013-09-08
* demux_lavf: workaround for broken libavformat subtitle seekingGravatar wm42013-09-07
* demux_playlist: port ini reference playlist parserGravatar wm42013-08-28
* stream: add uncompressed rar supportGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* sub: add webvtt-in-webm supportGravatar wm42013-08-24
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux: check whether stream is selected in demux_get_next_pts()Gravatar wm42013-08-22
* demux_raw: read multiple frames per packetGravatar wm42013-08-22
* options: replace --edition=-1 with --edition=autoGravatar wm42013-08-21
* demux: move demux_mf before demux_subreaderGravatar wm42013-08-12
* demux_subreader: report what subtitle format has been foundGravatar wm42013-08-12
* demux_lavf: blacklist "tty" libavformat demuxerGravatar wm42013-08-07
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux_lavf: make avio buffer configurableGravatar wm42013-08-04
* demux_lavf: fix API usageGravatar wm42013-08-04
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* demux_libass: actually set priv contextGravatar wm42013-07-24
* demux_lavf: set keyframe flag on attached picturesGravatar wm42013-07-24
* Fix some -Wshadow warningsGravatar wm42013-07-23
* core: make --demuxer not affect external subtitlesGravatar wm42013-07-22
* demux_mkv: fix realaudio timestampsGravatar wm42013-07-20
* demux_mkv: ignore DefaultDuration in some casesGravatar wm42013-07-16
* demux_mkv: never force output sample rateGravatar wm42013-07-16
* demux_subreader: make clang happy to fix warningGravatar wm42013-07-15
* video: unify colorspace setupGravatar wm42013-07-15
* demux_lavf: add terrible hack to make DVD playback just workGravatar wm42013-07-14
* demux_raw: uncrustifyGravatar wm42013-07-14
* demux_mkv: remove weird i_bps calculation codeGravatar wm42013-07-12
* demux_raw: calculate durationGravatar wm42013-07-12
* demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cGravatar wm42013-07-12
* demux: make claiming accurate seek the defaultGravatar wm42013-07-12
* demux_rawvideo: fix timestamps in correct-pts modeGravatar wm42013-07-12
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* demux: allow passing NULL as packet to demuxer_add_packet()Gravatar wm42013-07-11
* stheader: minor cleanupGravatar wm42013-07-11
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* demux_lavf: do stream selection centrallyGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11