| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove spurious casts to int. Blessed by Reimar. | rathann | 2006-10-08 | 1 | -1/+1 |
* | 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 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 | 1 | -2/+3 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 | 1 | -1/+2 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -3/+3 |
* | remove old buggy workaround. kerneltwosix.h itself will be removed soon if th... | rfelker | 2004-12-03 | 1 | -1/+0 |
* | linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr> | attila | 2004-01-10 | 1 | -0/+1 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 1 | -0/+1 |
* | fixed -nocolorkey | alex | 2003-10-22 | 1 | -1/+1 |
* | Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support | alex | 2003-10-17 | 1 | -0/+16 |
* | correct handling of subdevice, -fb device is obsoleted | alex | 2003-10-08 | 1 | -11/+13 |
* | vidix equalizer support by Jake Page <jake@CS.Stanford.EDU> | alex | 2003-10-07 | 1 | -0/+30 |
* | 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi... | alex | 2003-08-15 | 1 | -2/+5 |
* | 10000l, the old code was slow as hell, copying stuff extra times and | rfelker | 2003-08-12 | 1 | -24/+5 |
* | Changed all printf into mp_msg | joey | 2003-08-12 | 1 | -294/+204 |
* | removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con... | alex | 2003-07-13 | 1 | -70/+25 |
* | at least it works now, but it's horrible slow and broken. double buffer | rfelker | 2003-04-19 | 1 | -2/+2 |
* | clean up of -geometry code. | attila | 2003-03-02 | 1 | -2/+5 |
* | -geometry fix (untested!) | arpi | 2003-01-12 | 1 | -1/+8 |
* | Added support for X style -geometry options (adapted from Henk's patch) | mark | 2003-01-03 | 1 | -2/+2 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -8/+3 |
* | 10L | albeu | 2002-10-30 | 1 | -2/+4 |
* | 10l | arpi | 2002-10-23 | 1 | -2/+2 |
* | Added the -geometry option (supports fbdev and tdfxfb drivers) | mark | 2002-10-23 | 1 | -7/+8 |
* | If movie height is odd, the picture is placed badly, due to wrong rouding. | arpi | 2002-10-23 | 1 | -1/+1 |
* | preinit() has an arg... use it. | arpi | 2002-10-09 | 1 | -1/+1 |
* | -zoom will be handled by -vop scale | arpi | 2002-09-17 | 1 | -0/+2 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -2/+2 |
* | General Timing Formula algorithm from a scratch. | arpi | 2002-08-22 | 1 | -71/+8 |
* | - fixed size/aspect for -fs | arpi | 2002-07-30 | 1 | -18/+16 |
* | query_format revised | alex | 2002-05-27 | 1 | -5/+5 |
* | removed screenshot thingie - it will be moved to video filter layer | alex | 2002-05-27 | 1 | -44/+0 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | alex | 2002-05-23 | 1 | -2/+3 |
* | Screenshot on the fly | nick | 2002-02-18 | 1 | -0/+54 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 1 | -1/+1 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -2/+6 |
* | Use new tune info | nick | 2002-01-31 | 1 | -1/+1 |
* | new info for tuning | nick | 2002-01-31 | 1 | -2/+2 |
* | did not compile when --disable-vidix was used | pl | 2002-01-27 | 1 | -1/+1 |
* | Use real preinit | nick | 2002-01-27 | 1 | -20/+16 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+9 |
* | fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> | arpi | 2002-01-17 | 1 | -2/+41 |
* | added vidix_start() and vidix_stop() for better runtime-resize support ;) | alex | 2002-01-16 | 1 | -1/+1 |
* | Configurable VIDIX usage | nick | 2002-01-11 | 1 | -3/+19 |
* | VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI... | nick | 2002-01-10 | 1 | -19/+84 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 1 | -1/+0 |
* | Using new stuff of rgb15to16 | nick | 2001-10-30 | 1 | -15/+5 |
* | Applied patch to switch to graphics mode with -fs by achurch@achurch.org (And... | atmos4 | 2001-10-21 | 1 | -1/+27 |
* | more verbose videomode selection | szabi | 2001-08-16 | 1 | -30/+72 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -2/+5 |
* | nothing important | szabii | 2001-06-10 | 1 | -7/+7 |
* | 8bpp fix | szabii | 2001-06-09 | 1 | -2/+7 |
* | small fix | szabii | 2001-06-03 | 1 | -1/+25 |
* | some little cleanup | szabii | 2001-06-02 | 1 | -112/+151 |
* | removed redundant osd.h includes | arpi_esp | 2001-05-24 | 1 | -1/+0 |
* | flip support if (screen depth == frame depth) | szabii | 2001-05-14 | 1 | -21/+23 |
* | nothing important | szabii | 2001-04-29 | 1 | -9/+7 |
* | bpp selection fixed | szabii | 2001-04-28 | 1 | -0/+6 |
* | some cleanups | szabii | 2001-04-28 | 1 | -31/+35 |
* | some cleanup | szabii | 2001-04-25 | 1 | -97/+74 |
* | some cleanup | szabii | 2001-04-24 | 1 | -13/+12 |
* | clean up | pontscho | 2001-04-24 | 1 | -15/+2 |
* | nothing important | szabii | 2001-04-21 | 1 | -0/+3 |
* | nothing important? | szabii | 2001-04-20 | 1 | -6/+5 |
* | dumb bug fixed | szabii | 2001-04-20 | 1 | -1/+1 |
* | removed unused variables | szabii | 2001-04-19 | 1 | -4/+0 |
* | changed query_format return; lots of fixes/changes | szabii | 2001-04-19 | 1 | -102/+98 |
* | fbdev reset fixed | szabii | 2001-04-18 | 1 | -4/+8 |
* | cmap bug fixed (I think) | szabii | 2001-04-16 | 1 | -5/+7 |
* | dumb bug | szabii | 2001-04-16 | 1 | -1/+1 |
* | small change | szabii | 2001-04-16 | 1 | -1/+2 |
* | small change | szabii | 2001-04-14 | 1 | -1/+1 |
* | lots of changes | szabii | 2001-04-14 | 1 | -97/+241 |
* | some changes... | szabii | 2001-04-13 | 1 | -180/+300 |
* | some fixes | szabii | 2001-04-12 | 1 | -3/+10 |
* | 1 printf added | szabii | 2001-04-12 | 1 | -0/+2 |
* | cleanup | szabii | 2001-04-12 | 1 | -167/+133 |
* | -fbdepth fix2 | szabii | 2001-04-11 | 1 | -2/+39 |
* | -fbdepth fix | szabii | 2001-04-11 | 1 | -2/+2 |
* | -fbdepth added | szabii | 2001-04-11 | 1 | -0/+44 |
* | video mode change supported | szabii | 2001-04-11 | 1 | -123/+443 |
* | memcpy() moved mmx.h -> fastmemcpy.h | arpi_esp | 2001-04-11 | 1 | -1/+1 |
* | applied MMX2 memcpy() patch by Nick Kurshev | arpi_esp | 2001-04-11 | 1 | -0/+2 |
* | codecs.conf support | szabii | 2001-04-08 | 1 | -73/+69 |
* | restore old cmap | szabii | 2001-04-07 | 1 | -0/+11 |
* | directcolor support? | szabii | 2001-04-07 | 1 | -12/+121 |
* | now it works in 15bpp mode | szabii | 2001-04-03 | 1 | -16/+21 |
* | report more info on fb | szabii | 2001-04-03 | 1 | -6/+13 |
* | alpha rendering, virtual screensize reset fix | szabii | 2001-03-29 | 1 | -4/+4 |
* | clear the frame on uninit | szabii | 2001-03-29 | 1 | -4/+19 |
* | disabled scrollback buffer (virtual fb size set to real screen size) | szabii | 2001-03-29 | 1 | -1/+14 |
* | small fix | szabii | 2001-03-28 | 1 | -8/+1 |
* | works with .avi (for me :) ) | szabii | 2001-03-28 | 1 | -7/+7 |
* | maybe it can play avi :) | szabii | 2001-03-28 | 1 | -41/+83 |
* | vo_fbdev added | szabii | 2001-03-28 | 1 | -0/+286 |