aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* options: allow hwaccel formats in -vf format/noformatGravatar wm42013-12-07
* 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
* video: remove --flipGravatar wm42013-12-05
* video: allow hardware decoding only for certain codecsGravatar wm42013-12-05
* options: remove legacy hacks for sub-option handlingGravatar wm42013-12-04
* ad_lavc: expose an option to enable threadingGravatar wm42013-12-04
* vd_lavc: factor out libavcodec thread setupGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* vf_vo: don't abuse option strings to set VOGravatar wm42013-12-04
* vf_yadif: change options, reroute to vf_lavfiGravatar wm42013-12-04
* options: add option to disable using right Alt key as Alt GrGravatar Vivek Jain2013-12-02
* input: don't emit command when using multiple mouse buttons at onceGravatar wm42013-12-01
* input: improve some commentsGravatar wm42013-12-01
* command: add a revert_seek commandGravatar wm42013-12-01
* options: add options that set defaults for af/vf/ao/voGravatar 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
* input: require space before '#' commentsGravatar wm42013-11-30
* input: rearrange command parsingGravatar wm42013-11-30
* build: add options for enabling and disabling any libquvi versionsGravatar Nikoli2013-11-29
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* player: always reset some variables on seekGravatar wm42013-11-29
* video: restore printing warning on decreasing filter PTSGravatar wm42013-11-29
* build: make pthreads mandatoryGravatar wm42013-11-28
* 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
* video: refactor PTS code, add fall back heuristic to DTSGravatar 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
* av_common: fix typo in commentGravatar Stefano Pigozzi2013-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
* video: disable PTS sorting fallback by defaultGravatar 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