aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* vf_scale: actually respect param and param2 suboptionsGravatar wm42013-07-22
* vo_opengl: some option changesGravatar wm42013-07-22
* vo_direct3d: use new option APIGravatar wm42013-07-22
* vo_opengl_old: use new option APIGravatar wm42013-07-22
* options: move --colorkey option to vo_xvGravatar wm42013-07-22
* vo_xv: use new option APIGravatar wm42013-07-22
* vo_direct3d: fix warning on MinGWGravatar wm42013-07-22
* options: hide encoding AO/VO in help outputGravatar wm42013-07-21
* options: use new code for parsing --voGravatar wm42013-07-21
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* vf: remove unnecessary indirectionGravatar wm42013-07-21
* cocoa_common: fix regression in draggable state computationGravatar Stefano Pigozzi2013-07-21
* cocoa_common: fix styleGravatar Stefano Pigozzi2013-07-21
* cocoa_common: move tracking area setup to updateTrackingAreasGravatar Stefano Pigozzi2013-07-21
* x11: add key modifiers to mouse button eventsGravatar wm42013-07-21
* w32_common: show the cursor in the window borderGravatar James Ross-Gowan2013-07-21
* cocoa_common: handle keyboard modifiers for mouse eventsGravatar Stefano Pigozzi2013-07-21
* Merge remote-tracking branch 'michaelforney/master'Gravatar Alexander Preisinger2013-07-20
|\
* | cocoa_common: make the fullscreen transition only when necessaryGravatar Stefano Pigozzi2013-07-20
* | cocoa_common: use a tracking area to handle mouse eventsGravatar Stefano Pigozzi2013-07-20
* | cocoa_common: fix typo in commentGravatar Stefano Pigozzi2013-07-20
* | cocoa_common: implement MP_MOUSE_LEAVE notificationsGravatar Stefano Pigozzi2013-07-20
* | cocoa_common: implement conditional video draggingGravatar Stefano Pigozzi2013-07-20
* | direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long)Gravatar Diogo Franco (Kovensky)2013-07-20
| * wayland: Fallback to any GL version if 3.0 is not supportedGravatar Michael Forney2013-07-19
|/
* wayland: use a unified struct for the stateGravatar Alexander Preisinger2013-07-18
* wayland: don't resize in gl_wayland.cGravatar Alexander Preisinger2013-07-18
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* vo: remove aspdat.asp memberGravatar wm42013-07-18
* gl_video: add support for more rgb formatsGravatar wm42013-07-18
* img_format: comment on some pixel formatsGravatar wm42013-07-18
* img_format: add a mask for color classGravatar wm42013-07-18
* sws_utils: make hq swscale flags available with mp_sws_hq_flagsGravatar wm42013-07-18
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* sws_utils: remove some old codeGravatar wm42013-07-18
* vo_x11: use new swscale wrapperGravatar wm42013-07-18
* mp_image: one utility function to set image parametersGravatar wm42013-07-18
* vf_scale: use new swscale wrapperGravatar wm42013-07-18
* vf: make sure less important image params are set before/after filtersGravatar wm42013-07-18
* sws_utils: refactor swscale wrapper codeGravatar wm42013-07-18
* vf_scale: remove rounding of sizes to 2 with 4:2:0Gravatar wm42013-07-18
* vf_scale: try to support all pixel formatsGravatar wm42013-07-18
* vf_scale: don't byte-swap palette on big endian architecturesGravatar wm42013-07-18
* vf_scale: uncrustifyGravatar wm42013-07-18
* vo_x11: remove weird inactive codeGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16