aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore/player
Commit message (Expand)AuthorAge
* video: display last frame, drain frames on video reconfigGravatar wm42013-12-10
* video: move VO reinit from filter chain to playerGravatar wm42013-12-10
* video: move handling of brightness and deinterlacing controlGravatar wm42013-12-10
* video: move video filter chain initialization from decoder to playerGravatar wm42013-12-10
* video: create a separate context for video filter chainGravatar wm42013-12-07
* command: fix compilation with MinGWGravatar wm42013-12-07
* player: load external subs for uncompressed rar archivesGravatar wm42013-12-06
* vf_vo: don't abuse option strings to set VOGravatar wm42013-12-04
* vf_yadif: change options, reroute to vf_lavfiGravatar wm42013-12-04
* command: add a revert_seek commandGravatar wm42013-12-01
* Prevent creating zombiesGravatar wm42013-11-30
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* command: add a cycle_values input commandGravatar wm42013-11-30
* command: change the syntax and semantics of the "run" commandGravatar wm42013-11-30
* build: add options for enabling and disabling any libquvi versionsGravatar Nikoli2013-11-29
* player: always reset some variables on seekGravatar wm42013-11-29
* video: restore printing warning on decreasing filter PTSGravatar wm42013-11-29
* command: allow "current" as argument to playlist_remove commandGravatar wm42013-11-28
* input: use separate type for command definitionsGravatar wm42013-11-28
* player: simple hack to make backstep code somewhat more robustGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28
* video: replace d_video->pts field, change PTS jump checksGravatar wm42013-11-27
* video: if PTS is missing, make something up using the framerateGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* video: unbreak --no-correct-pts with demuxers that use DTSGravatar wm42013-11-26
* player: don't use a loop when no loop is neededGravatar wm42013-11-26
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* build: make cygwin use *nix timersGravatar Stefano Pigozzi2013-11-26
* sub: respect detected language for fuzzy-matched external subtitlesGravatar wm42013-11-25
* player: only pause for waiting on cache if it makes senseGravatar wm42013-11-25
* video: move timestamp determination code to dec_videoGravatar wm42013-11-25
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25
* player: change semantics of --no-correct-ptsGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* player: warn if PTS association mode switchesGravatar wm42013-11-25
* player: close demuxer before streamGravatar wm42013-11-24
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* audio: respect --end/--length with spdif passthroughGravatar wm42013-11-23
* video: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* options: don't prefix sub-options with "--" in help outputGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23