diego
e5751ced4f
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29443 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-26 19:53:00 +00:00
bircoph
6e695dc64f
Remove all kind of trailing whitespaces from all MPlayer's files.
...
This affects all kind of spaces (' ',^I,^M,^L,...): actually
[:space:] regex character set.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-13 15:22:13 +00:00
diego
e7cb3e94b6
Sync latest set of changes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28833 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-06 00:47:03 +00:00
reimar
575766b8a7
Fix r28222, including alloca.h directly might break compilation.
...
Instead make sure os.h is included which includes alloca.h if possible.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28275 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-05 22:55:58 +00:00
reimar
0b806e4798
Include alloca.h when using alloca to make sure it is defined.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28222 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-01 11:23:32 +00:00
diego
60e30388e4
Instead of removing code from this imported library, place it under #if 0.
...
This makes the differences to upstream smaller and the diff more readable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26899 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:09:40 +00:00
diego
cf96d13960
cosmetics: Fix pointless weird indentation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26898 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 12:49:50 +00:00
diego
36add9a774
Merge tremor/Makefile into top-level Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26503 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-22 23:05:27 +00:00
diego
8784ae223d
Move Tremor low accuracy CFLAGS handling to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26502 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-22 22:55:55 +00:00
diego
916058bd22
Use directory name as library name template.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26498 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-22 21:51:41 +00:00
reimar
63aadc8204
Use the standard "static inline" instead of some broken ifdef mess
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25875 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 11:25:45 +00:00
diego
d653bc6138
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
...
Add a header file with the function prototype to address this issue.
This has the positive side effect of fixing a couple of implicit
declaration warnings.
The problem was originally reported as Debian bug 447278.
patch by Dann Frazier and Andrea Mennucci, mennucc1 debian org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24824 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 22:41:24 +00:00
diego
97c8a09406
Remove unnecessary lines from patch headers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24823 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 22:28:14 +00:00
diego
2ee09b0a5f
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
...
way we do for libfaad2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 21:54:48 +00:00
diego
5519d98983
cosmetics: Fix indentation, reorder some lines for consistency.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 21:55:23 +00:00
diego
60b39e2786
Give more descriptive names to the source and library variables and split
...
between common, MPlayer-specific and MEncoder-specific parts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 12:10:57 +00:00
diego
dc2be42703
Merge common parts of all Makefiles into one file included by all.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:12:36 +00:00
diego
27b0177662
Remove superfluous comment.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 16:12:36 +00:00
diego
cf4bf03dc2
Unify dep/depend targets.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-20 11:18:01 +00:00
diego
544c56d95e
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19262 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 15:36:28 +00:00
rtogni
6818d62d94
Update upstream references, add a missing file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19260 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 10:57:17 +00:00
rtogni
fb00960b8b
Restore a local diff lost during license fix at r19256
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19259 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 10:56:35 +00:00
uau
2a2cc8fa78
Replace tremor files that had old headers saying "ALL REDISTRIBUTION
...
RIGHTS RESERVED" with files taken from revision r3989 of upstream svn.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19256 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 01:41:58 +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
corey
fe633fe1ea
Change "Supress" to "Suppress" in a couple comments.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 00:15:28 +00:00
diego
4b64ef7e8e
Remove now obsolete .cvsignore files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:24:33 +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
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
faust3
adbb641669
fix warnings and decoding on CYGWIN (produced only noise before this change)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16267 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 16:25:45 +00:00
diego
cc3510ef06
Update with Jindrich's latest change.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15456 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 10:05:09 +00:00
henry
00e49dd038
update to libogg 1.1.2 (needed for Theora)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15251 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-24 08:37:48 +00:00
henry
9eaff54820
16-bit unsigned (needed by Theora exp.)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15248 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-24 07:43:41 +00:00
henry
0a44ce3a93
more information about source files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14415 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-07 13:22:37 +00:00
henry
608f639faa
changes against 1.0 + Dec 2004 SVN math code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14370 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-05 09:50:05 +00:00
reimar
74be305cea
fix/simplify os_types.h. MPlayer needs inttypes.h anyway to compile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14354 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-04 15:18:07 +00:00
ivo
ba393c5604
Ignore .depend
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14335 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-03 18:26:48 +00:00
faust3
8b803d1fd9
Mingw compile fix, hm doesn't the inttypes solution always work?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14300 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-02 15:47:48 +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