log libvo/vo_fbdev.c @ 32071:54b48f83d02b

age author description
2010-06-17 diego Add header file for externally used variables from vo_fbdev.c.
2010-05-06 cehoyos Add support for 12-bit color mode on framebuffer devices.
2010-03-07 reimar Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
2010-03-07 reimar Add double-buffering support to vo_fbdev.
2010-03-05 reimar Reuse fb_tty_fd for setting up the text area.
2010-01-09 reimar Fix vo_fbdev to also work with Intel framebuffer.
2009-06-26 reimar Use memcpy_pic2 instead of reimplementing it.
2009-06-26 reimar Close /dev/tty again on uninit.
2009-06-26 reimar Fix indentation broken in last patch
2009-06-26 reimar Get rid of completely pointless vt_doit variable
2009-06-26 reimar 10l, use fopen directly instead of open + fdopen
2009-06-26 reimar Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an
2009-06-26 reimar Use FFALIGN and FFMAX3
2009-06-26 reimar Remove useless casts
2009-06-26 reimar fbdev: remove pointless ()
2009-02-08 diego Add standard license headers, unify header formatting.
2008-11-24 diego Remove useless setting of frame_buffer to NULL as suggested by Reimar.
2008-11-24 diego cosmetics: indentation
2008-11-24 diego Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
2008-11-23 diego Handle fb_dev_name similar to vo_fbdev in vo_wii.
2008-11-23 diego Remove debug function.
2008-11-23 diego cosmetics: complete reformatting, tabs to spaces, etc.
2008-11-23 diego cosmetics: Lessen differences to vo_wii.c.
2008-11-23 diego cosmetics: consistent formatting for if/else/case
2008-08-22 reimar -geometry support for -vo fbdev.
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2007-12-02 reimar Make vo info structs const
2007-08-25 diego Fix redundant redeclaration warnings.
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-10-08 rathann Remove spurious casts to int. Blessed by Reimar.
2006-03-20 pacman Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
2006-03-20 pacman Don't try to parse fb.modes more than once. Fixes playback of multiple files
2006-03-04 pacman When centering a video with odd width, be sure to start on a pixel boundary.
2006-02-17 pacman Fix colormap save/restore for directcolor fb devices
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2004-12-03 rfelker remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
2004-01-10 attila linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>
2003-11-08 rathann Warning fixes (approved by A'rpi).
2003-10-22 alex fixed -nocolorkey
2003-10-17 alex Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
2003-10-08 alex correct handling of subdevice, -fb device is obsoleted
2003-10-07 alex vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>
2003-08-15 alex 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
2003-08-12 rfelker 10000l, the old code was slow as hell, copying stuff extra times and
2003-08-12 joey Changed all printf into mp_msg
2003-07-13 alex removed yv12 support, but left some swscaler support for fast 15 vs 16bpp conversion
2003-04-19 rfelker at least it works now, but it's horrible slow and broken. double buffer
2003-03-02 attila clean up of -geometry code.
2003-01-12 arpi -geometry fix (untested!)
2003-01-03 mark Added support for X style -geometry options (adapted from Henk's patch)
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-30 albeu 10L
2002-10-23 arpi 10l
2002-10-23 mark Added the -geometry option (supports fbdev and tdfxfb drivers)
2002-10-23 arpi If movie height is odd, the picture is placed badly, due to wrong rouding.
2002-10-09 arpi preinit() has an arg... use it.
2002-09-17 arpi -zoom will be handled by -vop scale
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-22 arpi General Timing Formula algorithm from a scratch.