summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
Commit message (Expand)AuthorAgeFilesLines
* 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 related to image libraries.diego2008-08-051-4/+4
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-4/+4
| * Add video driver for Nintendo Wii/GameCube.ben2008-08-031-0/+4
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-5/+5
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-23/+23
|\|
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-23/+23
* | Create a context struct for OSD stateUoti Urpala2008-06-241-2/+2
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-0/+2
|\|
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+2
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-011-4/+4
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-301-4/+10
* | Add a context for mp_fifoUoti Urpala2008-04-291-3/+5
* | Remove global vo_flagsUoti Urpala2008-04-251-2/+0
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-231-7/+4
* | Move vo_depthonscreen to x11 structUoti Urpala2008-04-231-1/+0
* | Move vo_dbpp to options structUoti Urpala2008-04-231-3/+0
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-231-11/+7
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-4/+13
* | Create a struct for X11 stateUoti Urpala2008-04-231-3/+6
* | Allocate vo struct with tallocUoti Urpala2008-04-231-2/+3
* | Move vo_ontop to options structUoti Urpala2008-04-231-1/+0
* | Add option pointer to vo structUoti Urpala2008-04-231-3/+5
* | Add new video driver APIUoti Urpala2008-04-231-58/+107
* | video_out.c: Cosmetic changesUoti Urpala2008-04-231-62/+65
|/
* Add a separate definition for quartz.diego2008-03-151-1/+1
* MACOSX_COREVIDEO --> corevideodiego2008-03-151-1/+1
* Remove unnecessary #ifdef nesting.diego2008-03-071-2/+2
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-34/+0
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-5/+5
* Purge looooong obsolete remnants of vo_fsdga.diego2007-08-291-2/+0
* add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)reimar2007-08-031-0/+6
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...ben2007-07-291-0/+6
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-201-4/+0
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outreimar2007-02-251-2/+1
* Fix 10 in r22250, do not use screendimensions if not setreimar2007-02-181-0/+2
* Revert r22255 on iive's request.reimar2007-02-181-10/+1
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-181-1/+10
* Move common vo initialization code to video_out.creimar2007-02-171-0/+22
* Create proper define for DFBMGA.diego2006-10-141-2/+2
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-191-0/+6
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-1/+0
* Remove remnants of old libmp1e support.diego2006-07-121-1/+1
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+4
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-3/+3
* Fix and improve xinerama supportreimar2006-04-161-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* prevent xvmc from been loaded before xv, and generally before any autoprobed ...iive2006-01-181-3/+3
* vo_tdfxfb should be preferred over vo_3dfx.diego2005-12-011-3/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+1
* Forgot to actually enable vo_gl on Windows...reimar2005-08-061-2/+0
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* do not define video_out_macosx if corevideo is not presentnplourde2005-05-051-0/+4
* macosx core video modulenplourde2005-04-291-0/+2
* added -wid support for vo_directx.joey2004-12-211-0/+1
* it's stupid for the default to be something both slower (for xv+dr) and visua...rfelker2004-11-301-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.ivo2004-10-231-0/+8
* move the file writers after vo_null so they don't get autoselected - followin...alex2004-10-041-14/+13
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmivo2004-09-291-4/+4
* This patch enables the compilation and linking of vo_md5sum to libvo.ivo2004-09-201-0/+2
* This patch enables the compilation and linking of vo_pnm (the portableivo2004-09-201-0/+2
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-0/+1
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
* vo_quartz now default vo on OSXnplourde2004-05-301-3/+3
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-0/+1
* libcaca video output driver by Howell Tamalex2004-04-061-0/+4