aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_fbdev.c
Commit message (Expand)AuthorAge
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
| * vo_fbdev: clip x/y offsets to avoid bad video placementGravatar reimar2011-05-02
| * vo_fbdev: add RGB framebuffer supportGravatar reimar2011-05-02
* | cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
|/
* vidix: drop VIDIX supportGravatar Uoti Urpala2011-01-31
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\ \
| | * Use FBIOPAN_DISPLAY for switching between pages, seems to work for moreGravatar reimar2010-03-07
| | * Add double-buffering support to vo_fbdev.Gravatar reimar2010-03-07
| |/
| * Reuse fb_tty_fd for setting up the text area.Gravatar reimar2010-03-05
* | Merge svn changes up to r30250Gravatar Uoti Urpala2010-01-25
|\|
| * Fix vo_fbdev to also work with Intel framebuffer.Gravatar reimar2010-01-09
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
| * Use memcpy_pic2 instead of reimplementing it.Gravatar reimar2009-06-26
| * Close /dev/tty again on uninit.Gravatar reimar2009-06-26
| * Fix indentation broken in last patchGravatar reimar2009-06-26
| * Get rid of completely pointless vt_doit variableGravatar reimar2009-06-26
| * 10l, use fopen directly instead of open + fdopenGravatar reimar2009-06-26
| * Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anGravatar reimar2009-06-26
| * Use FFALIGN and FFMAX3Gravatar reimar2009-06-26
| * Remove useless castsGravatar reimar2009-06-26
| * fbdev: remove pointless ()Gravatar reimar2009-06-26
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * Remove useless setting of frame_buffer to NULL as suggested by Reimar.Gravatar diego2008-11-24
| * cosmetics: indentationGravatar diego2008-11-24
| * Move setting of frame_buffer variable out of 'if', as preferred by Reimar.Gravatar diego2008-11-24
| * Handle fb_dev_name similar to vo_fbdev in vo_wii.Gravatar diego2008-11-23
| * Remove debug function.Gravatar diego2008-11-23
| * cosmetics: complete reformatting, tabs to spaces, etc.Gravatar diego2008-11-23
| * cosmetics: Lessen differences to vo_wii.c.Gravatar diego2008-11-23
| * cosmetics: consistent formatting for if/else/caseGravatar diego2008-11-23
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * -geometry support for -vo fbdev.Gravatar reimar2008-08-22
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Make vo info structs constGravatar reimar2007-12-02
* Fix redundant redeclaration warnings.Gravatar diego2007-08-25
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove spurious casts to int. Blessed by Reimar.Gravatar rathann2006-10-08
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDGravatar pacman2006-03-20
* Don't try to parse fb.modes more than once. Fixes playback of multiple filesGravatar pacman2006-03-20