| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -monitorpixelaspect 1 the default. | cehoyos | 2007-04-27 | 1 | -3/+3 |
* | Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd | reimar | 2007-04-27 | 1 | -1/+1 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 | 1 | -1/+1 |
* | Gui --> gui | diego | 2007-04-23 | 11 | -11/+11 |
* | Add Makefile variable for either internal or external VIDIX. | diego | 2007-04-22 | 1 | -1/+0 |
* | Readd an explicit rule for Objective C files. Apparently only Apple's fork of | diego | 2007-04-22 | 1 | -0/+3 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 5 | -8/+8 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 11 | -14/+11 |
* | prevent building xvmc with the old api. | iive | 2007-03-26 | 1 | -0/+5 |
* | call vbeGetControllerInfo() only once | aurel | 2007-03-23 | 1 | -2/+4 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -2/+0 |
* | cosmetics, fix indentation | attila | 2007-03-18 | 1 | -7/+7 |
* | allow horizontal resolutions >1024 in case we have a G550 | attila | 2007-03-18 | 1 | -6/+29 |
* | Remove unnecessary -I option. | diego | 2007-03-13 | 1 | -2/+0 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -10/+9 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -10/+8 |
* | forgotten lscale=2 part for gl_common.h | reimar | 2007-03-11 | 1 | -0/+2 |
* | Add a new GPU-based scaling method to vo gl | reimar | 2007-03-11 | 2 | -0/+33 |
* | 100l, last patch broke window resizing with xv and xvmc. | reimar | 2007-03-08 | 2 | -3/+2 |
* | Fix unkown --> unkNown typo. | diego | 2007-03-07 | 1 | -1/+1 |
* | Factor out some duplicated code in vo_xv and vo_xvmc | reimar | 2007-03-06 | 2 | -100/+45 |
* | Simplify config by using code available in video_out.c | reimar | 2007-03-06 | 1 | -19/+11 |
* | Add support for tracking mouse movements. | reimar | 2007-03-04 | 1 | -0/+11 |
* | Whitespace-only cosmetics: get rid of all remaining tabs | reimar | 2007-03-04 | 1 | -114/+114 |
* | Generate resize events when size of -wid window changes. | reimar | 2007-03-04 | 1 | -0/+8 |
* | compilation fix clip_uint8 -> av_clip_uint8 | rik | 2007-02-27 | 1 | -1/+1 |
* | support for new ivtv api | ben | 2007-02-26 | 1 | -2/+4 |
* | The fragment program functions are and most likely always will be ARB-only, | reimar | 2007-02-25 | 1 | -6/+6 |
* | 10, checked for the wrong thing. Do aspect scaling only in config_video_out | reimar | 2007-02-25 | 1 | -2/+1 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 2 | -2/+2 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 1 | -1/+1 |
* | Don't free and then allocate surfaces when config() is called again with same... | iive | 2007-02-19 | 1 | -0/+26 |
* | Fix 10 in r22250, do not use screendimensions if not set | reimar | 2007-02-18 | 1 | -0/+2 |
* | Set classhint directly after creating window just as all other vos do, in acc... | reimar | 2007-02-18 | 1 | -3/+3 |
* | Revert r22255 on iive's request. | reimar | 2007-02-18 | 3 | -45/+29 |
* | Avoid parts of xvmc reinit when source format does not change | reimar | 2007-02-18 | 3 | -29/+45 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 8 | -84/+46 |
* | Fix two 10l memleaks in vo_xvmc.c | reimar | 2007-02-15 | 1 | -0/+3 |
* | Avoid calling aspect on each frame and make ass subtitles work better with pa... | reimar | 2007-02-06 | 1 | -4/+5 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -0/+1 |
* | typo fixes | kraymer | 2007-02-05 | 1 | -1/+1 |
* | Sanity check for vo window dimensions, helps avoid division by zero | reimar | 2007-02-05 | 1 | -0/+2 |
* | beckend -> backend typo fix in printf | reimar | 2007-02-05 | 1 | -1/+1 |
* | Update gl:help output a bit | reimar | 2007-02-03 | 1 | -2/+3 |
* | fix endianess, see bug #727 | lu_zero | 2007-01-28 | 1 | -12/+16 |
* | fastmemcpy.h always has to include inttypes.h on systems that need it. | diego | 2007-01-26 | 1 | -1/+1 |
* | get rid of void pointer arithmetic, as spotted by ICC | gpoirier | 2007-01-26 | 1 | -8/+9 |
* | Include string.h to make sure memcpy is not used without prototype | reimar | 2007-01-23 | 1 | -0/+1 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 7 | -18/+13 |
* | Move code to ignore mouse wheel "down" events to fifo.c (needed because | reimar | 2007-01-21 | 2 | -9/+0 |
* | grammar/spelling/wording in comments | diego | 2007-01-18 | 1 | -39/+40 |
* | cosmetics: typo pallete --> palette | diego | 2007-01-13 | 1 | -1/+1 |
* | Do not abort on X11 errors, most are not at all fatal. | reimar | 2007-01-05 | 1 | -1/+1 |
* | Use av_d2q to produce the fps fraction, this usually produces more sane fract... | reimar | 2007-01-04 | 1 | -3/+5 |
* | Fix printf types: AVRational members are ints, not 64 bit. | reimar | 2007-01-04 | 1 | -1/+1 |
* | don't fatal if saving vesa state failed (this always fails on qemu, with this... | ben | 2007-01-04 | 1 | -1/+0 |
* | Amiga OS 4 support | diego | 2006-12-23 | 1 | -0/+1 |
* | compilation fixes: define always_inline and don't use uint64_t_C | rik | 2006-12-23 | 1 | -1/+1 |
* | Remove duplicate vo_sub extern definition. | reimar | 2006-12-21 | 1 | -2/+0 |
* | Fix compilation under MinGW with X11 enabled | reimar | 2006-12-17 | 5 | -7/+14 |
* | Get rid of completely useless includes that in addition hinder compilation | reimar | 2006-12-16 | 2 | -2/+0 |
* | gcc 2.95 fix | ods15 | 2006-12-15 | 1 | -1/+2 |
* | 10l, missing () in check for 32bit endian-conversion hack | reimar | 2006-12-14 | 1 | -1/+1 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 | 1 | -0/+14 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 | 1 | -1/+6 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 | 1 | -3/+5 |
* | Mark utf8_get_char parameter as const and fix a compiler warning | reimar | 2006-12-11 | 2 | -7/+7 |
* | Another simplification | reimar | 2006-12-11 | 1 | -3/+1 |
* | Reuse utf8_get_char in subtitle rendering code. | reimar | 2006-12-11 | 1 | -13/+6 |
* | vo_macosx, fix crash when closing window | nplourde | 2006-12-10 | 1 | -4/+8 |
* | vo_macosx.m disable window animation when going to fullscreen | nplourde | 2006-12-09 | 1 | -5/+5 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 2 | -2/+2 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 | 1 | -1/+12 |
* | Properly free fontconfig patterns | reimar | 2006-12-06 | 1 | -1/+7 |
* | 100l typo in 21380 disabled OSD with at least xvmc. | reimar | 2006-12-03 | 1 | -1/+1 |
* | Remove suffix rules that are just copies of make builtin rules. | diego | 2006-12-02 | 1 | -3/+0 |
* | Fix a declarations vs statements warning. | diego | 2006-12-01 | 1 | -2/+5 |
* | Fix declarations vs statements warning. | diego | 2006-12-01 | 1 | -4/+6 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 | 1 | -2/+2 |
* | Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at. | diego | 2006-12-01 | 1 | -1/+2 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | Remove some of the worst "headers include headers which include | reimar | 2006-11-29 | 1 | -0/+3 |
* | Avoid compiling code using %ah etc. on AMD64, since that will not work | reimar | 2006-11-29 | 1 | -4/+4 |
* | EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible. | reimar | 2006-11-29 | 1 | -2/+6 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 | 1 | -9/+0 |
* | Move common code for generating multiple libraries to mpcommon.mak. | diego | 2006-11-27 | 1 | -10/+1 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-27 | 1 | -16/+9 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -27/+2 |
* | Don't compile libvo.a unless MPlayer is enabled. | diego | 2006-11-25 | 1 | -1/+6 |
* | simplify | diego | 2006-11-25 | 1 | -6/+6 |
* | missing include for uint16_t | ben | 2006-11-25 | 1 | -0/+1 |
* | keep nav highlight event in dvdnav priv structure | ben | 2006-11-25 | 2 | -6/+18 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Avoid void * arithmetic | reimar | 2006-11-25 | 2 | -3/+4 |
* | better nav highlight handling | ben | 2006-11-25 | 1 | -6/+8 |
* | support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot... | ben | 2006-11-25 | 2 | -0/+35 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 3 | -27/+3 |
* | Split libvo.a into two libs so that libosd.a can be used by MEncoder. | diego | 2006-11-21 | 1 | -8/+15 |
* | Remove unused -D from CFLAGS. | diego | 2006-11-21 | 1 | -1/+1 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | more mp_property_deinterlace simplification, patch by | reimar | 2006-11-18 | 1 | -4/+1 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 2 | -0/+12 |
* | Adapt code to annoying ShowCursor semantics (increases/decreases and returns | reimar | 2006-11-17 | 1 | -2/+2 |
* | Put files fully owned by my under GPL v2 "or later" | reimar | 2006-11-17 | 1 | -1/+1 |
* | MSGTRs for libvo/aspect.c and libvo/vo_xv.c | kraymer | 2006-11-08 | 2 | -16/+11 |
* | Hack around Windows focus problem with -vo gl | reimar | 2006-11-04 | 1 | -0/+5 |
* | Remove completely useless cursor variable. | reimar | 2006-11-04 | 1 | -7/+0 |
* | changed email address | henry | 2006-11-04 | 1 | -1/+1 |
* | Support backspace for -vo gl/gl2 under Windows | reimar | 2006-11-02 | 1 | -0/+1 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 | 3 | -10/+10 |
* | fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus... | gpoirier | 2006-10-25 | 1 | -0/+1 |
* | Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single | reimar | 2006-10-24 | 1 | -1/+1 |
* | Proper detection of corresponding MPlayer image format for X server format fo... | reimar | 2006-10-23 | 1 | -41/+58 |
* | Set aspect information in yuv4mpeg | reimar | 2006-10-23 | 1 | -7/+6 |
* | Remove a declaration-after-statement warning. | diego | 2006-10-23 | 1 | -1/+2 |
* | s/vo_osd_changed/vo_osd_changed_flag | syrjala | 2006-10-17 | 1 | -2/+2 |
* | Round buffer width and height to 16 pixels. | syrjala | 2006-10-17 | 1 | -9/+11 |
* | Implement bob (pseudo?) deinterlacing for xvmc. | reimar | 2006-10-15 | 1 | -1/+11 |
* | Create proper define for DFBMGA. | diego | 2006-10-14 | 1 | -2/+2 |
* | Remove dead code (condition can obviously never be true) | reimar | 2006-10-13 | 1 | -2/+0 |
* | Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers. | diego | 2006-10-12 | 1 | -3/+3 |
* | Fix DirectFB version check. The old code simply concatenated the | syrjala | 2006-10-08 | 2 | -26/+30 |
* | Remove spurious casts to int. Blessed by Reimar. | rathann | 2006-10-08 | 4 | -4/+4 |
* | EOSD performance debugging info. | reimar | 2006-10-06 | 1 | -0/+2 |
* | vo_caca: use the pre-1.x compatibility layer so recent | corey | 2006-09-26 | 1 | -0/+8 |
* | use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernel | ben | 2006-09-26 | 1 | -2/+2 |
* | Whitespace-only cosmetics | reimar | 2006-09-22 | 1 | -13/+13 |
* | Aggregate multiple small EOSD textures into one large since hundreds of | reimar | 2006-09-22 | 1 | -2/+57 |
* | Cosmetics: move curtex++ out of for () into code body, needed for coming patch | reimar | 2006-09-22 | 1 | -4/+4 |
* | use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0 | reimar | 2006-09-22 | 1 | -2/+2 |
* | Make genEOSD behaviour with NULL data more explicit | reimar | 2006-09-22 | 1 | -2/+2 |
* | Modify clearEOSD to make experimenting easier | reimar | 2006-09-22 | 1 | -5/+6 |
* | remove useless zero-initialization code. | reimar | 2006-09-22 | 1 | -3/+0 |
* | report to mplayer with a slave command the coordinates of the pointer reporte... | nicodvb | 2006-09-16 | 1 | -0/+8 |
* | Make blur() public. Will be used in libass. | eugeni | 2006-09-16 | 2 | -1/+4 |
* | Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se> | rik | 2006-09-01 | 1 | -0/+2 |
* | The FSF changed postal address. | diego | 2006-09-01 | 4 | -7/+7 |
* | Cosmetics: reindent, remove tabs and break overlong lines. | reimar | 2006-08-28 | 1 | -75/+70 |
* | Cosmetics: fix indentation after last patch | reimar | 2006-08-28 | 1 | -8/+8 |
* | Hardware EOSD (ass) support. | reimar | 2006-08-28 | 1 | -2/+88 |
* | Add EOSD support to vf_vo. | eugeni | 2006-08-28 | 1 | -0/+6 |
* | Clarify messages. | diego | 2006-08-27 | 1 | -2/+2 |
* | if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b... | ben | 2006-08-25 | 1 | -1/+6 |
* | support for disabling/enabling bitmap font support from configure | diego | 2006-08-21 | 1 | -1/+4 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 3 | -4/+2 |
* | disable double buffer in vo_sdl on macosx. fix flicker issue. | nplourde | 2006-08-18 | 1 | -1/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | consistency cosmetics: Handle includes just like in other Makefiles. | diego | 2006-08-16 | 1 | -3/+2 |
* | Make path separator for font path a define and set it to a better value for A... | reimar | 2006-08-14 | 1 | -5/+12 |
* | Reuse UTF-8 reading code in libavutil | reimar | 2006-08-12 | 1 | -17/+3 |
* | Disable Y800 colorspace support, otherwise mplayer uses it even when it's not... | reimar | 2006-08-08 | 1 | -0/+4 |
* | optimize and simplify memcpy usage, use mem2agpcpy_pic | reimar | 2006-07-29 | 1 | -30/+6 |
* | Some more documentation | reimar | 2006-07-28 | 1 | -0/+57 |
* | Avoid large amounts of data on the stack (> 900k on 64 bit systems). | reimar | 2006-07-28 | 1 | -15/+24 |
* | unused variable warning fix | diego | 2006-07-28 | 1 | -1/+2 |
* | Fixes the format string for the warning message on line 182 (%x | diego | 2006-07-28 | 1 | -4/+4 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 | 1 | -4/+4 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -8/+0 |
* | split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de... | nicodvb | 2006-07-26 | 1 | -30/+1 |
* | Simplify and and speedup generation of yuv2rgb and gamma map tables | reimar | 2006-07-23 | 1 | -37/+58 |
* | use mpeg packetizer helpers for sending lpcm packets | ben | 2006-07-23 | 1 | -96/+0 |
* | removed now unnecessary define | ben | 2006-07-23 | 1 | -3/+0 |
* | removed now unnecessary variable | ben | 2006-07-23 | 1 | -2/+0 |
* | reuse send_mpeg_lpcm_packet() instead of the old packetizer | nicodvb | 2006-07-23 | 1 | -78/+1 |
* | fix compilation if DVB is not defined | ben | 2006-07-22 | 1 | -1/+1 |
* | use new mpeg_packetizer helpers | ben | 2006-07-22 | 1 | -65/+16 |
* | my_write() must return the bytes written | nicodvb | 2006-07-22 |