index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
Commit message (
Expand
)
Author
Age
...
*
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
diego
2008-03-15
*
Add a separate definition for quartz.
diego
2008-03-15
*
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
diego
2008-03-15
*
MACOSX_COREVIDEO --> corevideo
diego
2008-03-15
*
#include config.h before all other headers.
diego
2008-03-14
*
Fix and simplify lscale=2 (bicub_x) scaler, produced funny
reimar
2008-03-12
*
Fix wrong check for vidix usage.
iive
2008-03-09
*
Don't use void * arithmetic.
iive
2008-03-09
*
Handle vga_init() error and output error message.
iive
2008-03-09
*
This header uses parts of stdint.h, so #include it.
diego
2008-03-07
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-07
*
Remove unnecessary #ifdef nesting.
diego
2008-03-07
*
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
diego
2008-03-01
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add missing multiple inclusion guards.
diego
2008-02-21
*
Consistently use filename as multiple inclusion guard.
diego
2008-02-21
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
libvo: change asm syntax to use ASMALIGN and " # nop"
uau
2008-02-15
*
Revert accidentially committed line of r25994.
cehoyos
2008-02-14
*
typo fix: inited --> initialized
diego
2008-02-14
*
Try harder to find OpenGL functions on Windows.
reimar
2008-02-11
*
Slightly document alpha for OSD color
reimar
2008-02-11
*
Support alpha for vo gl osdcolor
reimar
2008-02-11
*
Remove an extern for a variable that no longer exists
reimar
2008-02-11
*
Remove left-over extern definitions that should not be there
reimar
2008-02-11
*
Make some variables static.
reimar
2008-02-10
*
Avoid a useless extra pointer variable.
reimar
2008-02-10
*
Do not uselessly erase background, OpenGL will take care of drawing everything.
reimar
2008-02-10
*
Avoid -wid message processing blocking MPlayer.
reimar
2008-02-10
*
Forward mouse messages to -wid Window.
reimar
2008-02-10
*
Make sure the -wid window does not get notified when we destroy our attached ...
reimar
2008-02-09
*
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
reimar
2008-02-09
*
Add aspect_fit declaration missing for w32_common.
reimar
2008-02-07
*
Implement keepaspect for Windows OpenGL vos.
reimar
2008-02-02
*
Make aspect adjustment calculation simpler and more flexible.
reimar
2008-02-02
*
Redraw display on toggling border
reimar
2008-02-01
*
Always redraw video on resize.
reimar
2008-01-31
*
Avoid a MANGLE, there is no register pressure and the generated code
reimar
2008-01-30
*
Allow for larger fragment programs.
reimar
2008-01-29
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Fix illegal identifiers, names starting with __ are reserved for the system.
diego
2008-01-27
*
Allow independent scaling of vo_font and sub_font.
reimar
2008-01-27
*
Add a few const attributes
reimar
2008-01-23
*
Avoid some pointer conversion warnings (the code is messy but not wrong)
reimar
2008-01-20
*
Add missing vo_w32_border prototype
reimar
2008-01-20
*
Fix some function types from unspecified to empty argument list
reimar
2008-01-20
*
Remove redundant declarations (already in video_out.h)
reimar
2008-01-20
*
-panscan should also work for right and left borders
reimar
2008-01-19
*
Some reindentation
reimar
2008-01-19
[prev]
[next]