Commit Graph

492 Commits

Author SHA1 Message Date
diego 70d49ab5e8 'make distclean' should remove all generated files, so also config.[h|mak].
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19299 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-03 17:34:54 +00:00
diego fffc1d306a 'make clean' now recurses through subdirectories as expected,
'make dirclean' can be used to clean just the toplevel directory.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19298 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-03 17:31:30 +00:00
uau 56aebde80e Change toplevel Makefile to invoke subdirectory Makefiles
unconditionally by default. Ensures that dependencies outside the
subdirectory (such as header dependencies recorded by "make depend")
aren't ignored.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19289 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-01 14:44:07 +00:00
ben 49867bd432 introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 17:39:17 +00:00
diego 22b5b6d0f5 Unify include paths in the build system, part I.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-27 10:08:17 +00:00
eugeni 76ba69ec56 Fix linking order. FontConfig should appear after libass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19076 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 22:24:28 +00:00
diego 7e18214f7d Streamline GUI build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 03:05:08 +00:00
diego 4e3bf50988 Clean up codec-cfg and friends handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19056 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 01:20:14 +00:00
diego 102c66bd41 Remove old and obsolete mplayer_wine QT DLL loading stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19053 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:31:33 +00:00
diego f7d4dd174b OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:58:07 +00:00
diego 49c22997d3 Remove remnants of old libmp1e support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19026 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 13:03:40 +00:00
lucabe 1e56d3bf13 make libswscale build system similar to the libav* one
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18994 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-10 12:35:52 +00:00
diego 6d1ae9655f Simplify ASS handling second try, this time taking FreeType into account.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18987 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 22:11:53 +00:00
eugeni 1b2b9d0d22 Revert r18980, it breaks compilation under MinGW.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18986 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 19:02:20 +00:00
diego 4a3877c93a Simplify ASS handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18980 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 15:42:26 +00:00
eugeni e15ae9a600 Initial libass release (without mencoder support).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 18:26:51 +00:00
uau f1b93202b0 Add back the path part in 'libvo/font_load_ft.c' that was accidentally
dropped when moving it in r18892.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18900 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 09:37:54 +00:00
diego 6ce30bb91e Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18892 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:13:25 +00:00
lucabe cc30aae17b Move postproc ---> libswscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18866 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-30 12:00:31 +00:00
uau cdb4508afc "make depend" requires version.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18792 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 22:07:25 +00:00
diego 0a8fb0f7db CVS --> Subversion + better version.h handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18789 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 13:50:26 +00:00
diego 1127c1e91d Remove separation between Win32 DLL and DirectShow support in the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18768 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-21 09:45:17 +00:00
nicodvb f1871d5766 restored support for dvdnav only in the stream layer; all other functionalities are disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 21:58:17 +00:00
diego b4ddc383ef libpostproc is not a subdirectory of libavcodec anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18558 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:31:42 +00:00
diego d8a14d9b7e make depend requires help_mp.h, fixes make depend after make distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18481 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-13 16:37:16 +00:00
albeu ca12039905 No need to include the whole libinput in mencoder
for a single useless function.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18268 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-25 02:01:21 +00:00
diego 8b13a68738 Add 32x32 XPM icon as mandated by Debian policy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18039 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 06:48:14 +00:00
rfelker 14dd78fb62 missing dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18036 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 07:16:10 +00:00
diego c35708cbf1 Remove mpdvdkit1 cruft from the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18022 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 13:31:03 +00:00
diego 099f684a98 Remove shared libmpdvdkit leftovers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18021 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 13:15:20 +00:00
rfelker f586d45ab7 further fixes..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18016 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:30:40 +00:00
rfelker 0535cfb080 10l: version.h was not being built in some odd cases
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18015 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:18:53 +00:00
rfelker 1b2bc3597d integrate old "libdeps" hack into makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18014 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:22:32 +00:00
rfelker 1a17124672 first stage of build system cleanup:
- remove .developer nonsense
- correct version.h dependencies
- remove some old shared dvdkit cruft that was not used
who's going to buy me the cola if this breaks?? :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18013 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:14:54 +00:00
rfelker 8445dc1e96 remove deprecated, never-used gnu gettext cruft.
proper runtime message catalogs will be added with catgets in the
(near?) future.

this resolves complaints about mp_msg printing crap at startup when
gettext was (stupidly) enabled by default even though it was not
useful.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17999 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 22:14:44 +00:00
nicodvb ec5ad59cdb added support for external VIDIX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17989 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-28 22:44:16 +00:00
diego b5743fcfda Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
diego 13992baef6 Simplify directory creation in the install target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17967 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 21:44:55 +00:00
albeu b29282c847 Don't call make from shell constructs it prevent proper
build paralelization.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17959 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 10:52:13 +00:00
diego 894097dc5a Add libpostproc to PARTS, fixes distclean on OS X and other platforms.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17952 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 22:41:15 +00:00
diego 3e56c5bb6b cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:38:37 +00:00
albeu 7ccf483026 Add the new property API and implement a couple properties.
Move the volume and mute command to the command to property
bridge.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17912 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 00:19:02 +00:00
albeu 587b43773b codec-cfg depend on help_mp.h. Fix // builds.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17890 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-18 17:41:24 +00:00
reimar e8954b5bf9 remove mp_msg.c dependency when compiling codec-cfg binary.
Fixes MinGW compilation (caused by missing -liconv), this solution seems best
to me because of e.g. cross-compilation issues just adding -liconv might cause.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17842 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-12 23:06:09 +00:00
henry 10825e00a9 revert the attempts for ccache fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17783 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 19:56:47 +00:00
diego be3b3fcef5 Add codecs2html dependencies.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17771 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 11:09:01 +00:00
diego d964828799 libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17770 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 11:04:00 +00:00
henry 6a2cfc6f1f fix incomplete abs->rel path conversion
also added missing make distclean for libpostproc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17765 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 17:49:37 +00:00
diego 2f69888f22 Add codecs2html target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17762 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 15:37:58 +00:00
henry d5584df16c use relative paths for libav* build
absolute path in the command line can confuse ccache


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17734 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-05 10:03:53 +00:00
diego d9f738ab54 New website structure, the /homepage subdirectory is gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 10:01:43 +00:00
reimar 8424c24317 OpenAL audio support, actual output is mono-only (no positioning yet).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17634 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-16 20:45:25 +00:00
alex 052e870c81 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17608 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 14:50:05 +00:00
henry 3407748cf8 add a missing rule for libpostproc.a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17597 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 08:03:58 +00:00
diego 89d549f984 Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-27 00:06:42 +00:00
diego cae85ae8f5 Remove rule to build shared libpostproc, it does not belong in MPlayer.
Based on a patch from Christian Marillat's Debian package.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17431 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-19 20:53:13 +00:00
rathann 6a1a029fb5 Fix parallel make builds, patch by Oded Shimon.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17384 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-14 02:26:19 +00:00
rathann bb3f61e4ff This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-13 23:38:16 +00:00
diego 2b1310abba AIX PPC port
patch by "Derek E. Lewis" < -- dlewis -- @ -- solnetworks -- . -- net -- >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17265 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 18:01:22 +00:00
ptt ac00b6bc33 fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16992 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-16 10:38:23 +00:00
faust3 0538ed8780 make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
patch by Erik Lunchpail <erik_27can at yahoo.com>
base on patch by Rocky Bernstein <rocky at panix.com>
minor modification by myself


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 17:42:20 +00:00
reimar 4e76145381 Speex support. Seeking and pts generation does not work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-05 11:58:25 +00:00
rfelker 2d1b8d3df6 remove broken shared libpostproc stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 19:24:30 +00:00
alex 6c5df75cce use libvbe from vesautils
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16257 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:26:04 +00:00
gpoirier 1c4da1e674 libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)
Patch idea by Steven Schultz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16202 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-11 22:30:05 +00:00
al bd342e463a Support new static libavcodec (depends on libavutil).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16166 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 20:16:56 +00:00
reimar c54b5a06bd musepack demuxing and decoding support (demuxing is v7 bitstream only).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15959 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 17:14:12 +00:00
alex a83b4e670f 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15834 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-27 20:08:38 +00:00
henry fe557e19b7 split PARTS into multiple lines also
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15786 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-20 14:35:00 +00:00
ranma 2098665b8d Be more patch-friendly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15773 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-19 22:52:55 +00:00
nicodvb 5bb432dbbe added twolame mp2 audio encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-07 14:50:14 +00:00
nicodvb 4ba9687064 added faac audio encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15260 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-25 07:07:57 +00:00
rfelker 06ee8d3cc8 reversed broken linker option, it breaks compile on some systems. add a configure check for this nonsense if it's important..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15233 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-21 03:44:59 +00:00
reimar e0a7c06d38 Link with -z noexecstack, fixes bug #258. Please test on all platforms!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15224 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-20 12:01:39 +00:00
diego 8de861114a FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15195 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-16 20:18:12 +00:00
aurel 0b9ace787e cross-compilation fix: don't use target CFLAGS to compile host tools
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15164 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-15 14:55:03 +00:00
diego f876d13f45 Fix shared libpostproc installation.
based on a patch by Rene Rebe <rene at exactcode dot de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14995 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-23 10:07:00 +00:00
reimar 919a6cdc0d --charset configure option to convert help messages charset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14831 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 13:38:17 +00:00
al 672dc76569 suboption parser for vo and ao modules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14282 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-31 11:11:24 +00:00
henry fc91fed21e internal Tremor decoder for Ogg/Vorbis
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14281 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-30 12:11:32 +00:00
alex 507121f7fe removing AFMT_ dependancy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14246 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 17:30:15 +00:00
faust3 6df6757e38 polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13879 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-05 14:02:41 +00:00
diego 5b0d96c6b4 Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-28 01:15:53 +00:00
wight e51a820025 Removal of help_mp.h on make distclean, as requested by Felix Buenemann
<atmosfear -at- users(dot)sourceforge(dot)net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13768 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-26 06:36:38 +00:00
wight 4087f6ecce Move help_mp.h generation to Makefile, so it's easier to maintain on
help/*.h changes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13704 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-20 14:23:33 +00:00
wight 49ec55840e make uninstall was leaving vidix, dha, and libmpdvdkit libraries
and translated manpages as well. This fixes the issue.
Resolves bug #9 (hopefully)
Based on Bugzilla patch by Evgueni V. Gavrilov (aquatique at rusunix.org)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13703 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-20 14:20:07 +00:00
diego 848ca5bd45 Menu entry for all freedesktop.org compliant window managers.
patch by Piero di Vita <scognito at libero dot it> uninstall by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13667 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 09:19:05 +00:00
reimar 30d48cb10e Zeta OS support, mostly working.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13613 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-11 19:26:13 +00:00
reimar b4f854c14c fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13580 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-07 09:31:16 +00:00
faust3 b815c5c94a --host-cc option for crosscompiling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13478 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-26 14:40:59 +00:00
nicodvb db4e77d0a5 encoding to mp2 with libtoolame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13427 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-21 19:50:54 +00:00
rtognimp afdca81f8f EDL enhancement/fixes:
*Some edl's code moved from mplayer.c to edl.c (mencoder will use the
same functions)
* slighty faster
* removed MAX_EDL_ENTRIES limit (just reserve the memory we really need)
* really treat edl_records as a linked list (coz it is)
* edl now 'remembers' pending operations after a manual _seek_
* better way of handling Mute/Umute eliminates some nasty bugs
when manual seeking (scrwed up mute/unmute order, no audio after
seek, etc)
* seeking while on -edl mode now _WORKS_
Patch by Reynaldo H. Verdejo Pinochet  (reynaldo at opendot dot cl)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13169 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 00:46:05 +00:00
iive 6379fb900a x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13167 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-27 20:43:05 +00:00
attila 0cadfe304f Adding doxygen stuff.
From now on every function has to be documented.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13098 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-23 00:25:19 +00:00
rtognimp 9c48cc012a DTS support via lavc and libdts
Patch by Aurelien Jacobs ( aurel at gnuage dot org )
dts in wav by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13007 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-12 12:36:08 +00:00
diego aac305d6f8 language handling simplification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12965 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-05 00:14:16 +00:00
mosu 26ef3a9fdc Removed the old Matroska demuxer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12959 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-04 18:38:27 +00:00
rtognimp 367768db96 Remove duplicated make distclean for libavformat and libavcodec
Patch by adland


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12787 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-09 17:32:17 +00:00
faust3 0f3bc505c3 mingw crosscompiling step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12707 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-27 17:54:31 +00:00
rfelker 587c8d0cc9 this is broken and causes relink during 'make install'. fix it or leave it disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12697 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 15:35:35 +00:00
diego 00b3639e2a mplayer.rc moved to osdep where it belongs, approved by Sascha.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12670 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 19:21:17 +00:00
alex f6a749eff0 JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12663 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 18:11:15 +00:00
alex ff09024d4f enable .PHONY for correct dependancy handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12659 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 17:19:17 +00:00
alex 0fc20ac930 ranlib cleanup by Dan Christiansen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-24 12:52:17 +00:00
diego 00a4249b4a Just a tiny fix with configure/Makefile for not using
"caca-config --cflags", patch by Pigeon <pigeon@pigeond.net>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12612 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-18 17:08:22 +00:00
henry c1f6ffe35d ENCA support (http://trific.ath.cx/software/enca/)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12444 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-08 17:52:25 +00:00
faust3 3f7d2d2176 always add versionsinfo and icon on windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12191 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-13 11:22:37 +00:00
michael 8580ca5c5f demux_lavf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12165 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-11 14:26:04 +00:00
alex 99b14d0fa3 libcaca video output driver by Howell Tam
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12130 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-06 00:04:48 +00:00
alex bca0b3d6c5 Removed mpflac as ffflac is way better and ad_flac won't compile with external flac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12128 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-05 22:49:28 +00:00
attila a616d2d604 add codecs.conf to the dependency list of codecs.conf.h
a good idea from Torinthiel <torinthiel@wp.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11619 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-10 12:03:54 +00:00
alex 922162fb5d removed the historic libcss support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 21:34:05 +00:00
alex e7d9078afc Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11581 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 12:14:32 +00:00
attila bc0dc00da7 Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11579 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-08 11:21:59 +00:00
iive 13ea2119d2 remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11493 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-18 02:32:42 +00:00
diego 721d7e8f7d Man pages moved to DOCS/man/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11182 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-19 20:20:45 +00:00
lumag 1e880aa659 FLAC decoding support via imported libmpflac.
TODO: fix FLAC-in-ogg decoding.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11005 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-04 22:00:25 +00:00
faust3 5565a1c43f 10l really disable faad if gcc is broken
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10922 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-21 17:05:51 +00:00
arpi 001d121dec use internal (included) libfaad2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10727 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 22:31:45 +00:00
alex 70848671d3 --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-17 20:56:40 +00:00
alex 2283b6305f Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-13 16:29:32 +00:00
alex eb6fb0dbc9 Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-11 20:52:53 +00:00
alex c68f67e2e0 removed obsolete my_profile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10517 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-03 18:33:28 +00:00
diego ee8bcd08e2 Move away old codecs.conf files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10492 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-28 02:02:20 +00:00
diego 3772d0208b Installing codecs.conf is long obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10458 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-22 23:52:01 +00:00
faust3 cb1229a849 compilation fix by Bernd Ernesti <mplayer at lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10232 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 13:39:49 +00:00
alex 019bae008c lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10216 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-30 18:23:55 +00:00
bertrand ff6a17f203 Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 12:24:01 +00:00
arpi 598c7fd576 Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10096 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-11 18:29:07 +00:00
mosu 004d3a060c Added Matroska demuxing support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10025 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 11:39:32 +00:00
michael 6b66acc433 fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informatik dot uni-rostock dot de>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9725 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-29 14:37:23 +00:00
alex 255abc60b0 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned up
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9642 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 18:21:00 +00:00
alex 981ef7408b hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9636 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 16:54:03 +00:00
alex 1e5650e85e libsmbclient detection support, slightly rewritten the original patch sent by Vladimir Moushkov <vlindos_mpdev@abv.bg>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9629 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 16:06:11 +00:00
arpi d029c50149 fixed 'make distclean' without libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9598 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-15 19:52:11 +00:00
arpi a5f6871128 Latest version has the following features:
- --language=ab,cd,ef and --language="ab cd ef" are supported, the list
   is now used as a fallback for possible message/gui translations
 - --language=all is supported
 - --language=ab,cd,ef,all and --language="ab cd ef all" are supported
   for all man pages, but different message/gui translations than en
 - $LINGUAS is honored
 - if no --language or $LINGUAS is given it defaults to en

Credits for ideas go out to (in no particular order):

Tobias Diedrich
Sylvain Petreolle
Dan Christiansen
Dominik Mierzejewski
Andriy N. Gritsenko

and everyone I've forgotten

Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9471 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-20 23:32:47 +00:00
alex 7a159b8db7 Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9467 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-19 17:26:59 +00:00
gabucino c895e2436b patch by "Andriy N. Gritsenko" <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9452 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-17 13:06:03 +00:00
gabucino 33d9de542e applied my patch for localized manpage installation
feel free to improve


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9448 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-16 14:14:13 +00:00
rfelker e2bbf606ec at least it doesn't error now...this will work until we get a better fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9446 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-16 07:23:02 +00:00
michael 5b59d8b5ae ugly but otherwise make distclean doesnt remove libavcodec.a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9438 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-15 18:50:17 +00:00
michael dd16f0a075 moving postprocess code to libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9427 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-14 21:45:45 +00:00
arpi 7ff83a7181 linux->osdep
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 20:18:23 +00:00
arpi 783330ae99 i18n may require extra_libdir, at least on freebsd
found by Nexus


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9328 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 22:25:17 +00:00
arpi dd5bfcbc7e The patch add a library detection to configure and the usage of the
detected libraries in Makefile.
based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9317 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 18:56:55 +00:00
arpi 705681b0db cleanup detection of various divx4 versions/alternatives
allows mixing xvid with divx4/5linux libs

basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if
available, otherwise uses xvid (if divx4.h is available and xvid has
decore()/encore() functions).

based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 20:24:14 +00:00
arpi 0cf1424936 libgif/libungif based demuxer support for libmpdemux.
patch by Joey Parrish <joey@nicewarrior.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 00:12:23 +00:00
arpi 54cbe5eec3 The two attached patches *should* allow for proper
compilation of the AltiVec stuff on both Darwin
and non-Darwin system. They've only been tested
for compilation on Debian using Debian's gcc-3.2.
Romain Dolbeau <dolbeau@irisa.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9123 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-27 21:47:25 +00:00
arpi 66e6173c0c AltiVec detection code ("borrowed" from FFmpeg and
libmpeg2) & enough code to enable the AltiVec IMDCT
    in liba52 and the DCT64 in mp3lib.
patch by Romain Dolbeau <dolbeau@irisa.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:29:46 +00:00
arpi 5e054c4918 libavcodec just imported code for OS/2 support, which means we must
pass some more environment variables down to libavcodec.  Here is a
patch to Makefile.
Felix von Leitner <felix-mplayer@fefe.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8903 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-11 23:08:11 +00:00