aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_raw: set a default video sizeGravatar wm42013-10-07
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* matroska: prevent uids from being dereferenced when NULLGravatar Ben Boeckel2013-09-27
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux: don't print "Clip info:" line if there are no tagsGravatar wm42013-09-23
* network: fix rtsp playbackGravatar wm42013-09-22
* demux_mkv: don't add too many subtitle packets during seekingGravatar wm42013-09-16
* 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