| Commit message (Expand) | Author | Age |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Fix redundant redeclaration warnings. | diego | 2007-08-25 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Remove spurious casts to int. Blessed by Reimar. | rathann | 2006-10-08 |
* | Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD | pacman | 2006-03-20 |
* | Don't try to parse fb.modes more than once. Fixes playback of multiple files | pacman | 2006-03-20 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 |
* | remove old buggy workaround. kerneltwosix.h itself will be removed soon if th... | rfelker | 2004-12-03 |
* | linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr> | attila | 2004-01-10 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 |
* | fixed -nocolorkey | alex | 2003-10-22 |
* | Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support | alex | 2003-10-17 |
* | correct handling of subdevice, -fb device is obsoleted | alex | 2003-10-08 |
* | vidix equalizer support by Jake Page <jake@CS.Stanford.EDU> | alex | 2003-10-07 |
* | 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi... | alex | 2003-08-15 |
* | 10000l, the old code was slow as hell, copying stuff extra times and | rfelker | 2003-08-12 |
* | Changed all printf into mp_msg | joey | 2003-08-12 |
* | removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con... | alex | 2003-07-13 |
* | at least it works now, but it's horrible slow and broken. double buffer | rfelker | 2003-04-19 |
* | clean up of -geometry code. | attila | 2003-03-02 |
* | -geometry fix (untested!) | arpi | 2003-01-12 |
* | Added support for X style -geometry options (adapted from Henk's patch) | mark | 2003-01-03 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 |
* | 10L | albeu | 2002-10-30 |
* | 10l | arpi | 2002-10-23 |
* | Added the -geometry option (supports fbdev and tdfxfb drivers) | mark | 2002-10-23 |
* | If movie height is odd, the picture is placed badly, due to wrong rouding. | arpi | 2002-10-23 |
* | preinit() has an arg... use it. | arpi | 2002-10-09 |
* | -zoom will be handled by -vop scale | arpi | 2002-09-17 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 |
* | General Timing Formula algorithm from a scratch. | arpi | 2002-08-22 |
* | - fixed size/aspect for -fs | arpi | 2002-07-30 |
* | query_format revised | alex | 2002-05-27 |
* | removed screenshot thingie - it will be moved to video filter layer | alex | 2002-05-27 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | alex | 2002-05-23 |
* | Screenshot on the fly | nick | 2002-02-18 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 |
* | Use new tune info | nick | 2002-01-31 |
* | new info for tuning | nick | 2002-01-31 |
* | did not compile when --disable-vidix was used | pl | 2002-01-27 |
* | Use real preinit | nick | 2002-01-27 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 |
* | fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> | arpi | 2002-01-17 |
* | added vidix_start() and vidix_stop() for better runtime-resize support ;) | alex | 2002-01-16 |
* | Configurable VIDIX usage | nick | 2002-01-11 |
* | VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI... | nick | 2002-01-10 |