summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* VO: don't wait for map event in X VO initializationUoti Urpala2011-04-081-4/+0
* vo_mga, build: change include from "libavcore" to "libavutil"Uoti Urpala2011-03-281-1/+1
* vo_corevideo: add key_modifier_alt only when pressing left option keyStefano Pigozzi2011-03-181-1/+4
* vo_corevideo: fix menubar showing 2 apples on snow leopardStefano Pigozzi2011-03-111-1/+4
* vo_corevideo: support modifier keys in keyboard inputStefano Pigozzi2011-03-031-2/+11
* core: hr-seek: fix soft hang with hrseek past EOFUoti Urpala2011-03-032-0/+6
* x11_common: fix for reconfig with pos/xineramascreen setUoti Urpala2011-02-032-9/+9
* vo_zr2: drop Zoran supportUoti Urpala2011-01-316-1909/+0
* vo_dxr2, ao_dxr2: drop dxr2 supportUoti Urpala2011-01-312-972/+0
* vidix: drop VIDIX supportUoti Urpala2011-01-319-1914/+0
* cleanup: vo_md5sum: Remove unused define/undefcboesch2011-01-311-15/+0
* vo_gl: mark llvmpipe as a software rendererreimar2011-01-291-1/+2
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-2639-3746/+39
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-0/+4
* cleanup: some random minor code simplification and cleanupUoti Urpala2011-01-262-2/+2
* cleanup: move MP_NOPTS_VALUE definition to mpcommon.hUoti Urpala2011-01-151-4/+1
* subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-151-0/+1
* core: move global "subdata" and "vo_sub_last" to mpctxUoti Urpala2011-01-111-1/+0
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintUoti Urpala2011-01-041-3/+7
* Merge branch 'hr-seek'Uoti Urpala2010-12-205-25/+41
|\
| * input: support bindings with modifier keys for X inputUoti Urpala2010-12-202-8/+15
| * libvo: register X11 connection fd in input event systemUoti Urpala2010-12-144-17/+26
* | cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-6/+6
* | font_load_ft.c: disable -fontconfig if compiled without libfontconfigkomh2010-12-161-0/+4
|/
* vo_vdpau: remove wrong mp_image usage_count change (no visible effect)Uoti Urpala2010-12-131-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-1422-94/+52
* vo_gl: create stereo-capable window when using Quadbuffer 3Dreimar2010-11-143-0/+5
* libvo/w32_common.c: Move setting of pixel format from init to configreimar2010-11-141-21/+21
* libvo/w32_common.c: minor cleanupreimar2010-11-141-18/+19
* cleanup: don't check for NULL before free()diego2010-11-082-21/+17
* vo_kva: Restore all the attributes after changing aspect ratiokomh2010-11-071-0/+9
* vo_kva: Prevent a parent window from painting over ours in slave modekomh2010-11-071-0/+6
* vo_directx: Fix possible out-of-bounds accessreimar2010-11-071-2/+2
* options: move -name and -title to option structClément Bœsch2010-11-043-10/+5
* vo_gl: Move the read_pnm function into a separate filecigaes2010-11-021-60/+1
* vo_gl: Extract code to read a pnm file into a separate functionreimar2010-11-021-24/+48
* vo_dxr3: Fix validity checks before closing a file descriptorreimar2010-11-021-3/+3
* vo_dxr3: Fix indentationreimar2010-11-021-20/+17
* vo_mga: minor code cleanupreimar2010-11-021-13/+16
* vo_xmga: Remove an unmotivated and pointless panscan_calc callreimar2010-11-021-2/+0
* vo_xvidix: reconfigure also on window movereimar2010-11-021-1/+1
* vo_xmga: fix event handlingreimar2010-11-021-4/+4
* vo_xmga: Remove a useless MGA_VID_CONFIG ioctlreimar2010-11-021-3/+0
* x11_common: add VO_EVENT_MOVEreimar2010-11-022-2/+7
* vo_mga: switch to newer screen dimension handling APIreimar2010-11-022-79/+23
* aspect.c: use fallback if screen dimensions are not knownreimar2010-11-021-0/+6
* Remove remaining %lf printf conversionsreimar2010-11-021-7/+7
* libvo: remove UNUSED() macrosdiego2010-11-028-63/+1
* vesa_lvo.c: make functions staticdiego2010-11-022-11/+6
* vesa_lvo.c: Move vlvo_preinit() below the functions that it usesdiego2010-11-021-23/+23
* vo_vesa: Mark vlvo_draw_slice_420() as staticdiego2010-11-021-1/+2
* vo_vesa: mark a function staticdiego2010-11-021-1/+1
* vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAXdiego2010-11-022-18/+8
* vo_mga: use libswscale interface for g200 (untested)ramiro2010-11-021-16/+21
* vo_caca: Update URL to patch for new API supportdiego2010-11-021-1/+1
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-023-115/+7
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-1/+1
* vo_corevideo.h: Add standard multiple inclusion guardsdiego2010-11-021-0/+5
* vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.hdiego2010-11-021-0/+2
* vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.hdiego2010-11-021-0/+2
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fddiego2010-11-021-4/+4
* mga: disable g200 supportramiro2010-11-021-2/+8
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-11/+2
* spelling fixessiretart2010-11-024-6/+6
* vo_gl.c: Use early return instead of large if blockreimar2010-11-021-26/+26
* vo_gl: Make OSD rendering code more readablereimar2010-11-021-7/+12
* vo_corevideo: Move variable into the only function it's used inreimar2010-11-022-1/+1
* vo_corevideo: move mouse hiding to check_eventsreimar2010-11-021-23/+21
* vo_corevideo: Make the Quit menu entry workreimar2010-11-021-0/+14
* vo_corevideo: simplify check_eventsreimar2010-11-021-1/+1
* vo_corevideo: change window-closing handlingreimar2010-11-021-2/+5
* vo_corevideo, vo_quartz: remove useless kQuitCmdreimar2010-11-023-7/+0
* vo_corevideo: indentation fixesreimar2010-11-022-27/+27
* vo_corevideo: Avoid some code duplication.reimar2010-11-021-4/+2
* vo_corevideo: Simplify update_screen_inforeimar2010-11-021-7/+6
* vo_corevideo: avoid dangerous castsreimar2010-11-021-3/+2
* vo_corevideo.m: remote useless parentheses and castsreimar2010-11-021-11/+11
* vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quitreimar2010-11-021-2/+2
* vo_gl2: Use identical code to -vo gl for -wid modereimar2010-11-021-3/+4
* vo_gl: Make it possible to select GL_NEAREST scalingreimar2010-11-021-1/+9
* vo_gl: add helper macros to build the yuv conversion type numberreimar2010-11-022-1/+6
* gl_common.h: Add () around macro arguments.reimar2010-11-021-3/+3
* vo_gl: Cosmetics: create luma texture firstreimar2010-11-021-4/+5
* vo_tga: specify 15 bpp tga format endiannessreimar2010-11-021-1/+1
* vo_tga: Use the proper imgfmt namesreimar2010-11-021-2/+2
* vo_tag: fix RGB with alpha output on little-endianreimar2010-11-021-42/+1
* vo_vdpau: fix indentation of some switch statementsUoti Urpala2010-11-021-49/+49
* vo_vdpau: add extra check for unknown image formatUoti Urpala2010-11-021-2/+4
* vo_gl: remove unused labelUoti Urpala2010-11-021-1/+0
* x11_common.h: remove some unused declarationsUoti Urpala2010-11-021-3/+0
* vo_gl: remove "broken" comment from quadbuffer stereocehoyos2010-11-021-1/+1
* vo_gl: Some small whitespace and {} cosmeticsreimar2010-11-021-19/+21
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modereimar2010-11-021-1/+13
* vo_gl: cleanupreimar2010-11-021-9/+2
* vo_gl: Add initial stereo supportreimar2010-11-023-0/+118
* x11_common: Get window dimensions also for -wid 0reimar2010-11-021-1/+2
* x11_common.c: minor cleanupreimar2010-11-021-3/+1
* x11_common.c: Some indentation fixesreimar2010-11-021-10/+10
* x11_common: Do not try to grab input from -wid windowsreimar2010-11-021-8/+21
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)reimar2010-11-021-3/+4
* vo_mga: Rename libvo/mga_common.c --> libvo/mga_template.cdiego2010-11-023-2/+2
* vo_gl: More sensible behaviour for -geometry with -widreimar2010-11-021-1/+1
* cosmetics: Remove some unused linesdiego2010-11-022-4/+0
* x11_common: Consistently use "None" instead of "NULL" for X resourcesreimar2010-11-021-7/+7
* ao_ivtv: Add header for ivtv_write() instead of forward declaring itdiego2010-11-022-0/+33
* SDL input: add missing 0-termination of keymap filereimar2010-11-021-0/+1
* vo_gl, csputils: dual-license under LGPL v2.1reimar2010-11-025-0/+25
* libvo: Reduce verbosity of suboption parsing messagesdiego2010-11-023-12/+12
* vo_gl: Remove nonsense commented-out function headerreimar2010-10-271-1/+0
* vo: improve fixed-vo behavior when video size changes in x11 VOsUoti Urpala2010-07-232-0/+26
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-052-269/+6
|\
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldreimar2010-06-051-268/+2
| * Add support for -geometry x syntax since the documentation claimsreimar2010-06-051-1/+4
* | Merge svn change r31315Uoti Urpala2010-06-051-0/+1
|\|
| * Force window placement also if -xineramascreen was set >= 0,reimar2010-06-041-0/+1
| * apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa...siretart2010-06-031-0/+6
| * vo_yuv4mpeg: disable RGB support when compiling against a shared libswscalesiretart2010-06-031-4/+10
* | Merge svn changes up to r31303Uoti Urpala2010-06-022-15/+26
|\|
| * Extend geometry parsing to reject all invalid strings.reimar2010-06-011-9/+12
| * Factor out some common code and ensure we will not try to draw OSDreimar2010-05-311-3/+12
* | Merge svn changes up to r31291Uoti Urpala2010-06-021-1/+5
|\|
| * Change code to let Window Manager chose window location by default.reimar2010-05-301-1/+5
* | Merge svn changes up to r31284Uoti Urpala2010-06-022-4/+4
|\|
| * Treat a NULL renderer string as indication for software renderer.reimar2010-05-301-1/+1
| * Prefer -vo sdl over "probably software" OpenGL.reimar2010-05-301-3/+3
| * misc cosmetics: K&R style nits, #include placement, indentationdiego2010-05-291-72/+71
* | Merge svn changes up to r31226Uoti Urpala2010-05-301-0/+2
|\|
| * Add missing RGB12 version of the fast OSD table.diego2010-05-261-0/+2
* | Merge svn changes up to r31211Uoti Urpala2010-05-302-5/+14
|\|
| * Change -vo md5sum to not interleave U and V lines when calculatingreimar2010-05-241-0/+2
| * Fix OpenGL autodetection to not leave values at -1.reimar2010-05-241-5/+12
* | Merge svn changes up to r31189Uoti Urpala2010-05-302-6/+16
|\|
| * Do not return pointer to on-stack memory.reimar2010-05-191-1/+3
| * Fix return value (it was missing completely).reimar2010-05-191-1/+1
| * Handle -wid Window being closed for direct3d and gl vos on Windows.reimar2010-05-191-4/+8
| * Quit MPlayer if we receive a DestroyNotify event.reimar2010-05-141-0/+4
* | Merge svn changes up to r31169Uoti Urpala2010-05-302-6/+8
|\|
| * Fix compilation with --disable-fastmemcpy on x86astrange2010-05-111-1/+1
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.reimar2010-05-091-0/+2
| * Minor code cleanup.reimar2010-05-091-4/+4
| * yuv=5 supports brightness and contrast adjustment.reimar2010-05-091-1/+1
* | Merge svn changes up to r31145Uoti Urpala2010-05-301-1/+6
|\|
| * Handle chroma texture size becoming 0, e.g. due to bad rounding.reimar2010-05-091-1/+6
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+2
* | vo_vdpau: fix loop initializing output surfaces as invalidUoti Urpala2010-05-261-5/+10
* | vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-141-37/+56
* | vo_vdpau: add option for studio level outputUoti Urpala2010-05-121-0/+15
* | vdpau: drop support for old versionsUoti Urpala2010-05-111-5/+0
* | Merge svn changes up to r31141Uoti Urpala2010-05-075-1/+74
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-065-1/+74
* | Merge svn changes up to r31133Uoti Urpala2010-05-072-6/+3
|\|
| * Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
| * Avoid duplicating the GL/gl.h include.reimar2010-04-301-4/