summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* cocoa_common: fix `--ontop` behaviour when windowedStefano Pigozzi2013-02-031-4/+4
* cocoa_common: fix focus with --ontop and space switchingStefano Pigozzi2013-02-031-4/+5
* cocoa_common: make the resize window menu items use video sizeStefano Pigozzi2013-02-031-10/+5
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-0/+1
* osx_common: cache OSX version numberStefano Pigozzi2013-01-272-37/+34
* vo_x11: fix redrawing on expose eventswm42013-01-271-9/+2
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-276-101/+71
* x11: fix some obvious video mode switching bugswm42013-01-272-20/+31
* x11: reduce VO mode switching code duplicationwm42013-01-275-85/+35
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-276-968/+774
* vo_opengl: always ditherWessel Dankers2013-01-271-25/+12
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* video: remove -x/-y/-xy optionswm42013-01-231-32/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-2/+33
* options: move -geometry parsing to m_option.cwm42013-01-238-159/+11
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-11/+60
* cocoa_common: improved trackpad scrollingMad Fish2013-01-201-5/+45
* cocoa_common: handle all pending events instead of just oneMad Fish2013-01-201-19/+24
* osxbundle: cocoa_common: change playlist on fileopen eventsStefano Pigozzi2013-01-163-0/+42
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_corevideo: make compile with recent changesStefano Pigozzi2013-01-151-1/+1
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-133-1244/+1241
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-134-16/+73
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-133-261/+5
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* mp_image: remove mp_image.bppwm42013-01-131-1/+5
* vo_image: render subswm42013-01-131-15/+36
* vo_xv: fix OSD redrawing flickerwm42013-01-131-13/+11
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-132-30/+38
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-1/+0
* vo_lavc: use reference countingwm42013-01-131-17/+4
* video: remove img_format compat hackswm42013-01-135-70/+68
* video: decouple internal pixel formats from FourCCswm42013-01-1310-41/+57
* video: cleanup: replace old mp_image function nameswm42013-01-1310-27/+25
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-5/+2
* mp_image: change how palette is handledwm42013-01-132-10/+7
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-133-0/+4
* video: remove things related to old DR codewm42013-01-135-72/+54
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-134-45/+59
* vo_caca: accept any stride for output imagewm42013-01-131-3/+10
* vo_corevideo: use stridewm42013-01-131-1/+1
* vo_corevideo: correct stride usagewm42013-01-131-5/+6
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-139-32/+16
* video: make vdpau hardware decoding not use DR code pathwm42013-01-132-16/+7
* vo_direct3d: simplifywm42013-01-131-198/+55
* vo_xv: simplifywm42013-01-131-47/+2
* video: remove slice based filtering and video outputwm42013-01-1312-119/+12
* video: make vdpau hardware decoding not use slices code pathwm42013-01-132-4/+7
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-1314-40/+32
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-1314-81/+61
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-36/+75
* vo_xv: fix compilation when shared memory header files are not availablewm42013-01-061-5/+2
* cocoa_common: add support for `--no-border`Stefano Pigozzi2012-12-311-0/+1
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: some OSD optimizationsRudolf Polzer2012-12-281-23/+41
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitwm42012-12-283-1/+22
* gl_common: properly reject old OpenGL versionswm42012-12-281-11/+20
* vo_opengl: use more precise gamma for BT.709 with color managementnand2012-12-282-5/+5
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-6/+5
* vdpau: silence a clang warningRudolf Polzer2012-12-281-1/+2
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+1008
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-192-0/+4
* vo_xv: try harder to get correctly aligned pointers/strideswm42012-12-031-4/+6
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-021-16/+26
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* video: fix bogus uses of mp_image.w/widthwm42012-11-211-2/+2
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-211-36/+24
* cocoa_common: create window in the correct screenStefano Pigozzi2012-11-211-1/+2
* gl_common: improve Mesa compatibility for GL3 context creationwm42012-11-201-2/+2
* options: remove --displaywm42012-11-162-11/+1
* vo_opengl: remove osdcolor suboptionwm42012-11-161-16/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-169-17/+11
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-141-2/+0
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-0/+1
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-133-2/+6
* win32: remove pointless get/release DC wrapperswm42012-11-123-32/+8
* Rename directories, move files (step 2 of 2)wm42012-11-1223-133/+129
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1241-0/+21338