aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* input: remove LIRCCD supportGravatar wm42013-12-16
* command: mess with previous commitGravatar wm42013-12-16
* command: scale osd’s time remaining by the current speedGravatar Vivek Jain2013-12-16
* input: move multi-command parsing somewhere elseGravatar wm42013-12-16
* input: adjust code to make quoted/not quoted cases more unifiedGravatar wm42013-12-16
* input: better error reporting for missing commandsGravatar wm42013-12-16
* input: move some command flags into a bitfieldGravatar wm42013-12-16
* input: remove weird syntax for skipping optional argumentsGravatar wm42013-12-16
* input: avoid using wakeup pipe if it's not neededGravatar wm42013-12-16
* mp_msg: define a bunch of convenience macrosGravatar wm42013-12-16
* input: don't quit with exit status 1 when receiving SIGTERMGravatar wm42013-12-15
* player: don't temporarily disable terminal handling when reloading filesGravatar wm42013-12-15
* player: don't store subtitle renderer in osd_stateGravatar wm42013-12-15
* dvdnav: fix incorrect clipping of highlightsGravatar wm42013-12-15
* matroska: add --ordered-chapters-files optionGravatar wm42013-12-14
* Allow some options taking filenames to refer to mpv config dirGravatar wm42013-12-14
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* dvdnav: block when libdvdnav requests draining buffersGravatar wm42013-12-14
* dvdnav: improve a commentGravatar wm42013-12-13
* dvb: prevent seek when reopening the demuxerGravatar wm42013-12-13
* dvdnav: support mouse interactionGravatar wm42013-12-13
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* input: fix bogus section disabling, add debugging outputGravatar wm42013-12-12
* osd: add option for "unscaled" OSDGravatar wm42013-12-10
* 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
* 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