| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+3 |
* | simplified mpeg packetizer used by hw mpeg decoders/vo - first round | nicodvb | 2006-07-22 | 2 | -40/+4 |
* | updated mpeg_packetizer include to new localization | ben | 2006-07-19 | 1 | -1/+1 |
* | new vo driver for ivtv cards tv-out through internal h/w mpeg decoder | ben | 2006-07-19 | 2 | -0/+305 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 1 | -1/+1 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -1/+0 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -2/+2 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -2/+2 |
* | Remove remnants of old libmp1e support. | diego | 2006-07-12 | 1 | -1/+1 |
* | vo_gl can do flipping without special filter | reimar | 2006-07-10 | 1 | -1/+5 |
* | Fix negative stride handling in -dr case | reimar | 2006-07-10 | 1 | -8/+12 |
* | Get rid of left-over incorrect UnmapBuffer hack | reimar | 2006-07-10 | 1 | -1/+0 |
* | Fix off-by-one error for negative strides (flipped image) | reimar | 2006-07-10 | 1 | -1/+1 |
* | Fix window size bug when starting with -fs and returning | reimar | 2006-07-10 | 1 | -2/+2 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 3 | -5/+5 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 2 | -2/+0 |
* | customtrect -vo gl suboption | reimar | 2006-07-08 | 1 | -1/+6 |
* | Support for 16 bit ppms | reimar | 2006-07-08 | 2 | -10/+36 |
* | More helpful ProgramEnvParameters. | reimar | 2006-07-08 | 1 | -2/+3 |
* | handle sub-window WinID checks in the gui. | vayne | 2006-07-08 | 1 | -1/+1 |
* | Make some functions static. | uau | 2006-07-08 | 9 | -23/+23 |
* | Improve windows gui support | reimar | 2006-07-08 | 2 | -4/+8 |
* | Do not fiddle (too much) with external (WinID) windows | reimar | 2006-07-08 | 1 | -0/+2 |
* | Make utf8_get_char non-static. | eugeni | 2006-07-07 | 2 | -1/+3 |
* | Convince windows to allow window sizes > screen size | reimar | 2006-07-07 | 1 | -0/+2 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 1 | -0/+11 |
* | inclusion of md5.c based on USE_LIBAVUTIL_SO | nicodvb | 2006-07-05 | 1 | -0/+4 |
* | Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT, | reimar | 2006-07-04 | 1 | -5/+5 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 2 | -2/+2 |
* | remove obsolete md5sum files. libavutil's implementation is used now | ivo | 2006-07-02 | 2 | -715/+0 |
* | use libavutil's md5 implementation instead of local imported copy | ivo | 2006-07-02 | 1 | -8/+10 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 7 | -15/+15 |
* | Get rid of unused variable | reimar | 2006-07-01 | 1 | -1/+0 |
* | Make sure all texture units have a different texture bound. | reimar | 2006-07-01 | 1 | -8/+17 |
* | Move conditional FreeType support compilation to the build system. | diego | 2006-06-30 | 2 | -5/+4 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 5 | -5/+5 |
* | 10l | attila | 2006-06-25 | 1 | -1/+1 |
* | fail with an error if the source resolution is larger than 1023x1023 | attila | 2006-06-25 | 1 | -0/+6 |
* | remove pointless and sometimes incorrect lookupTex stuff | reimar | 2006-06-22 | 1 | -8/+1 |
* | reduce number of texture indirections to support older cards | reimar | 2006-06-22 | 1 | -6/+6 |
* | CVS --> Subversion | diego | 2006-06-22 | 1 | -1/+1 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 2 | -4/+4 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 | 2 | -9/+11 |
* | Make header include order more similar to vo_gl.c | reimar | 2006-06-17 | 1 | -3/+2 |
* | Reduce number of OpenGL state changes when drawing OSD by first drawing alpha. | reimar | 2006-06-15 | 1 | -4/+15 |
* | Support UTF8 in OSD text | reimar | 2006-06-15 | 1 | -2/+31 |
* | Missing free for malloced char_seq in OSD code | reimar | 2006-06-15 | 1 | -0/+1 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 | 6 | -13/+15 |
* | Document lscale/cscale in -vo gl:help message | reimar | 2006-06-13 | 1 | -0/+5 |
* | Do not use border for bicubic filter helper texture, since it will cause ATI | reimar | 2006-06-13 | 1 | -5/+5 |
* | Fix a condition as suggested by Rich. | gpoirier | 2006-06-13 | 1 | -1/+1 |
* | cosmetics | gpoirier | 2006-06-13 | 1 | -22/+22 |
* | Fixes suggested by Ivo, and failure under non-root operation improved. Origin... | gpoirier | 2006-06-13 | 1 | -30/+46 |
* | Optimize bicubic filtering | reimar | 2006-06-12 | 1 | -11/+9 |
* | moves invariant code (chiefly MMX register initialization) out of loops as we... | gpoirier | 2006-06-12 | 1 | -21/+43 |
* | fix image adjustment (brightness etc.) for yuv=6 | reimar | 2006-06-11 | 1 | -2/+2 |
* | Add yuv to rgb conversion using a 3D lookup texture | reimar | 2006-06-08 | 2 | -0/+78 |
* | loadGPUProgram function to load fragment program with error checking and stat... | reimar | 2006-06-08 | 3 | -13/+58 |
* | Add bicubic texture scaling | reimar | 2006-06-07 | 2 | -1/+89 |
* | Reworked YUV2RGB fragment program setup in preparation for upcoming patches | reimar | 2006-06-07 | 4 | -83/+165 |
* | Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av... | reimar | 2006-06-05 | 1 | -0/+4 |
* | Move/add checks to avoid crashes and make error messages less confusing | reimar | 2006-06-05 | 2 | -11/+15 |
* | add (currently unused) lookup for glTexImage3D | reimar | 2006-06-05 | 2 | -0/+5 |
* | more GL extension checks to avoid crashes with Mesa | reimar | 2006-06-05 | 1 | -15/+15 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -3/+0 |
* | Remove dead code, and do close smem file descriptor during un-init | poirierg | 2006-05-30 | 1 | -2/+2 |
* | use mp_msg instead of printf | ivo | 2006-05-18 | 1 | -9/+10 |
* | include sys/io.h instead of asm/io.h so iopl() gets declared too | ivo | 2006-05-18 | 1 | -1/+1 |
* | only include sys/mman.h if HAVE_SYS_MMAN_H is defined | ivo | 2006-05-18 | 1 | -1/+3 |
* | Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev. | gpoirier | 2006-05-17 | 2 | -0/+519 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 | 3 | -4/+3 |
* | typo fixes: Extenstion -> extension | reimar | 2006-05-14 | 1 | -2/+2 |
* | show OpenGL extension string with -v, very helpful for debugging | reimar | 2006-05-13 | 1 | -0/+1 |
* | glBindTexture might be called glBindTextureEXT as well |