2008-01-10 |
ben |
allow generation of ctags and etags
|
2007-12-20 |
diego |
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
|
2007-12-14 |
ulion |
Support using unrar executable to access rar-compressed vobsub files.
|
2007-11-01 |
uau |
Add audio filter scaletempo
|
2007-08-29 |
cehoyos |
Silence make's 'Please run configure again' if it was already run.
|
2007-08-28 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
2007-07-04 |
diego |
Also remove generated tools on distclean.
|
2007-05-11 |
diego |
Compile internal FFmpeg libraries only when configure enabled the static
|
2007-05-05 |
reimar |
mplayer.rc depends on version.h
|
2007-05-01 |
diego |
Reuse common Makefile infrastructure.
|
2007-05-01 |
diego |
cosmetics: Move depend target (preparation for upcoming change).
|
2007-04-25 |
diego |
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
|
2007-04-25 |
diego |
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
|
2007-04-23 |
diego |
Gui --> gui
|
2007-04-22 |
diego |
cosmetics: Sort PARTS.
|
2007-04-22 |
diego |
Remove duplicate entries from PARTS.
|
2007-04-12 |
diego |
Remove redundant setting of variables when compiling FFmpeg libraries,
|
2007-04-12 |
diego |
Revert previous broken removal of partial dependency list.
|
2007-04-11 |
diego |
Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
|
2007-04-09 |
diego |
10l typo
|
2007-04-09 |
diego |
Move TOOLS/cpuinfo.c into the root directory.
|
2007-04-06 |
ben |
merged libdha and libvidix, moved all files from libdha to vidix directory
|
2007-04-01 |
ben |
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
|
2007-03-31 |
diego |
Merge all VIDIX drivers into libvidix.a.
|
2007-03-31 |
diego |
Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
|
2007-03-31 |
diego |
Build libdha statically like all the other libraries.
|
2007-03-29 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
2007-03-24 |
diego |
Linking hotfix, libavutil needs to come after libavcodec/libavformat.
|
2007-03-24 |
diego |
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
|
2007-03-24 |
diego |
Unconditionally add all subdirectories to PARTS. This way make clean always
|
2007-03-24 |
diego |
libavutil/ is not optional, compile it unconditionally.
|
2007-03-24 |
diego |
Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
|
2007-03-24 |
diego |
Remove multistage recursion for the vidix subdirectory and recurse from the
|
2007-03-19 |
diego |
Move -I. to the front of CFLAGS, works around problems with headers from
|
2007-03-19 |
diego |
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
|
2007-03-13 |
diego |
cosmetics: Move some parts around to make more sense overall.
|
2007-03-13 |
diego |
cosmetics: Move depend target in preparation for upcoming changes.
|
2007-03-13 |
diego |
Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
|
2007-03-13 |
diego |
Add common sources to .depend target.
|
2007-03-13 |
diego |
Handle common parts at the objects instead of at the sources level.
|
2007-03-12 |
diego |
codecs.conf.h needs to be made before .depend.
|
2007-03-12 |
diego |
dirclean target was removed, don't mark as phony.
|
2007-03-12 |
diego |
Remove -DCODECS2HTML from .depend creation.
|
2007-03-11 |
diego |
Add codec-cfg-test target.
|
2007-03-11 |
diego |
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
|
2007-03-11 |
diego |
'make clean' should remove generated binaries.
|
2007-03-11 |
diego |
Merge clean and dirclean targets.
|
2007-02-27 |
diego |
Simplify strip parameter for install handling.
|
2007-02-24 |
diego |
Simplify .depend file inclusion.
|
2007-02-23 |
diego |
some more consistency for the VIDIX installation.
|
2007-02-21 |
uau |
Split command/property handling from mplayer.c to a new file command.c.
|
2007-02-17 |
reimar |
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
|
2007-01-30 |
diego |
URL fix
|
2007-01-30 |
diego |
cosmetics: Reorder install targets.
|
2007-01-30 |
diego |
Mark phony targets as such.
|
2007-01-30 |
diego |
Replace ifeq structure in the install target by a set of dependent targets.
|
2007-01-25 |
diego |
Do not create font subdir of data directory, bitmap font support is deprecated.
|
2007-01-20 |
diego |
Simplify install calls.
|
2007-01-20 |
diego |
Remove redundant informative output.
|
2007-01-20 |
diego |
Don't suppress make output during installation.
|
2007-01-20 |
diego |
some simplifications
|
2006-12-07 |
diego |
Fix mplayer-rc.o build.
|
2006-12-04 |
diego |
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
|
2006-12-02 |
diego |
Remove suffix rules that are just copies of make builtin rules.
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-11-28 |
diego |
Unrecurse VIDIX installation.
|
2006-11-28 |
diego |
Unrecurse VIDIX drivers uninstall.
|
2006-11-28 |
diego |
Remove one level of indirection on VIDIX install/uninstall.
|
2006-11-27 |
diego |
Shorten LIBAV_INC handling.
|
2006-11-27 |
diego |
Split muxers into a separate library that only MEncoder is linked against.
|
2006-11-27 |
diego |
libmpdemux has no subdirectories.
|
2006-11-26 |
diego |
Add explicit dependency information for libosd.a, this fixes MEncoder-only
|
2006-11-25 |
diego |
Linking hotfix, loader depends on osdep.
|
2006-11-25 |
diego |
FFmpeg-style conditional dependency declaration
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-25 |
diego |
Move osdep/mplayer.rc handling to the osdep Makefile.
|
2006-11-25 |
nplourde |
added mmap_anon to osdep lib. Used in loader for now
|
2006-11-25 |
diego |
Make loader Makefile non-recursive.
|
2006-11-21 |
diego |
LIBS vs LDFLAGS typo
|
2006-11-21 |
diego |
Split libs that are dependencies and those that are just linker flags.
|
2006-11-21 |
diego |
Treat fontconfig and FreeType linker flags just like any other linker flag.
|
2006-11-21 |
diego |
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
|
2006-11-21 |
diego |
Remove libdha from LIBS_MPLAYER.
|
2006-11-21 |
diego |
Move FFmpeg library dependencies into the Makefile just like everything else.
|
2006-11-21 |
diego |
Merge MPlayer-specific libs into one variable.
|
2006-11-21 |
diego |
Split libvo.a into two libs so that libosd.a can be used by MEncoder.
|
2006-11-21 |
diego |
Remove superfluous empty variable declaration.
|
2006-11-21 |
diego |
Add VIDIX to LIBS_MPLAYER directly.
|
2006-11-20 |
diego |
Add support for disabling MPlayer compilation.
|
2006-11-20 |
diego |
Oops, the loader stuff needs to be in COMMON_LIBS.
|
2006-11-20 |
diego |
Deliver dependency handling from redundancy.
|
2006-11-20 |
diego |
Remove MPlayer-specific dependencies from COMMON_DEPS.
|
2006-11-20 |
diego |
VIDIX is for MPlayer only.
|
2006-11-20 |
diego |
The GUI is only for MPlayer, not MEncoder.
|
2006-11-20 |
diego |
Rename variables for consistency.
|
2006-11-20 |
diego |
Simplify gui and menu libs handling.
|
2006-11-20 |
diego |
cosmetics: Move some stuff around for better readability.
|
2006-11-20 |
diego |
Clean up PARTS handling.
|
2006-11-20 |
diego |
Unify dep/depend targets.
|
2006-11-20 |
diego |
Uninstall should run all parts unconditionally.
|
2006-11-20 |
diego |
Remove nonsense ifeq around MEncoder target and variable declaration.
|
2006-11-19 |
diego |
Put libdvdcss under a separate ifeq.
|
2006-11-18 |
diego |
Rename libdvdread to dvdread. We really only include only the dvdread
|
2006-11-10 |
diego |
The addition of loader/ to PARTS depended on a non-existing variable.
|
2006-11-09 |
rathann |
Disable linking mplayer (and internal static libavcodec) with
|
2006-11-08 |
diego |
10l: Overlooked one $(EXESUF) addition.
|
2006-11-08 |
diego |
Create binaries with proper executable suffix under Windows.
|
2006-11-06 |
diego |
Remove remnants of long-gone libfame.
|
2006-11-03 |
diego |
Streamline and simplify internal vs external libdvdread handling.
|
2006-11-03 |
kraymer |
remove charset files (all of them are in UTF-8 now anyway)
|
2006-11-03 |
diego |
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
|
2006-11-03 |
diego |
Move libdvdcss into its own subdirectory.
|
2006-10-31 |
diego |
Run dirclean instead of clean on distclean, this way we only need to
|
2006-10-31 |
diego |
Unification of linker option handling, part 1 of many.
|
2006-10-31 |
diego |
CFLAGS are not necessary for linking.
|
2006-10-30 |
diego |
Make libmpdvdkit2 compilation slightly more consistent with the other modules.
|
2006-10-15 |
diego |
Remove bogus warning about missing font.
|
2006-10-09 |
diego |
Create target for mplayer-rc.o so that it is not rerun unconditionally.
|
2006-10-08 |
rathann |
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
|
2006-10-02 |
rathann |
Fix make install. 10l for Diego.
|