summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Enable ontop command from mplayer to be sent to mplayer osx.ulion2007-11-091-1/+1
* Handle mouse up event to get double click support from mp_fifo.ulion2007-11-071-6/+23
* Fix mouse right button and middle button incorrect identifications.ulion2007-11-061-3/+9
* Fix KPENTER keycode value.ulion2007-11-061-1/+1
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-3/+2
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-2/+1
* Warning fixes:ulion2007-11-061-26/+27
* cosmetics: output grammar/spelling fixesdiego2007-11-061-5/+5
* cosmetics: Comment grammar and spelling fixes.diego2007-11-061-17/+17
* Reduce excessive verbosity: Move debug messages to the appropriate MSGLdiego2007-11-061-46/+46
* 10l Diego, revert commit 24966.iive2007-11-041-2/+2
* Fix previous incorrect commit, +/- has higher precedence than shifts.diego2007-11-041-2/+2
* Add some parentheses to fix the following warnings:diego2007-11-031-2/+2
* Remove some pointless 'inline' qualifiersuau2007-11-011-1/+1
* movie player for Linux --> movie playerdiego2007-10-301-2/+1
* move errors and a warning to help_mp-en.hcompn2007-10-301-8/+9
* Disable clear_screen function, the call to the function is commented outdiego2007-10-301-0/+2
* Remove unused variables.zuxy2007-10-271-3/+1
* Cosmetic fix for r24861zuxy2007-10-271-12/+12
* Avoid crash after recovering from screensaverzuxy2007-10-271-4/+21
* Get rid of void pointer arithmetic.zuxy2007-10-231-1/+1
* A missing break statement caused SDLK_PLUS to be triggered twice on one press.diego2007-10-221-2/+2
* Remove some unused code, fixes the following warnings:diego2007-10-211-65/+0
* Avoid text deformation and subtitles moving outside the screen in pan-and-scaneugeni2007-10-191-2/+2
* Fix typo in commentreimar2007-10-181-1/+1
* Fix deallocate bug which sometimes causes a crash when reinitializing.nplourde2007-10-131-0/+1
* cosmetics: typodiego2007-10-111-2/+2
* enable fullscreen command from mplayer to be sent to mplayer osxnplourde2007-10-071-1/+1
* Get rid of mp_msg_test in vo_png, only reason to use it is performance andreimar2007-10-031-20/+10
* Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easierreimar2007-10-031-1/+1
* Make a local-only variable static in vo_pngreimar2007-10-031-1/+1
* warning fixes:diego2007-09-261-2/+0
* cosmetics: misc typo fixesdiego2007-09-252-4/+4
* warning fix:diego2007-09-241-1/+2
* warning fixes:diego2007-09-131-1/+1
* warning fix:diego2007-09-101-0/+1
* Fix borders for xmga broken by r23675. Tested by Diego.reimar2007-09-081-0/+1
* Implement boxes for subtitle teletext pages.voroshil2007-09-081-0/+1
* 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 fixes