summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+6
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-2/+2
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.diego2006-12-011-1/+2
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Remove some of the worst "headers include headers which includereimar2006-11-291-0/+3
* Avoid compiling code using %ah etc. on AMD64, since that will not workreimar2006-11-291-4/+4
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.reimar2006-11-291-2/+6
* Move common code to mpcommon.mak.diego2006-11-271-9/+0
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-10/+1
* FFmpeg-style conditional dependency declarationdiego2006-11-271-16/+9
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-27/+2
* Don't compile libvo.a unless MPlayer is enabled.diego2006-11-251-1/+6
* simplifydiego2006-11-251-6/+6
* missing include for uint16_tben2006-11-251-0/+1
* 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 ---> libswscalelucabe