| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | reimar | 2006-05-13 | 1 | -1/+1 |
* | Simplify condition, since both time and time_last are unsigned. | rathann | 2006-05-13 | 1 | -2/+1 |
* | Make sure black borders are drawn when switching videos with -fixed-vo. | reimar | 2006-05-04 | 1 | -0/+6 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 5 | -5/+6 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 | 3 | -8/+12 |
* | fix printf->mp_msg transition, 10l to Reynaldo and/or Attila | rathann | 2006-04-24 | 1 | -1/+1 |
* | fix typo X<->Y | attila | 2006-04-24 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 2 | -4/+2 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 19 | -331/+349 |
* | minor fixes: get rid of pointless inline attributes and some additional checks | reimar | 2006-04-21 | 2 | -8/+12 |
* | forgotten update_xinerama_info prototypes | reimar | 2006-04-21 | 2 | -0/+3 |
* | 10l, aspect_save_screenres must be always called in update_xinerama_info. | reimar | 2006-04-20 | 1 | -1/+1 |
* | Register for window-manager delete window events and quit MPlayer. | reimar | 2006-04-19 | 1 | -0/+10 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 13 | -99/+114 |
* | new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ... | reimar | 2006-04-15 | 1 | -0/+3 |
* | 10l, forgot to move aspect_save_screenres in last commit | reimar | 2006-04-14 | 1 | -1/+1 |
* | correct fullscreen size | reimar | 2006-04-13 | 1 | -0/+2 |
* | define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it | reimar | 2006-04-12 | 1 | -0/+4 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 1 | -1/+1 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 | 3 | -23/+77 |
* | Replace deprecated function | nplourde | 2006-04-08 | 2 | -38/+22 |
* | added support for external VIDIX | nicodvb | 2006-03-28 | 2 | -1/+5 |
* | Remove superfluous extern variable declaration. | diego | 2006-03-27 | 2 | -4/+0 |
* | Change 'if(verbose)' to the more appropriate mp_msg_test. | diego | 2006-03-27 | 2 | -15/+11 |
* | NEVER assign static strings to string command line options. | albeu | 2006-03-26 | 1 | -1/+1 |
* | support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ... | reimar | 2006-03-26 | 1 | -0/+7 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 7 | -137/+200 |
* | The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other | albeu | 2006-03-24 | 1 | -1/+8 |
* | Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD | pacman | 2006-03-20 | 1 | -2/+2 |
* | Don't try to parse fb.modes more than once. Fixes playback of multiple files | pacman | 2006-03-20 | 1 | -0/+4 |
* | extra checks on size of OSD parts (though IMHO these values should never be bad) | reimar | 2006-03-15 | 1 | -1/+6 |
* | do not call glDeleteTextures with 0 count, Xgl does not like it. | reimar | 2006-03-15 | 1 | -0/+2 |
* | 10l the cpu hog fix broke fullscreenswitching with -wid | faust3 | 2006-03-15 | 1 | -0/+4 |
* | fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fi... | faust3 | 2006-03-13 | 1 | -0/+18 |
* | free resources when load_raw fails | reimar | 2006-03-09 | 1 | -4/+10 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 | 1 | -1/+1 |
* | initialize f to NULL, needed if desc=malloc... fails | reimar | 2006-03-08 | 1 | -1/+1 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 | 2 | -4/+6 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 | 1 | -1/+1 |
* | update activity every 30 sec | nplourde | 2006-03-04 | 1 | -2/+2 |
* | Better fallback for APIENTRY when compiling for Windows | reimar | 2006-02-26 | 1 | -0/+2 |
* | workaround for gl.h variants that do not define APIENTRY | reimar | 2006-02-23 | 1 | -0/+9 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 | 2 | -2/+4 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 17 | -30/+30 |
* | let osx sleep if video is paused | nplourde | 2006-02-07 | 2 | -30/+30 |
* | reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise | reimar | 2006-02-05 | 1 | -0/+1 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg. | atmos4 | 2006-01-20 | 1 | -1/+21 |
* | prevent xvmc from been loaded before xv, and generally before any autoprobed ... | iive | 2006-01-18 | 1 | -3/+3 |
* | avoid Solaris 10 compile error with gcc 3.4.5 | reimar | 2006-01-17 | 1 | -1/+3 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 5 | -5/+5 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 4 | -12/+12 |
* | do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec... | nplourde | 2006-01-11 | 1 | -20/+20 |
* | avoid some gcc 4 compiler warnings | reimar | 2006-01-07 | 1 | -4/+5 |
* | Less ugly and easier to extend getFunctions | reimar | 2006-01-07 | 1 | -84/+50 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -16/+0 |
* | Print some error message, | iive | 2005-12-20 | 1 | -1/+4 |
* | support negative stride (flipping) in vo_gl. | reimar | 2005-12-18 | 4 | -6/+19 |
* | move to next vo if /dev/3dfx could not be opened | iive | 2005-12-10 | 1 | -7/+16 |
* | Do not exit() if /dev/3dfx is not available, approved by Ivan. | diego | 2005-12-10 | 1 | -1/+1 |
* | really clear frames to black instead of grey, and make sure one of those | reimar | 2005-12-07 | 1 | -5/+14 |
* | signed division must be used for calculation vo_dx and vo_dy. | reimar | 2005-12-07 | 2 | -4/+4 |
* | WM_PAINT is the "expose" event, not WM_ACTIVATE | reimar | 2005-12-07 | 1 | -1/+1 |
* | Don't abort when xscreensaver window isn't available anymore. | al | 2005-12-07 | 1 | -0/+2 |
* | Must use glFlush when doublebuffering is not used | reimar | 2005-12-06 | 1 | -1/+2 |
* | Get rid of most #ifdefs | reimar | 2005-12-06 | 4 | -65/+32 |
* | Fix message handling, process resize events | reimar | 2005-12-06 | 1 | -7/+11 |
* | fix | rathann | 2005-12-05 | 1 | -0/+1 |
* | fix | rathann | 2005-12-05 | 1 | -2/+2 |
* | vo_tdfxfb should be preferred over vo_3dfx. | diego | 2005-12-01 | 1 | -3/+3 |
* | Revert previous commit | al | 2005-11-22 | 1 | -2/+0 |
* | Use slice-height 16 as default for yuv colorspaces (only relevant if decoder | reimar | 2005-11-22 | 1 | -1/+3 |
* | resolves problem in module stop_xscreensaver, crashing mp after sleep and awa... | ptt | 2005-11-21 | 1 | -0/+2 |
* | Also parse glX extension string, makes -vo gl:swapinterval work again on linux | reimar | 2005-11-19 | 1 | -4/+11 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 | 3 | -2/+29 |
* | disable *SwapInterval function when extensions are missing, since it | reimar | 2005-11-13 | 1 | -0/+5 |
* | Generate double-click mouse events. | joey | 2005-11-11 | 1 | -1/+29 |
* | Intercept maximize event and go into fullscreen mode. | joey | 2005-11-11 | 1 | -0/+3 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 3 | -1/+30 |
|