index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gui
Commit message (
Expand
)
Author
Age
*
Simplify and correct loop condition, also avoids a compiler warning for unuse...
reimar
2010-01-27
*
Fix newline removal code that might read and write out of bounds.
reimar
2010-01-27
*
Use av_malloc to ensure sufficient alignment and also free at least some
reimar
2010-01-24
*
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
reimar
2010-01-17
*
Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
reimar
2010-01-10
*
Add missing config.h #include; remove a redundant one.
diego
2010-01-04
*
Remove more direct includes of libass/ass.h
reimar
2009-12-24
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Remove pointless #ifdef around internal #include.
diego
2009-04-19
*
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663
compn
2009-04-04
*
Fix some typos, add flv and trp to the list of video formats
diego
2009-01-05
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Add necessary #include <stdlib.h> for realloc/calloc/free.
diego
2008-08-31
*
consistency cosmetics: Avoid using .. in #include paths.
diego
2008-08-29
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
*
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
diego
2008-08-06
*
Rename some audio-output-related preprocessor directives.
diego
2008-08-05
*
Change a bunch of X11-specific preprocessor directives.
diego
2008-08-04
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Remove unnecessary and troublesome inline
zuxy
2008-07-18
*
Force gcc to emit function body under -gnu99
zuxy
2008-07-17
*
Mark function not used outside of the file as static.
diego
2008-07-08
*
Remove declaration of extern inline function that is used nowhere from header
diego
2008-07-08
*
Add standard GPL header to individual files.
diego
2008-04-22
*
Use standard GPL header.
diego
2008-04-22
*
noconfig fix, disable_gui_conf was not defined when compiling mencoder.
albeu
2008-04-15
*
Add options to disable some or all config files.
albeu
2008-04-14
*
wording improvements suggested by the Wanderer
diego
2008-04-12
*
Make include paths consistent; do not use ../ in them.
diego
2008-04-12
*
Update include paths to account for build system changes.
diego
2008-04-12
*
typo fixes
diego
2008-04-12
*
Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
diego
2008-04-11
*
Add gui/ prefix to some #include paths so that compilation from the
diego
2008-04-11
*
Remove duplicate #include.
diego
2008-04-11
*
Add a config.mak variable to control compilation of the Win32 GUI.
diego
2008-04-11
*
#include config.h before all other headers.
diego
2008-03-14
*
removed redundant wincfg.h.
vayne
2008-03-11
*
more header / declaration cleanups; fixes a lot of warnings as well as a pree...
vayne
2008-03-11
*
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
diego
2008-03-05
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
consistency cosmetics: Use #ifdef everywhere instead of #if defined().
diego
2008-03-05
*
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
diego
2008-03-04
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
[next]