aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* dispatch: implement timeoutGravatar wm42014-04-23
* dispatch: use a real lock for mp_dispatch_lock()Gravatar wm42014-04-23
* dispatch: fix broken lockingGravatar wm42014-04-23
* dispatch: wakeup target thread when locking/suspendingGravatar wm42014-04-23
* dispatch: move into its own source fileGravatar wm42014-04-23
* terminal: fix printing of prefixGravatar wm42014-04-23
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* man: minor typo why not to use portaudioGravatar Kevin Mitchell2014-04-22
* vo: simplify event_fd handlingGravatar wm42014-04-22
* vo: cosmetics: move around some codeGravatar wm42014-04-22
* vo: minor cosmetic changeGravatar wm42014-04-22
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* build: glob() is always availableGravatar wm42014-04-22
* command: export rotation parameterGravatar wm42014-04-22
* vf: print all image parameter information in verbose outputGravatar wm42014-04-22
* vo: warn if the VO doesn't support certain flagsGravatar wm42014-04-22
* vf: remove autoinserted filters on reconfigGravatar wm42014-04-21
* parse_commandline: glob filenames on WindowsGravatar James Ross-Gowan2014-04-21
* glob-win: support UnicodeGravatar James Ross-Gowan2014-04-21
* video: auto-insert software rotation filterGravatar wm42014-04-21
* vf: add function to remove a filter from the chainGravatar wm42014-04-21
* vo_opengl: support rotationGravatar wm42014-04-21
* vo: add some general support code for VOs that allow rotationGravatar wm42014-04-21
* vo_opengl: clean up rendering pathGravatar wm42014-04-21
* demux: export video rotation parameterGravatar wm42014-04-21
* mp_image: add rotation parameterGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* vf_rotate: support all multiples of 90 degreesGravatar wm42014-04-21
* encode: don't resume playback when encodingGravatar wm42014-04-19
* encode: don't apply default config optionsGravatar wm42014-04-19
* Fix some libav* include statementsGravatar wm42014-04-19
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* vf_pp: fix include statementGravatar wm42014-04-19
* vf_pp: use native libpostproc CPU detectionGravatar wm42014-04-19
* vf_divtc: remove inline asmGravatar wm42014-04-19
* vf_pullup: remove inline asmGravatar wm42014-04-19
* vf_noise: remove line asmGravatar wm42014-04-19
* vf_ilpack: remove inline asmGravatar wm42014-04-19
* vf_eq: remove slow inline asmGravatar wm42014-04-19
* manpage: add notes when to use/not use certain AO and VO driversGravatar wm42014-04-19
* encode: disable keep-open when encodingGravatar James Ross-Gowan2014-04-19
* lua: add example to rebuild the status lineGravatar David Weber2014-04-19
* input: make key binds order-independent againGravatar wm42014-04-19
* input: discard key history when a key is mappedGravatar wm42014-04-19
* input: remove minor code duplicationGravatar wm42014-04-19
* input: ignore modifiers on MOUSE_LEAVEGravatar wm42014-04-19
* manpage: clarify one aspect of multi-keybindingsGravatar wm42014-04-18
* input: don't wakeup core if key repeat is requested but not possibleGravatar wm42014-04-18
* input: remove minor redundancyGravatar wm42014-04-18
* input: keycodes: reorder flagsGravatar wm42014-04-18