summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.diego2007-09-051-0/+6
* Move debug message to verbose output level.diego2007-09-041-1/+1
* Add a bicubic scaler that needs a lot more instruction but noreimar2007-09-042-0/+42
* Fix compilation after patch to remove global vo_hdcreimar2007-09-033-4/+6
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...reimar2007-09-032-9/+15
* Remove checks that in the worst case will completely break fullscreenreimar2007-09-031-6/+0
* Make sure aspect hint is adjusted on aspect changereimar2007-09-031-0/+1
* Cosmetics: set vo_hint.flags at more consistent places (directly beforereimar2007-09-021-3/+5
* Proper support for flashing chars in teletext pages.voroshil2007-09-011-2/+4
* Remove pointless forward declarations.diego2007-08-311-7/+0
* Purge looooong obsolete remnants of vo_fsdga.diego2007-08-291-2/+0
* warning fix:diego2007-08-281-1/+0
* warning fix:diego2007-08-281-0/+1
* warning fix:diego2007-08-281-0/+1
* warning fix:diego2007-08-281-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-283-6/+2
* warning fix:diego2007-08-281-0/+2
* warning fix:diego2007-08-281-2/+0
* warning fix:diego2007-08-281-2/+0
* warning fix:diego2007-08-281-1/+0
* warning fix:diego2007-08-281-1/+0
* Assume first xinerama screen, in case xmga couldattila2007-08-281-0/+9
* Fix wrong calculation of nbooleans that causes a crash on 64 bit systemsreimar2007-08-271-1/+1
* warning fix:diego2007-08-251-3/+0
* Remove pointless variable declaration, the code that sets it is long-gone.diego2007-08-251-3/+0
* Remove stray comment, the code it commented is long-gone.diego2007-08-251-2/+0
* Fix warnings:diego2007-08-251-3/+3
* Fix warning:diego2007-08-251-3/+0
* Fix warning:diego2007-08-251-2/+0
* Fix redundant redeclaration warnings.diego2007-08-251-4/+0
* Watch X11 fd in main input select() if using vo xvuau2007-08-251-0/+4
* Remove fallback round implementation that is protected by a preprocessordiego2007-08-241-7/+0
* 100l typo: ENTER --> KPENTERdiego2007-08-231-1/+1
* Fix KPENTER keycode value on Mac OS X.diego2007-08-231-1/+1
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>nplourde2007-08-182-5/+33
* Functions that do not return a value must be voidreimar2007-08-182-4/+4
* Text files must end with a newlinereimar2007-08-181-1/+1
* Remove duplicate extern declarationreimar2007-08-181-5/+0
* Identifiers should not start with two underscores.diego2007-08-154-8/+8
* Remove unused variable.diego2007-08-151-1/+0
* Fix likely mistake when using char*.cehoyos2007-08-132-4/+4
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromdiego2007-08-121-0/+1
* Remove useless #include and silence warnings when compiling find_sub.c.cehoyos2007-08-081-4/+0
* Handle case where get_image is called twice without a draw_image in-betweenreimar2007-08-031-1/+6
* Forgot to add the main vo_xvr100.c filereimar2007-08-031-0/+451
* 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-292-0/+268
* Teletext supportvoroshil2007-07-292-0/+275
* Set -vo gl slice-height default to 0, the current default of 4 seemsreimar2007-07-281-3/+1
* Use a new variable for user-supplied monitor-aspect so we can overwritereimar2007-07-281-1/+4
* make sure update_xinerama_info is always called even when using thereimar2007-07-281-1/+1
* cosmetics: misc typo fixesdiego2007-07-282-3/+3
* document "default" behaviour if CopyFromParent is passed as colormapattila2007-07-221-1/+1
* 10lattila2007-07-222-2/+2
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-202-468/+0
* Put a compilation fix bandaid in place for the png.h issue.diego2007-07-171-0/+2
* Remove incomplete compilation fix bandaid.diego2007-07-161-2/+0
* bandaid compilation fixdiego2007-07-161-0/+2
* Use -font for subtitles when -subfont is not given, patch by kiriujazuxy2007-07-111-2/+8
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-8/+9
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0212-26/+26
* Consistently use filenames as multiple inclusion guards.diego2007-07-024-8/+8
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...nplourde2007-06-291-18/+19
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-2/+11
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingreimar2007-06-271-1/+1
* Remove some unused variablesreimar2007-06-273-6/+0
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-2711-265/+89
* Lots of cosmetics for gl2reimar2007-06-261-329/+283
* Remove two unused variablesreimar2007-06-261-2/+0
* Remove overly complex and unused per-subtexture "dirty" handlingreimar2007-06-261-77/+12
* Remove now unused variablereimar2007-06-261-3/+0
* remove useless calloc castreimar2007-06-261-2/+1
* Remove some unused code and useless error checking that only clutters the codereimar2007-06-261-56/+1
* Remove unused function.reimar2007-06-241-16/+0
* Avoid vo_sdl void * arithmeticreimar2007-06-241-2/+2
* Remove completely pointless "!= 1".reimar2007-06-241-2/+2
* Another unneeded xinerama_screen externreimar2007-06-241-3/+0
* xinerama_screen is already declared in video_out.hreimar2007-06-241-4/+0
* Add missing return value for x11 error handlerreimar2007-06-241-0/+1
* suboverlap_enabled is already declared in included subreader.hreimar2007-06-241-1/+0
* vo_init is x11 specific and has no place in video_out.h.reimar2007-06-241-2/+0
* Remove redundant vo_format_name, included img_format.h already provides itreimar2007-06-241-1/+0
* Hack around some fullscreen issues with gl under Windowsreimar2007-06-221-0/+3
* Revert r23530.voroshil2007-06-212-140/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-202-2/+4
* avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...lu_zero2007-06-101-0/+1
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-102-0/+140
* set the window aspect hinthenry2007-06-091-0/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-054-6/+6
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-0519-70/+71
* Add LGPL license header.diego2007-05-281-0/+18
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-284-4/+1
* HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)michael2007-05-271-6/+6
* Remove more pointless fastmemcpy.h includes in libvoreimar2007-05-274-6/+0
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-271-8/+8
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-203-33/+43
* Simplify -flip handling on vo_x11.creimar2007-05-121-6/+4
* Fix crash with -flip on 64 bit systems, the result ofreimar2007-05-121-1/+1
* Factor common code out of if in x11_common.creimar2007-05-121-2/+1
* Make -monitorpixelaspect 1 the default.cehoyos2007-04-271-3/+3
* Do not set VFCAP_EOSD_UNSCALED if we use scaled-osdreimar2007-04-271-1/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* Gui --> guidiego2007-04-2311-11/+11
* Add Makefile variable for either internal or external VIDIX.diego2007-04-221-1/+0
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofdiego2007-04-221-0/+3
* "()" to "(void)" function param list fixesuau2007-04-015-8/+8
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-2911-14/+11
* prevent building xvmc with the old api.iive2007-03-261-0/+5
* call vbeGetControllerInfo() only onceaurel2007-03-231-2/+4
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-2/+0
* cosmetics, fix indentationattila2007-03-181-7/+7
* allow horizontal resolutions >1024 in case we have a G550attila2007-03-181-6/+29
* Remove unnecessary -I option.diego2007-03-131-2/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-10/+9
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-10/+8
* forgotten lscale=2 part for gl_common.hreimar2007-03-111-0/+2
* Add a new GPU-based scaling method to vo glreimar2007-03-112-0/+33
* 100l, last patch broke window resizing with xv and xvmc.reimar2007-03-082-3/+2
* Fix unkown --> unkNown typo.diego2007-03-071-1/+1
* Factor out some duplicated code in vo_xv and vo_xvmcreimar2007-03-062-100/+45
* Simplify config by using code available in video_out.creimar2007-03-061-19/+11
* Add support for tracking mouse movements.reimar2007-03-041-0/+11
* Whitespace-only cosmetics: get rid of all remaining tabsreimar2007-03-041-114/+114
* Generate resize events when size of -wid window changes.reimar2007-03-041-0/+8
* compilation fix clip_uint8 -> av_clip_uint8rik2007-02-271-1/+1
* support for new ivtv apiben2007-02-261-2/+4
* The fragment program functions are and most likely always will be ARB-only,reimar2007-02-251-6/+6
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outreimar2007-02-251-2/+1
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-222-2/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* Don't free and then allocate surfaces when config() is called again with same...iive2007-02-191-0/+26
* Fix 10 in r22250, do not use screendimensions if not setreimar2007-02-181-0/+2
* Set classhint directly after creating window just as all other vos do, in acc...reimar2007-02-181-3/+3
* Revert r22255 on iive's request.reimar2007-02-183-45/+29
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-183-29/+45
* Move common vo initialization code to video_out.creimar2007-02-178-84/+46
* Fix two 10l memleaks in vo_xvmc.creimar2007-02-151-0/+3
* Avoid calling aspect on each frame and make ass subtitles work better with pa...reimar2007-02-061-4/+5
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-0/+1
* typo fixeskraymer2007-02-051-1/+1
* Sanity check for vo window dimensions, helps avoid division by zeroreimar2007-02-051-0/+2
* beckend -> backend typo fix in printfreimar2007-02-051-1/+1
* Update gl:help output a bitreimar2007-02-031-2/+3
* fix endianess, see bug #727lu_zero2007-01-281-12/+16
* fastmemcpy.h always has to include inttypes.h on systems that need it.diego2007-01-261-1/+1
* get rid of void pointer arithmetic, as spotted by ICCgpoirier2007-01-261-8/+9
* Include string.h to make sure memcpy is not used without prototypereimar2007-01-231-0/+1
* Fix FSF address and otherwise broken license headers.diego2007-01-227-18/+13
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-212-9/+0
* grammar/spelling/wording in commentsdiego2007-01-181-39/+40
* cosmetics: typo pallete --> palettediego2007-01-131-1/+1
* Do not abort on X11 errors, most are not at all fatal.reimar2007-01-051-1/+1
* Use av_d2q to produce the fps fraction, this usually produces more sane fract...reimar2007-01-041-3/+5
* Fix printf types: AVRational members are ints, not 64 bit.reimar2007-01-041-1/+1
* don't fatal if saving vesa state failed (this always fails on qemu, with this...ben2007-01-041-1/+0
* Amiga OS 4 supportdiego2006-12-231-0/+1
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+1
* Remove duplicate vo_sub extern definition.reimar2006-12-211-2/+0
* Fix compilation under MinGW with X11 enabledreimar2006-12-175-7/+14
* Get rid of completely useless includes that in addition hinder compilationreimar2006-12-162-2/+0
* gcc 2.95 fixods152006-12-151-1/+2
* 10l, missing () in check for 32bit endian-conversion hackreimar2006-12-141-1/+1
* Support for different endianness on client and server with -vo x11reimar2006-12-121-0/+14
* Align image data pointer, this is also in preparation of an upcoming patchreimar2006-12-121-1/+6
* Use XCreateImage instead of XGetImage, this is not only more correct andreimar2006-12-121-3/+5
* Mark utf8_get_char parameter as const and fix a compiler warningreimar2006-12-112-7/+7
* Another simplificationreimar2006-12-111-3/+1
* Reuse utf8_get_char in subtitle rendering code.reimar2006-12-111-13/+6
* vo_macosx, fix crash when closing windownplourde2006-12-101-4/+8
* vo_macosx.m disable window animation when going to fullscreennplourde2006-12-091-5/+5
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-072-2/+2
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-1/+12
* Properly free fontconfig patternsreimar2006-12-061-1/+7
* 100l typo in 21380 disabled OSD with at least xvmc.reimar2006-12-031-1/+1
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-021-3/+0
* Fix a declarations vs statements warning.diego2006-12-011-2/+5
* Fix declarations vs statements warning.diego2006-12-011</