| Commit message (Expand) | Author | Age | Files | Lines |
* | Also remove generated tools on distclean. | diego | 2007-07-04 | 1 | -0/+1 |
* | Compile internal FFmpeg libraries only when configure enabled the static | diego | 2007-05-11 | 1 | -4/+4 |
* | mplayer.rc depends on version.h | reimar | 2007-05-05 | 1 | -1/+1 |
* | Reuse common Makefile infrastructure. | diego | 2007-05-01 | 1 | -20/+9 |
* | cosmetics: Move depend target (preparation for upcoming change). | diego | 2007-05-01 | 1 | -4/+4 |
* | cosmetics: Rename Makefile variable CONFIG_ASS --> ASS. | diego | 2007-04-25 | 1 | -1/+1 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 | 1 | -5/+5 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -5/+5 |
* | cosmetics: Sort PARTS. | diego | 2007-04-22 | 1 | -16/+16 |
* | Remove duplicate entries from PARTS. | diego | 2007-04-22 | 1 | -3/+0 |
* | Remove redundant setting of variables when compiling FFmpeg libraries, | diego | 2007-04-12 | 1 | -5/+5 |
* | Revert previous broken removal of partial dependency list. | diego | 2007-04-12 | 1 | -0/+49 |
* | Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden, | diego | 2007-04-11 | 1 | -49/+0 |
* | 10l typo | diego | 2007-04-09 | 1 | -1/+1 |
* | Move TOOLS/cpuinfo.c into the root directory. | diego | 2007-04-09 | 1 | -1/+1 |
* | merged libdha and libvidix, moved all files from libdha to vidix directory | ben | 2007-04-06 | 1 | -7/+2 |
* | switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful... | ben | 2007-04-01 | 1 | -1/+1 |
* | Merge all VIDIX drivers into libvidix.a. | diego | 2007-03-31 | 1 | -9/+0 |
* | Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes | diego | 2007-03-31 | 1 | -4/+4 |
* | Build libdha statically like all the other libraries. | diego | 2007-03-31 | 1 | -5/+3 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -0/+1 |
* | Linking hotfix, libavutil needs to come after libavcodec/libavformat. | diego | 2007-03-24 | 1 | -1/+1 |
* | cosmetics: Reorder parts of the Makefile in order to group parts sensibly tog... | diego | 2007-03-24 | 1 | -44/+45 |
* | Unconditionally add all subdirectories to PARTS. This way make clean always | diego | 2007-03-24 | 1 | -15/+17 |
* | libavutil/ is not optional, compile it unconditionally. | diego | 2007-03-24 | 1 | -4/+2 |
* | Move the addition of osdep/mplayer-rc.o to a place where it actually gets add... | diego | 2007-03-24 | 1 | -3/+3 |
* | Remove multistage recursion for the vidix subdirectory and recurse from the | diego | 2007-03-24 | 1 | -1/+2 |
* | Move -I. to the front of CFLAGS, works around problems with headers from | diego | 2007-03-19 | 1 | -1/+1 |
* | Remove commented-out -Wall CFLAGS, can be set from configure/config.mak. | diego | 2007-03-19 | 1 | -2/+0 |
* | cosmetics: Move some parts around to make more sense overall. | diego | 2007-03-13 | 1 | -19/+19 |
* | cosmetics: Move depend target in preparation for upcoming changes. | diego | 2007-03-13 | 1 | -4/+4 |
* | Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency. | diego | 2007-03-13 | 1 | -3/+3 |
* | Add common sources to .depend target. | diego | 2007-03-13 | 1 | -1/+1 |
* | Handle common parts at the objects instead of at the sources level. | diego | 2007-03-13 | 1 | -4/+3 |
* | codecs.conf.h needs to be made before .depend. | diego | 2007-03-12 | 1 | -1/+1 |
* | dirclean target was removed, don't mark as phony. | diego | 2007-03-12 | 1 | -1/+1 |
* | Remove -DCODECS2HTML from .depend creation. | diego | 2007-03-12 | 1 | -1/+1 |
* | Add codec-cfg-test target. | diego | 2007-03-11 | 1 | -1/+5 |
* | mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER | diego | 2007-03-11 | 1 | -1/+1 |
* | 'make clean' should remove generated binaries. | diego | 2007-03-11 | 1 | -3/+3 |
* | Merge clean and dirclean targets. | diego | 2007-03-11 | 1 | -4/+2 |
* | Simplify strip parameter for install handling. | diego | 2007-02-27 | 1 | -5/+0 |
* | Simplify .depend file inclusion. | diego | 2007-02-24 | 1 | -3/+1 |
* | some more consistency for the VIDIX installation. | diego | 2007-02-23 | 1 | -1/+1 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 1 | -0/+1 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 1 | -0/+1 |
* | URL fix | diego | 2007-01-30 | 1 | -1/+1 |
* | cosmetics: Reorder install targets. | diego | 2007-01-30 | 1 | -10/+10 |
* | Mark phony targets as such. | diego | 2007-01-30 | 1 | -0/+3 |
* | Replace ifeq structure in the install target by a set of dependent targets. | diego | 2007-01-30 | 1 | -10/+22 |
* | Do not create font subdir of data directory, bitmap font support is deprecated. | diego | 2007-01-25 | 1 | -1/+0 |
* | Simplify install calls. | diego | 2007-01-20 | 1 | -8/+6 |
* | Remove redundant informative output. | diego | 2007-01-20 | 1 | -1/+0 |
* | Don't suppress make output during installation. | diego | 2007-01-20 | 1 | -7/+7 |
* | some simplifications | diego | 2007-01-20 | 1 | -5/+3 |
* | Fix mplayer-rc.o build. | diego | 2006-12-07 | 1 | -1/+1 |
* | Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, | diego | 2006-12-04 | 1 | -0/+6 |
* | Remove suffix rules that are just copies of make builtin rules. | diego | 2006-12-02 | 1 | -5/+0 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 | 1 | -4/+4 |
* | Unrecurse VIDIX installation. | diego | 2006-11-28 | 1 | -1/+2 |
* | Unrecurse VIDIX drivers uninstall. | diego | 2006-11-28 | 1 | -1/+2 |
* | Remove one level of indirection on VIDIX install/uninstall. | diego | 2006-11-28 | 1 | -2/+2 |
* | Shorten LIBAV_INC handling. | diego | 2006-11-27 | 1 | -6/+3 |
* | Split muxers into a separate library that only MEncoder is linked against. | diego | 2006-11-27 | 1 | -1/+6 |
* | libmpdemux has no subdirectories. | diego | 2006-11-27 | 1 | -1/+1 |
* | Add explicit dependency information for libosd.a, this fixes MEncoder-only | diego | 2006-11-26 | 1 | -1/+5 |
* | Linking hotfix, loader depends on osdep. | diego | 2006-11-25 | 1 | -2/+2 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-25 | 1 | -73/+43 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Move osdep/mplayer.rc handling to the osdep Makefile. | diego | 2006-11-25 | 1 | -6/+0 |
* | added mmap_anon to osdep lib. Used in loader for now | nplourde | 2006-11-25 | 1 | -1/+2 |
* | Make loader Makefile non-recursive. | diego | 2006-11-25 | 1 | -11/+2 |
* | LIBS vs LDFLAGS typo | diego | 2006-11-21 | 1 | -1/+1 |
* | Split libs that are dependencies and those that are just linker flags. | diego | 2006-11-21 | 1 | -8/+10 |
* | Treat fontconfig and FreeType linker flags just like any other linker flag. | diego | 2006-11-21 | 1 | -5/+0 |
* | cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER | diego | 2006-11-21 | 1 | -1/+1 |
* | Remove libdha from LIBS_MPLAYER. | diego | 2006-11-21 | 1 | -1/+1 |
* | Move FFmpeg library dependencies into the Makefile just like everything else. | diego | 2006-11-21 | 1 | -3/+19 |
* | Merge MPlayer-specific libs into one variable. | diego | 2006-11-21 | 1 | -3/+2 |
* | Split libvo.a into two libs so that libosd.a can be used by MEncoder. | diego | 2006-11-21 | 1 | -8/+1 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | Add VIDIX to LIBS_MPLAYER directly. | diego | 2006-11-21 | 1 | -1/+1 |
* | Add support for disabling MPlayer compilation. | diego | 2006-11-20 | 1 | -0/+2 |
* | Oops, the loader stuff needs to be in COMMON_LIBS. | diego | 2006-11-20 | 1 | -0/+1 |
* | Deliver dependency handling from redundancy. | diego | 2006-11-20 | 1 | -25/+3 |
* | Remove MPlayer-specific dependencies from COMMON_DEPS. | diego | 2006-11-20 | 1 | -3/+0 |
* | VIDIX is for MPlayer only. | diego | 2006-11-20 | 1 | -1/+1 |
* | The GUI is only for MPlayer, not MEncoder. | diego | 2006-11-20 | 1 | -1/+1 |
* | Rename variables for consistency. | diego | 2006-11-20 | 1 | -6/+6 |
* | Simplify gui and menu libs handling. | diego | 2006-11-20 | 1 | -4/+2 |
* | cosmetics: Move some stuff around for better readability. | diego | 2006-11-20 | 1 | -56/+52 |
* | Clean up PARTS handling. | diego | 2006-11-20 | 1 | -35/+11 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Uninstall should run all parts unconditionally. | diego | 2006-11-20 | 1 | -2/+0 |
* | Remove nonsense ifeq around MEncoder target and variable declaration. | diego | 2006-11-20 | 1 | -2/+0 |
* | Put libdvdcss under a separate ifeq. | diego | 2006-11-19 | 1 | -0/+4 |
* | Rename libdvdread to dvdread. We really only include only the dvdread | diego | 2006-11-18 | 1 | -6/+6 |
* | The addition of loader/ to PARTS depended on a non-existing variable. | diego | 2006-11-10 | 1 | -1/+1 |
* | Disable linking mplayer (and internal static libavcodec) with | rathann | 2006-11-09 | 1 | -1/+1 |
* | 10l: Overlooked one $(EXESUF) addition. | diego | 2006-11-08 | 1 | -1/+1 |
* | Create binaries with proper executable suffix under Windows. | diego | 2006-11-08 | 1 | -15/+19 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 1 | -9/+0 |
* | Streamline and simplify internal vs external libdvdread handling. | diego | 2006-11-03 | 1 | -2/+2 |
* | remove charset files (all of them are in UTF-8 now anyway) | kraymer | 2006-11-03 | 1 | -1/+1 |
* | libmpdvdkit2 --> libdvdread, it just contains libdvdread now. | diego | 2006-11-03 | 1 | -6/+6 |
* | Move libdvdcss into its own subdirectory. | diego | 2006-11-03 | 1 | -0/+7 |
* | Run dirclean instead of clean on distclean, this way we only need to | diego | 2006-10-31 | 1 | -1/+1 |
* | Unification of linker option handling, part 1 of many. | diego | 2006-10-31 | 1 | -77/+1 |
* | CFLAGS are not necessary for linking. | diego | 2006-10-31 | 1 | -2/+2 |
* | Make libmpdvdkit2 compilation slightly more consistent with the other modules. | diego | 2006-10-30 | 1 | -0/+1 |
* | Remove bogus warning about missing font. | diego | 2006-10-15 | 1 | -4/+0 |
* | Create target for mplayer-rc.o so that it is not rerun unconditionally. | diego | 2006-10-09 | 1 | -3/+3 |
* | Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is | rathann | 2006-10-08 | 1 | -2/+5 |
* | Fix make install. 10l for Diego. | rathann | 2006-10-02 | 1 | -1/+1 |
* | Work around ln limitations on MinGW. | diego | 2006-10-01 | 1 | -2/+2 |
* | Remove version.h on distclean. | diego | 2006-09-24 | 1 | -2/+2 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+1 |
* | Move MLIB_LIB to COMMON_LIBS. | diego | 2006-08-27 | 1 | -2/+1 |
* | Add --extra-libs option to pass linker flags. | diego | 2006-08-26 | 1 | -0/+1 |
* | Disentangle toolame CFLAGS and LDFLAGS handling. | diego | 2006-08-25 | 1 | -1/+0 |
* | Disentangle libdv and vorbis linker flags. | diego | 2006-08-25 | 1 | -0/+1 |
* | cosmetics: Move some parts to more sensible places. | diego | 2006-08-25 | 1 | -24/+25 |
* | Fix MEncoder build when bitmap fonts are disabled. | diego | 2006-08-24 | 1 | -1/+3 |
* | Remove useless else clauses. | diego | 2006-08-22 | 1 | -3/+0 |
* | Move libs common to MPlayer and MEncoder to COMMON_LIBS. | diego | 2006-08-21 | 1 | -12/+6 |
* | Simplify VIDIX lib handling. | diego | 2006-08-21 | 1 | -7/+3 |
* | cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency. | diego | 2006-08-07 | 1 | -2/+2 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 | 1 | -2/+2 |
* | Recurse into subdirs before cleaning the top level to avoid error messages. | diego | 2006-08-03 | 1 | -1/+1 |
* | 'make distclean' should remove all generated files, so also config.[h|mak]. | diego | 2006-08-03 | 1 | -1/+1 |
* | 'make clean' now recurses through subdirectories as expected, | diego | 2006-08-03 | 1 | -1/+4 |
* | Change toplevel Makefile to invoke subdirectory Makefiles | uau | 2006-08-01 | 1 | -34/+42 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+7 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -12/+1 |
* | Fix linking order. FontConfig should appear after libass. | eugeni | 2006-07-13 | 1 | -2/+2 |
* | Streamline GUI build. | diego | 2006-07-13 | 1 | -2/+1 |
* | Clean up codec-cfg and friends handling. | diego | 2006-07-13 | 1 | -10/+7 |
* | Remove old and obsolete mplayer_wine QT DLL loading stuff. | diego | 2006-07-12 | 1 | -22/+0 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -2/+0 |
* | Remove remnants of old libmp1e support. | diego | 2006-07-12 | 1 | -2/+0 |
* | make libswscale build system similar to the libav* one | lucabe | 2006-07-10 | 1 | -1/+1 |
* | Simplify ASS handling second try, this time taking FreeType into account. | diego | 2006-07-09 | 1 | -13/+6 |
* | Revert r18980, it breaks compilation under MinGW. | eugeni | 2006-07-09 | 1 | -1/+7 |
* | Simplify ASS handling. | diego | 2006-07-09 | 1 | -7/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+16 |
* | Add back the path part in 'libvo/font_load_ft.c' that was accidentally | uau | 2006-07-04 | 1 | -1/+1 |
* | Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar. | diego | 2006-07-03 | 1 | -1/+4 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -7/+7 |
* | "make depend" requires version.h | uau | 2006-06-22 | 1 | -1/+1 |
* | CVS --> Subversion + better version.h handling | diego | 2006-06-22 | 1 | -9/+3 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 | 1 | -2/+0 |
* | restored support for dvdnav only in the stream layer; all other functionaliti... | nicodvb | 2006-06-14 | 1 | -0/+1 |
* | libpostproc is not a subdirectory of libavcodec anymore. | diego | 2006-06-02 | 1 | -3/+3 |
* | make depend requires help_mp.h, fixes make depend after make distclean. | diego | 2006-05-13 | 1 | -1/+1 |
* | No need to include the whole libinput in mencoder | albeu | 2006-04-25 | 1 | -1/+1 |
* | Add 32x32 XPM icon as mandated by Debian policy. | diego | 2006-04-04 | 1 | -2/+2 |
* | missing dependency | rfelker | 2006-04-03 | 1 | -1/+1 |
* | Remove mpdvdkit1 cruft from the build system. | diego | 2006-04-02 | 1 | -3/+0 |
* | Remove shared libmpdvdkit leftovers. | diego | 2006-04-02 | 1 | -2/+1 |
* | further fixes.. | rfelker | 2006-04-02 | 1 | -4/+4 |
* | 10l: version.h was not being built in some odd cases | rfelker | 2006-04-02 | 1 | -1/+4 |
* | integrate old "libdeps" hack into makefile | rfelker | 2006-04-02 | 1 | -5/+36 |
* | |