summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-72/+90
|\
| * VO: remove code duplication for setting up mp_osd_reswm42012-11-011-66/+82
| * core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-241-3/+7
| * sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-241-2/+1
| * Merge branch 'master' into osd_changeswm42012-10-161-24/+33
| |\
| * | vo_gl, options: remove doublebuffering option (--double)wm42012-10-161-1/+0
* | | options: remove --adapterwm42012-10-301-1/+0
| |/ |/|
* | input: track location info for input commandswm42012-10-141-1/+1
* | Merge branch 'input_changes' into masterwm42012-10-121-1/+1
|\ \
| * | input: verify input.conf on loadingwm42012-10-121-1/+1
| |/
* | vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-031-1/+5
* | VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-031-18/+24
* | VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-031-8/+7
|/
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-1/+7
* Remove VESA/FBDEV remains, clean up example.confwm42012-09-181-81/+0
* cleanup: video_out: remove vo_subdevice global variablewm42012-09-181-6/+2
* video_out: free memory if initializing a VO failswm42012-09-181-1/+3
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-9/+0
* video_out: fix crash when VO autoselection failswm42012-08-161-2/+3
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-151-4/+0
* VO: remove old VO gluewm42012-08-071-9/+0
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-071-4/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-061-12/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-061-14/+0
* vo_image: add new video output for writing imageswm42012-08-061-1/+6
* video_out: rename privsize member to priv_sizewm42012-08-061-2/+2
* m_config: implement m_config_new in terms of m_config_simplewm42012-08-041-1/+2
* options: revert passing around talloc contextswm42012-08-041-1/+1
* mplayer: do not create X11 state in player frontendwm42012-08-031-2/+1
* VO: remove VO direct renderingwm42012-08-021-1/+0
* mplayer: expand --title as property, remove --use-filename-titlewm42012-08-021-5/+2
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-3/+2
* vo_gl, vo_gl3: honor global --vsync optionwm42012-07-301-1/+1
* libvo, libao: remove useless video and audio output driverswm42012-07-281-86/+0
* Merge remote-tracking branch 'origin/master'wm42012-07-281-3/+15
|\
| * vo_sharedbuffer: remove from autoprobe listStefano Pigozzi2012-07-271-3/+3
| * VO: implement shared option handling, use for vdpauUoti Urpala2012-07-161-3/+15
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-0/+4
|\|
| * vo_sharedbuffer: add this video outputStefano Pigozzi2012-04-261-0/+4
* | vo_gl: refuse to use software renderer, unless explicitly requestedwm42012-04-241-6/+8
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-5/+5
|\|
| * VO: move gl+cocoa before corevideo in default VO orderStefano Pigozzi2012-03-251-1/+4
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-251-4/+0
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-191-0/+1
* | libvo: add vo_gl3wm42012-03-311-0/+4
* | windows support: prefer vo_direct3d_shaders over vo_direct3dwm42012-03-171-1/+1
* | vo_direct3d: disable using shaders by default, and add direct3d_shaders VOwm42012-03-171-0/+2
* | windows support: prefer vo_direct3d over vo_directxwm42012-03-171-3/+3
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-051-1/+3
|\|
| * vo: reject vo_redraw_frame() if no frames have been drawnUoti Urpala2012-02-281-1/+3
* | vo_gl: add "backend" suboption to allow selecting the GUI backendwm42012-02-091-4/+0
|/
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-2/+0
* Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-071-2/+14
|\
| * libvo: change default window title to "mplayer2"wm42011-12-061-1/+1
| * libvo: remove title argument from struct vo_driver.configwm42011-12-061-2/+14
* | core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-061-0/+1
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-2/+17
* | vo: do final frame draw only near page flipUoti Urpala2011-12-061-0/+20
|/
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availablewm42011-10-241-0/+4
* vo_gl2, vo_matrixview: remove these VOswm42011-10-241-6/+0
* input: rework event reading and command queuingUoti Urpala2011-07-171-1/+1
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-091-4/+0
* core: hr-seek: fix soft hang with hrseek past EOFUoti Urpala2011-03-031-0/+5
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-6/+0
* vo_dxr2, ao_dxr2: drop dxr2 supportUoti Urpala2011-01-311-4/+0
* vidix: drop VIDIX supportUoti Urpala2011-01-311-12/+0
* libvo: register X11 connection fd in input event systemUoti Urpala2010-12-141-1/+23
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* options: move -name and -title to option structClément Bœsch2010-11-041-4/+0
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-021-1/+1
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-1/+1
* Merge svn change r31315Uoti Urpala2010-06-051-0/+1
|\
| * Force window placement also if -xineramascreen was set >= 0,reimar2010-06-041-0/+1
* | Merge svn changes up to r31284Uoti Urpala2010-06-021-3/+3
|\|
| * Prefer -vo sdl over "probably software" OpenGL.reimar2010-05-301-3/+3
| * Add missing input.h #include, fixes the warnings:diego2010-04-271-1/+1
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-1/+18
|\|
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-251-0/+15
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-231-1/+1
| * Add const to some video_out extern declarations to match their definitions.reimar2010-03-271-45/+45
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-2/+4
|\|
| * Only prefer -vo gl over -vo x11 if hardware acceleration is available.reimar2010-02-271-2/+4
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-5/+7
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
| * Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...reimar2010-02-251-4/+6
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | VO: remove directfb from autoselected VOsUoti Urpala2010-01-311-3/+4
* | Merge svn changes up to r30236Uoti Urpala2010-01-081-1/+1
|\|
| * vo_png now depends on libavcodec, not libpng.diego2010-01-051-1/+1
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+4
|\|
| * Finally add matrixview vo.reimar2010-01-031-0/+4
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-021-2/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-0/+5
|\|
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-121-0/+5
* | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-2/+5
* | vo_vdpau: Modify frame buffering codeUoti Urpala2009-11-151-1/+1
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-191-4/+47
|\ \
| * | VO: Prefer vo_vdpau over vo_xv againUoti Urpala2009-09-191-3/+3
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-0/+40
| * | VO interface: Remove obsolete draw_frame() from new interfaceUoti Urpala2009-09-171-1/+4
* | | Merge svn changes up to r29644Uoti Urpala2009-09-041-3/+3
|\ \ \ | |/ / |/| / | |/
| * Enable calc_src_dst_rects for windowed aspect and panscan.reimar2009-08-271-3/+3
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
* | video_out.c: Fix a minor memory leakUoti Urpala2009-05-091-0/+2
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-2/+2
|\|
| * Rename macosx video output driver to corevideo.diego2009-05-041-2/+2
* | Make VO xv preferred over vdpau againUoti Urpala2009-04-021-3/+3
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-3/+3
|\|
| * Prefer vo vdpau over vo xv where available.cehoyos2009-03-311-3/+3
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-0/+4
|\|
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-141-0/+4
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+1
|\|
| * Make WinID a 64 bit integer, this should avoid issues with valid Windowreimar2009-03-021-1/+1
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-3/+3
|\|
| * 100l, place vdpau below xv, it should not normally be preferred for auto-sele...reimar2009-02-211-3/+3
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+17
|\|
| * Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-171-1/+11
| * Cropping parameter to calc_src_dst_rects is constreimar2009-02-171-1/+1
| * Fix compilation without VDPAUuau2009-02-171-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+4
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-0/+60
|\|
| * Add a calc_src_dst_rects that calculates from window size, panscan etc.reimar2009-02-121-0/+60
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-3/+19
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-3/+19
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-1/+1
|\|
| * Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.diego2009-01-301-1/+1
* | Merge svn changes up to r28176Uoti Urpala2008-12-221-28/+39
|\|
| * Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-201-0/+11
| * Cosmetics: get rid of some tabs and trailing whitespace.reimar2008-12-201-32/+32
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-1/+1
|\|
| * xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-1/+1
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-0/+4
|\|
| * 100l, the video_out_drivers list must be sorted by priority, notreimar2008-11-181-3/+3
| * Direct3D based video_out module.reimar2008-11-181-0/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-16/+20
|\|
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-2/+2
| * Rename preprocessor directives rel