summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* keep nav highlight event in dvdnav priv structureben2006-11-252-6/+18
* Remove superfluous comment.diego2006-11-251-3/+0
* Avoid void * arithmeticreimar2006-11-252-3/+4
* better nav highlight handlingben2006-11-251-6/+8
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...ben2006-11-252-0/+35
* Make compilation depending on USE_OSD unconditional.uau2006-11-223-27/+3
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.diego2006-11-211-8/+15
* Remove unused -D from CFLAGS.diego2006-11-211-1/+1
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* more mp_property_deinterlace simplification, patch byreimar2006-11-181-4/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-172-0/+12
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsreimar2006-11-171-2/+2
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-171-1/+1
* MSGTRs for libvo/aspect.c and libvo/vo_xv.ckraymer2006-11-082-16/+11
* Hack around Windows focus problem with -vo glreimar2006-11-041-0/+5
* Remove completely useless cursor variable.reimar2006-11-041-7/+0
* changed email addresshenry2006-11-041-1/+1
* Support backspace for -vo gl/gl2 under Windowsreimar2006-11-021-0/+1
* ARCH_X86 simplificationsreimar2006-11-013-10/+10
* fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus...gpoirier2006-10-251-0/+1
* Fix single-black-pixel-in-upper-left-corner bug (how do people notice a singlereimar2006-10-241-1/+1
* Proper detection of corresponding MPlayer image format for X server format fo...reimar2006-10-231-41/+58
* Set aspect information in yuv4mpegreimar2006-10-231-7/+6
* Remove a declaration-after-statement warning.diego2006-10-231-1/+2
* s/vo_osd_changed/vo_osd_changed_flagsyrjala2006-10-171-2/+2
* Round buffer width and height to 16 pixels.syrjala2006-10-171-9/+11
* Implement bob (pseudo?) deinterlacing for xvmc.reimar2006-10-151-1/+11
* Create proper define for DFBMGA.diego2006-10-141-2/+2
* Remove dead code (condition can obviously never be true)reimar2006-10-131-2/+0
* Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.diego2006-10-121-3/+3
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-082-26/+30
* Remove spurious casts to int. Blessed by Reimar.rathann2006-10-084-4/+4
* EOSD performance debugging info.reimar2006-10-061-0/+2
* vo_caca: use the pre-1.x compatibility layer so recentcorey2006-09-261-0/+8
* use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernelben2006-09-261-2/+2
* Whitespace-only cosmeticsreimar2006-09-221-13/+13
* Aggregate multiple small EOSD textures into one large since hundreds ofreimar2006-09-221-2/+57
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchreimar2006-09-221-4/+4
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0reimar2006-09-221-2/+2
* Make genEOSD behaviour with NULL data more explicitreimar2006-09-221-2/+2
* Modify clearEOSD to make experimenting easierreimar2006-09-221-5/+6
* remove useless zero-initialization code.reimar2006-09-221-3/+0
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-161-0/+8
* Make blur() public. Will be used in libass.eugeni2006-09-162-1/+4
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-011-0/+2
* The FSF changed postal address.diego2006-09-014-7/+7
* Cosmetics: reindent, remove tabs and break overlong lines.reimar2006-08-281-75/+70
* Cosmetics: fix indentation after last patchreimar2006-08-281-8/+8
* Hardware EOSD (ass) support.reimar2006-08-281-2/+88
* Add EOSD support to vf_vo.eugeni2006-08-281-0/+6
* Clarify messages.diego2006-08-271-2/+2
* if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b...ben2006-08-251-1/+6
* support for disabling/enabling bitmap font support from configurediego2006-08-211-1/+4
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-183-4/+2
* disable double buffer in vo_sdl on macosx. fix flicker issue.nplourde2006-08-181-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* consistency cosmetics: Handle includes just like in other Makefiles.diego2006-08-161-3/+2
* Make path separator for font path a define and set it to a better value for A...reimar2006-08-141-5/+12
* Reuse UTF-8 reading code in libavutilreimar2006-08-121-17/+3
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's not...reimar2006-08-081-0/+4
* optimize and simplify memcpy usage, use mem2agpcpy_picreimar2006-07-291-30/+6
* Some more documentationreimar2006-07-281-0/+57
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).reimar2006-07-281-15/+24
* unused variable warning fixdiego2006-07-281-1/+2
* Fixes the format string for the warning message on line 182 (%xdiego2006-07-281-4/+4
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-271-4/+4
* Unify include paths in the build system, part I.diego2006-07-271-8/+0
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-261-30/+1
* Simplify and and speedup generation of yuv2rgb and gamma map tablesreimar2006-07-231-37/+58
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-231-96/+0
* removed now unnecessary defineben2006-07-231-3/+0
* removed now unnecessary variableben2006-07-231-2/+0
* reuse send_mpeg_lpcm_packet() instead of the old packetizernicodvb2006-07-231-78/+1
* fix compilation if DVB is not definedben2006-07-221-1/+1
* use new mpeg_packetizer helpersben2006-07-221-65/+16
* my_write() must return the bytes writtennicodvb2006-07-221-1/+3
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-222-40/+4
* updated mpeg_packetizer include to new localizationben2006-07-191-1/+1
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-192-0/+305
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-1/+0
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-2/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* Use only one global config.mak file.diego2006-07-121-2/+2
* Remove remnants of old libmp1e support.diego2006-07-121-1/+1
* vo_gl can do flipping without special filterreimar2006-07-101-1/+5
* Fix negative stride handling in -dr casereimar2006-07-101-8/+12
* Get rid of left-over incorrect UnmapBuffer hackreimar2006-07-101-1/+0
* Fix off-by-one error for negative strides (flipped image)reimar2006-07-101-1/+1
* Fix window size bug when starting with -fs and returningreimar2006-07-101-2/+2
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-093-5/+5
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-092-2/+0
* customtrect -vo gl suboptionreimar2006-07-081-1/+6
* Support for 16 bit ppmsreimar2006-07-082-10/+36
* More helpful ProgramEnvParameters.reimar2006-07-081-2/+3
* handle sub-window WinID checks in the gui.vayne2006-07-081-1/+1
* Make some functions static.uau2006-07-089-23/+23
* Improve windows gui supportreimar2006-07-082-4/+8
* Do not fiddle (too much) with external (WinID) windowsreimar2006-07-081-0/+2
* Make utf8_get_char non-static.eugeni2006-07-072-1/+3
* Convince windows to allow window sizes > screen sizereimar2006-07-071-0/+2
* Initial win32 gui release.vayne2006-07-061-0/+11
* inclusion of md5.c based on USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+4
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-032-2/+2
* remove obsolete md5sum files. libavutil's implementation is used nowivo2006-07-022-715/+0
* use libavutil's md5 implementation instead of local imported copyivo2006-07-021-8/+10
* rm unnecesary casts from void* - part 2reynaldo2006-07-027-15/+15
* Get rid of unused variablereimar2006-07-011-1/+0
* Make sure all texture units have a different texture bound.reimar2006-07-011-8/+17
* Move conditional FreeType support compilation to the build system.diego2006-06-302-5/+4
* Move postproc ---> libswscalelucabe2006-06-305-5/+5
* 10lattila2006-06-251-1/+1
* fail with an error if the source resolution is larger than 1023x1023attila2006-06-251-0/+6
* remove pointless and sometimes incorrect lookupTex stuffreimar2006-06-221-8/+1
* reduce number of texture indirections to support older cardsreimar2006-06-221-6/+6
* CVS --> Subversiondiego2006-06-221-1/+1
* CVS --> Subversion in copyright noticesdiego2006-06-222-4/+4
* Software Scaler headers usage cleanuplucabe2006-06-182-9/+11
* Make header include order more similar to vo_gl.creimar2006-06-171-3/+2
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.reimar2006-06-151-4/+15
* Support UTF8 in OSD textreimar2006-06-151-2/+31
* Missing free for malloced char_seq in OSD codereimar2006-06-151-0/+1
* Fix window position when changing videos while in fullscreen and forreimar2006-06-156-13/+15
* Document lscale/cscale in -vo gl:help messagereimar2006-06-131-0/+5
* Do not use border for bicubic filter helper texture, since it will cause ATIreimar2006-06-131-5/+5
* Fix a condition as suggested by Rich.gpoirier2006-06-131-1/+1
* cosmeticsgpoirier2006-06-131-22/+22
* Fixes suggested by Ivo, and failure under non-root operation improved. Origin...gpoirier2006-06-131-30/+46
* Optimize bicubic filteringreimar2006-06-121-11/+9
* moves invariant code (chiefly MMX register initialization) out of loops as we...gpoirier2006-06-121-21/+43
* fix image adjustment (brightness etc.) for yuv=6reimar2006-06-111-2/+2
* Add yuv to rgb conversion using a 3D lookup texturereimar2006-06-082-0/+78
* loadGPUProgram function to load fragment program with error checking and stat...reimar2006-06-083-13/+58
* Add bicubic texture scalingreimar2006-06-072-1/+89
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesreimar2006-06-074-83/+165
* Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...reimar2006-06-051-0/+4
* Move/add checks to avoid crashes and make error messages less confusingreimar2006-06-052-11/+15
* add (currently unused) lookup for glTexImage3Dreimar2006-06-052-0/+5
* more GL extension checks to avoid crashes with Mesareimar2006-06-051-15/+15
* Remove now obsolete .cvsignore files.diego2006-06-021-3/+0
* Remove dead code, and do close smem file descriptor during un-initpoirierg2006-05-301-2/+2
* use mp_msg instead of printfivo2006-05-181-9/+10
* include sys/io.h instead of asm/io.h so iopl() gets declared tooivo2006-05-181-1/+1
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedivo2006-05-181-1/+3
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-172-0/+519
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-143-4/+3
* typo fixes: Extenstion -> extensionreimar2006-05-141-2/+2
* show OpenGL extension string with -v, very helpful for debuggingreimar2006-05-131-0/+1
* glBindTexture might be called glBindTextureEXT as wellreimar2006-05-131-1/+1
* Simplify condition, since both time and time_last are unsigned.rathann2006-05-131-2/+1
* Make sure black borders are drawn when switching videos with -fixed-vo.reimar2006-05-041-0/+6
* Rename some misspelled and misnamed messages.diego2006-04-285-5/+6
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-253-8/+12
* fix printf->mp_msg transition, 10l to Reynaldo and/or Attilarathann2006-04-241-1/+1
* fix typo X<->Yattila2006-04-241-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-242-4/+2
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-2419-331/+349
* minor fixes: get rid of pointless inline attributes and some additional checksreimar2006-04-212-8/+12
* forgotten update_xinerama_info prototypesreimar2006-04-212-0/+3
* 10l, aspect_save_screenres must be always called in update_xinerama_info.reimar2006-04-201-1/+1
* Register for window-manager delete window events and quit MPlayer.reimar2006-04-191-0/+10
* Fix and improve xinerama supportreimar2006-04-1613-99/+114
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...reimar2006-04-151-0/+3
* 10l, forgot to move aspect_save_screenres in last commitreimar2006-04-141-1/+1
* correct fullscreen sizereimar2006-04-131-0/+2
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itreimar2006-04-121-0/+4
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-1/+1
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-123-23/+77
* Replace deprecated functionnplourde2006-04-082-38/+22
* added support for external VIDIXnicodvb2006-03-282-1/+5
* Remove superfluous extern variable declaration.diego2006-03-272-4/+0
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-272-15/+11
* NEVER assign static strings to string command line options.albeu2006-03-261-1/+1
* support custom OSD col