Mercurial > mplayer.hg
graph
-
Initialize font size with 0.2006-11-27, by eugeni
-
Remove unused unk_exp1 loader asm code2006-11-27, by reimar
-
localization of parser-m*cmd.c messages2006-11-27, by ptt
-
Ignore libmpmux.a.2006-11-27, by diego
-
Split muxers into a separate library that only MEncoder is linked against.2006-11-27, by diego
-
FFmpeg-style dependency declaration2006-11-27, by diego
-
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.2006-11-27, by diego
-
Move common code to mpcommon.mak.2006-11-27, by diego
-
Sync with FFmpeg changes for (de)muxer registration.2006-11-27, by diego
-
test1 --> test2006-11-27, by diego
-
cosmetics: Merge SRCS together, alphabetical order, whitespace.2006-11-27, by diego
-
oops someone forgot obj-c source file2006-11-27, by nplourde
-
cosmetics:indentation2006-11-27, by diego
-
Untangle dependencies that are handled by configure.2006-11-27, by diego
-
Remove unused LIBAV_INC variable.2006-11-27, by diego
-
Remove superfluous dependency declaration on real header files.2006-11-27, by diego
-
simplify test target2006-11-27, by diego
-
Simplify, TARGET_WIN32 is both Cygwin and MinGW.2006-11-27, by diego
-
Simplify test program generation.2006-11-27, by diego
-
Remove superfluous CFLAGS declaration (is in mpcommon.mak).2006-11-27, by diego
-
There are no .s files in mp3lib/, remove the corresponding suffix rule.2006-11-27, by diego
-
libac3 was removed ages ago, remove the related test target.2006-11-27, by diego
-
.s files don't exist anymore.2006-11-27, by diego
-
Synced with r211682006-11-27, by torinthiel
-
fix compilation for win32 dll codec support for intel osx2006-11-27, by nplourde
-
Remove unnecessary header indirection.2006-11-27, by diego
-
Use standard SRCS2 name for MEncoder sources.2006-11-27, by diego
-
Move common code for generating multiple libraries to mpcommon.mak.2006-11-27, by diego
-
10l: Muxers were not being compiled even when MEncoder was enabled.2006-11-27, by diego
-
FFmpeg-style conditional dependency declaration2006-11-27, by diego
-
libmpdemux has no subdirectories.2006-11-27, by diego
-
sync w/ 212982006-11-26, by gpoirier
-
"D" interactive key also works with yadif now2006-11-26, by gpoirier
-
Merge duplicate entries.2006-11-26, by diego
-
Remove unnecessary variable indirection.2006-11-26, by diego
-
Remove obsolete "no_more_font_messages" hack.2006-11-26, by eugeni
-
rename all *_nom (nominator) to the correct *_num (numerator)2006-11-26, by ivo
-
Move fonts-related code to a separate file.2006-11-26, by eugeni
-
cosmetics: alphabetical order2006-11-26, by diego
-
FFmpeg-style conditional dependency declaration2006-11-26, by diego
-
100l typos2006-11-26, by diego
-
Remove useless variable indirection.2006-11-26, by diego
-
cosmetics: Move around some entries for better readability.2006-11-26, by diego
-
Do not use many different variables for SRCS.2006-11-26, by diego
-
Reorder entries for better readability.2006-11-26, by diego
-
Remove unused include variable.2006-11-26, by diego
-
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since2006-11-26, by reimar
-
Make ass_new_font return ass_font_t struct (instead of just FT_Face).2006-11-26, by eugeni
-
Move ass_font_t to header.2006-11-26, by eugeni
-
Rename:2006-11-26, by eugeni
-
Fix previous broken vd_qtvideo.c commit which failed on MACOSX2006-11-26, by uau
-
Move #include <QuickTime/ImageCodec.h> before internal headers2006-11-26, by uau
-
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,2006-11-26, by reimar
-
Rename config.h --> debug.h and include config.h explicitly.2006-11-26, by diego
-
Shouldn't move "#ifdef MACOSX" before #include config.h of course...2006-11-26, by uau
-
Merge common parts of all Makefiles into one file included by all.2006-11-26, by diego
-
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.2006-11-26, by uau
-
Add explicit dependency information for libosd.a, this fixes MEncoder-only2006-11-26, by diego
-
Remove config.h, there are multiple files under that name, inviting bugs and2006-11-26, by diego
-
sync w/ r21255 (improved deadzone desc.)2006-11-26, by gpoirier
-
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c2006-11-26, by reimar
-
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.2006-11-26, by reimar
-
Adjust icon path since windres is now called from osdep subdir2006-11-26, by reimar
-
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.2006-11-26, by reimar