aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Another part of sync to 27843Gravatar torinthiel2008-11-24
* Sync with latest FFmpeg changes.Gravatar diego2008-11-24
* add more informative commentGravatar compn2008-11-24
* Remove unnecessary #ifdef around a struct and a bunch of extern declarations.Gravatar diego2008-11-24
* now that we have a specific check to enable ao_macosx or not, don't let testGravatar gpoirier2008-11-24
* add specific test to check if we can enable ao_macosx not matter how vo_quart...Gravatar gpoirier2008-11-24
* Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics: Add/remove a few newlines similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)Gravatar gpoirier2008-11-24
* avoid putting several statements on a single lineGravatar gpoirier2008-11-24
* Use doxygen-style comments in file header. Remove tabs usage.Gravatar gpoirier2008-11-24
* whitespace-cleanupGravatar gpoirier2008-11-24
* Allow vo_macosx to be compiled in 64-bits mode:Gravatar gpoirier2008-11-24
* More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...Gravatar reimar2008-11-24
* Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...Gravatar gpoirier2008-11-24
* Remove a ColorFill that is not necessary since the surface it is usedGravatar reimar2008-11-24
* Make sure the backbuffer is cleared when the border size might have changed.Gravatar reimar2008-11-24
* 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
* Create a separate codecs.conf entry for Tremor and use it if MPlayer isGravatar diego2008-11-24
* Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.Gravatar diego2008-11-24
* sync w/r27979Gravatar gpoirier2008-11-23
* Clear the whole window on resize in vo_x11 since we do notGravatar reimar2008-11-23
* Simplify vo_x11 check_events functionGravatar reimar2008-11-23
* Do not draw in window if our image has not yet been adjusted to the new windo...Gravatar reimar2008-11-23
* Remove unnecessary xf86vmode.h include.Gravatar reimar2008-11-23
* Remove some usnused variables and commented-out code.Gravatar reimar2008-11-23
* Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.Gravatar reimar2008-11-23
* Patch to improve/consistify coding style.Gravatar reimar2008-11-23
* Fix indentationGravatar reimar2008-11-23
* Lock/unlock surface only once even when drawing many slices.Gravatar reimar2008-11-23
* Move locked_rect from stack to priv struct in preparation for following patch.Gravatar reimar2008-11-23
* Move the StretchRect call from draw_slices to render_d3d_frame.Gravatar reimar2008-11-23
* Remove pointless is_cfG_finished variable.Gravatar reimar2008-11-23
* Handle fb_dev_name similar to vo_fbdev in vo_wii.Gravatar diego2008-11-23
* Merge another if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Use static variable instead of #define to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Merge another if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Merge if condition check to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
* Remove debug function.Gravatar diego2008-11-23
* cosmetics: one more round of whitespace changesGravatar diego2008-11-23
* cosmetics: further reformatting to lessen differences to vo_fbdev.cGravatar 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
* Reimplement -endchapter support again for -dump*, it was broken in r25987.Gravatar reimar2008-11-23
* Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23
* Remove unused flip_flag variableGravatar reimar2008-11-23