summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* Remove old demuxerswm42013-07-071-4/+1
* dither: don't use long doublewm42013-07-051-2/+2
* core: remove mp_fifo leftoverswm42013-07-043-3/+0
* wayland: remove mp_fifo headerAlexander Preisinger2013-07-031-1/+0
* wayland: fix typoAlexander Preisinger2013-07-031-1/+1
* wayland: remove unused membersAlexander Preisinger2013-07-031-2/+0
* wayland: remove mp_fifoAlexander Preisinger2013-07-021-7/+7
* wayland: implement MOUSE_LEAVEAlexander Preisinger2013-07-021-0/+2
* core: cleanup more mp_fifo leftoverswm42013-07-025-34/+33
* core: remove mp_fifo indirectionwm42013-07-022-3/+1
* input: require VOs to send key up events, redo input key lookupwm42013-07-026-11/+14
* w32_common: prevent display power managementJames Ross-Gowan2013-06-301-0/+3
* w32_common: prevent that window dragging and mouse input interferewm42013-06-291-1/+1
* w32_common: refactor mouse button code, handle mouse up eventswm42013-06-291-31/+39
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-291-2/+5
* input: handle mouse movement differentlywm42013-06-294-6/+23
* cocoa_common: uninit fs window properlyStefano Pigozzi2013-06-291-0/+3
* csputils.h: don't recursively include libavcodec headerwm42013-06-283-16/+16
* vo_opengl: handle chroma locationwm42013-06-289-3/+70
* video: add a new method to configure filters and VOswm42013-06-2816-139/+211
* mp_image: copy palette only if allocatedwm42013-06-281-1/+2
* vf_rotate: fix params >= 4wm42013-06-281-0/+2
* options: remove -lavdopts debug suboptionwm42013-06-281-4/+0
* cocoa_common: schedule a redraw frame after a non live resizeStefano Pigozzi2013-06-251-3/+18
* Merge branch 'sub_mess2'wm42013-06-251-1/+1
|\
| * stream: remove padding parameter from stream_read_complete()wm42013-06-231-1/+1
* | OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-191-0/+1
* | vo_lavc: remove unused variablewm42013-06-181-1/+1
* | osdep: remove shmem wrapperwm42013-06-181-1/+0
* | vo_lavc: do NOT fill pict_type from the mp_imageRudolf Polzer2013-06-171-0/+4
* | vo_lavc: use mp_image_copy_fields_to_av_frameRudolf Polzer2013-06-171-4/+1
|/
* fix compile, sorryRudolf Polzer2013-06-161-0/+1
* encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-2/+2
* vf_dlopen filters: add an "ildetect" filter that detects interlacingRudolf Polzer2013-06-161-4/+21
* cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLEStefano Pigozzi2013-06-161-2/+11
* wayland: use VOCTRL_UPDATE_WINDOW_TTILEAlexander Preisinger2013-06-161-1/+3
* vo: fix build on Libavwm42013-06-151-0/+2
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-154-5/+21
* vo: define VO_TRUE/FALSE to C99 constantswm42013-06-151-2/+2
* w32_common: remove some unneeded codewm42013-06-151-5/+3
* w32_common: fix non-sensewm42013-06-151-2/+3
* vo_xv: always request redraw on resizewm42013-06-151-3/+3
* vo: redo video display rectangle calculationswm42013-06-151-24/+49
* gl_video: rearrange some codewm42013-06-151-23/+20
* gl_video: fix scaling when image is cropped, or with no-npotwm42013-06-151-22/+39
* gl_video: typo in commentwm42013-06-151-1/+1
* image_writer: Add PNG filter option (default "mixed")Martin Herkt2013-06-152-1/+6
* cocoa_common: remove play/pause VOCTRL functionsStefano Pigozzi2013-06-142-14/+2
* w32: enable screensaver when pausedwm42013-06-142-2/+13
* x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-3/+7
* core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-142-3/+5
* gl_video: remove redundant conditionwm42013-06-131-6/+1
* vo_lavc: silence warning when writing y4mwm42013-06-131-1/+1
* cocoa_common: fix ontop switching when fullscreenStefano Pigozzi2013-06-111-2/+2
* cocoa_common: fix window level when going fullscreenStefano Pigozzi2013-06-101-1/+1
* encoding: fix -oneverdrop logic when -omaxfps is usedRudolf Polzer2013-06-091-5/+8
* encoding -omaxfps: rewrite logicRudolf Polzer2013-06-091-29/+32
* encoding -omaxfps: do not shift pts when pts are repeated entirelyRudolf Polzer2013-06-091-1/+1
* Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+16
* Merge branch 'sub_mess'wm42013-06-041-11/+2
|\
| * core: add common function to initialize AVPacketwm42013-06-031-11/+2
* | osx: cocoa_common: use default wakeup periodStefano Pigozzi2013-06-031-1/+0
* | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-033-194/+9
* | osx_common: remove outdated ifdefferyStefano Pigozzi2013-06-031-52/+0
* | gl_video: reduce output with -v, skip useless header partswm42013-06-031-5/+8
* | gl_video: explicitly clamp colormatrix outputwm42013-06-031-0/+1
* | cocoa_common: autohide dock/menubar on fs only if on same screenStefano Pigozzi2013-06-011-7/+37
* | cocoa_common: don't autohide mouse on mousedownStefano Pigozzi2013-06-011-2/+10
* | cocoa_common: avoid window creation with VOFLAG_HIDDENStefano Pigozzi2013-06-011-76/+92
* | cocoa_common: dehack mouse autohide by clipping view bounds to visible screenStefano Pigozzi2013-06-011-17/+19
* | cocoa_common: fix mouse autohide on MenuBar/Dock interactionStefano Pigozzi2013-05-311-1/+7
* | cocoa_common: fix empty window when going fs on different screenStefano Pigozzi2013-05-311-0/+9
* | cocoa_common: fix mouse hiding outside of player viewStefano Pigozzi2013-05-301-9/+21
* | cocoa_common: refactor fullscreen code for readabilityStefano Pigozzi2013-05-301-31/+53
* | cocoa_common: fix native-fs state savingStefano Pigozzi2013-05-301-1/+2
* | cocoa_common: fix a bug in window initialization errorStefano Pigozzi2013-05-301-1/+3
* | cocoa_common: use cocoa APIs to go fullscreenStefano Pigozzi2013-05-302-219/+165
* | macosx_application: move escape_loadfile_name in this fileStefano Pigozzi2013-05-302-24/+0
* | cocoa_common: use better power management activity descriptionStefano Pigozzi2013-05-301-1/+1
* | osx: remove compatibility conditionals for 10.6Stefano Pigozzi2013-05-303-106/+13
|/
* gl_common: fix invalid alignmentwm42013-05-301-2/+2
* gl_video: add some debug code for testing texture depthwm42013-05-301-7/+60
* gl_video: change a GLSL statementwm42013-05-301-1/+1
* gl_video: fix some dithering bugswm42013-05-302-15/+11
* options: remove some questionable -lavdopts suboptionswm42013-05-291-15/+0
* vo_opengl: remove most of the "inline" documentationwm42013-05-261-86/+8
* vf_delogo: copy in non-direct case, fix double-freewm42013-05-261-9/+1
* gl_video: improve ditheringwm42013-05-267-23/+330
* gl_video: add scaler-resizes-only sub-optionwm42013-05-262-0/+25
* Replace calls to usec_sleep()wm42013-05-262-2/+2
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-265-18/+22
* vo: rip out VO timer wakeup mechanism againwm42013-05-262-19/+0
* cocoa_common: send mouse moved events to core when draggingStefano Pigozzi2013-05-261-2/+7
* wayland: use VOCTRL_SET_CURSOR_VISIBILITYAlexander Preisinger2013-05-262-36/+25
* wayland: introduce vo_wayland_configAlexander Preisinger2013-05-263-26/+24
* cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITYStefano Pigozzi2013-05-261-39/+20
* cocoa_common: implement mouse movement notificationsStefano Pigozzi2013-05-261-0/+10
* w32: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-6/+7
* vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-39/+3
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-262-48/+33
* core: do mouse cursor hiding business in frontendwm42013-05-261-0/+2
* vo: remove vo.check_events callbackwm42013-05-267-25/+8
* w32: use vo_w32_control() for all VOswm42013-05-263-40/+15
* x11: use vo_x11_control() for all VOswm42013-05-265-80/+31
* video/out: introduce vo_control for gl_common based VOswm42013-05-2618-158/+138
* vf_lavfi: allow setting avoptswm42013-05-261-0/+9
* cocoa_common: authohide menu/dock in fullscreenStefano Pigozzi2013-05-261-2/+3
* m_option, vf: add label supportwm42013-05-232-1/+18
* vo: remove unused callbackwm42013-05-231-1/+0
* dec_video: get rid of two global variableswm42013-05-213-10/+3
* dec_video: remove emms usagewm42013-05-211-10/+0
* vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* Silence some compiler warningswm42013-05-213-4/+4
* vo_image: start image file numbers at 1wm42013-05-181-2/+2
* video/filter: fix option parser memory leakwm42013-05-186-16/+3
* core: allow changing filter filters at runtimewm42013-05-181-0/+1
* vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-184-5/+5
* mp_image: align image allocation heightwm42013-05-171-1/+2
* cocoa_common: vo_corevideo: fix window initializationStefano Pigozzi2013-05-161-5/+5
* vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* cocoa_common: order front window only when invisible [2]Stefano Pigozzi2013-05-141-1/+5
* cocoa_common: order front window only when invisibleStefano Pigozzi2013-05-131-1/+1
* cocoa_common: don't use recursive lockingStefano Pigozzi2013-05-131-2/+2
* cocoa_common: remove pointless locking when using -fsStefano Pigozzi2013-05-131-5/+10
* cocoa_common: fix a bug in window dragging stateStefano Pigozzi2013-05-131-13/+9
* cocoa_common: fix deadlock when calling resize_redrawStefano Pigozzi2013-05-121-4/+9
* cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-20/+39
* OSX: run native event loop in a separate threadStefano Pigozzi2013-05-125-104/+253
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-139/+14
* add a way to resize window contents without VO resizewm42013-05-124-13/+80
* vo_opengl: lock OpenGL contextwm42013-05-121-4/+55
* gl_common: add some sort of locking APIwm42013-05-122-0/+35
* wayland: reworked resizingAlexander Preisinger2013-05-073-67/+74
* Fix some cppcheck / scan-build warningswm42013-05-063-3/+3
* vf_yadif: actually set PTS for output frameswm42013-05-061-0/+1
* img_format: fix broken conditionwm42013-05-061-1/+1
* csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build)wm42013-05-051-2/+2
* video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-3/+16
* vd_lavc: allow explicitly selecting vdpau hw decoderswm42013-05-041-1/+11
* video: support YCgCo colorspacewm42013-05-042-0/+13
* vo_opengl: XYZ input supportwm42013-05-044-12/+70
* video: fix setting XYZ flagwm42013-05-041-4/+4
* gl_video: use GL_SRGB only if it's really RGBwm42013-05-041-2/+3
* vf_rotate: fix for some obscure pixel formatswm42013-05-031-7/+6
* wayland: fix wrong poll comment, check for errorsAlexander Preisinger2013-05-021-2/+4
* wayland: avoid iterating over all outputsAlexander Preisinger2013-05-021-15/+18
* wayland: remove unused stuffAlexander Preisinger2013-05-022-17/+0
* wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-021-9/+5
* Fix compilation with Libavwm42013-05-011-1/+1
* video: add XYZ supportwm42013-05-014-0/+19
* wayland: remove input modifier variableAlexander Preisinger2013-05-012-14/+0
* wayland: use GetTimerMS for hiding mouse cursorAlexander Preisinger2013-05-012-161/+39
* wayland: use mpv internal key auto-repeat handlingAlexander Preisinger2013-05-012-61/+5
* cocoa_common: fix window sizingStefano Pigozzi2013-04-281-2/+2
* vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-2/+24
* vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* vf_lavfi: add libavfilter bridgewm42013-04-212-0/+315
* mp_image: provide function to convert mp_image to AVFramewm42013-04-212-0/+53
* x11_common: minor simplificationwm42013-04-211-13/+6
* cocoa_common: keep aspect ratio when clipping windowStefano Pigozzi2013-04-171-7/+35
* change reverse DNS strings to io.mpv.*Stefano Pigozzi2013-04-161-1/+1
* cocoa_common: refactor centered resizeStefano Pigozzi2013-04-161-24/+21
*