Commit Graph

44 Commits

Author SHA1 Message Date
diego d8e83253bd Simplify CFLAGS handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 22:17: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 4bbdac6e14 Add configure switch to enable fixed-pointed mode of internal libfaad2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20287 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-17 16:01:25 +00:00
diego 57f3213401 CVS --> Subversion in copyright notices
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 13:34:00 +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
rtognimp 82361d50d0 Update to faad2 cvs 20040915+MPlayer fixes
Patch by me and Emanuele Giaquinta


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18142 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:39:34 +00:00
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +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 68325cd906 Unify paths in patch and fix recent breakage, no -ko keyword expansion
flag was set on this file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17182 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-11 23:55:12 +00:00
rathann 9fd71a03a6 add fix for sbr_dec.c to local diff, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17138 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 23:13:24 +00:00
rathann 2664b81b63 add my fix to ps_dec.c to our diff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17137 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 23:07:40 +00:00
rathann 855416cba2 fix
ps_dec.c:1938: warning: missing braces around initializer
ps_dec.c:1938: warning: (near initialization for 'X_hybrid_left[0][0]')
ps_dec.c:1939: warning: missing braces around initializer
ps_dec.c:1939: warning: (near initialization for 'X_hybrid_right[0][0]')
sbr_dec.c:530: warning: missing braces around initializer
sbr_dec.c:530: warning: (near initialization for 'X_left[0][0]')
sbr_dec.c:531: warning: missing braces around initializer
sbr_dec.c:531: warning: (near initialization for 'X_right[0][0]')


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17099 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-05 01:31:53 +00:00
diego 937a5d6993 Update for latest changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16250 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 22:50:29 +00:00
alex 1b92bb8b91 prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16231 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-16 15:29:24 +00:00
reimar 5d6da4e669 make more patch-friendly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15928 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-06 08:42:55 +00:00
henry c9e396b898 - correct the argument in configure check for lrintf() to avoid a warning
- add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99
  isn't available


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15597 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-30 08:57:30 +00:00
henry 5df178e473 avoid lrintf redeclaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15594 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-30 08:18:03 +00:00
rfelker c0adf2ff07 10l, integer overflow. who uses 14 fractional bits?! only faad developers.... *sigh*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15055 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-05 05:43:41 +00:00
rfelker ef714f38ca 100l, messed up coefficients when improving precision..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15054 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-04 23:31:33 +00:00
rfelker 1572acb6a4 mplayer changes notice (take 2, 10l to diego :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15024 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-31 00:46:53 +00:00
rfelker df40cefb1f usable downmixing for fixed point mode (take 2, previous patch reversed immediately on account of 1000l error :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15021 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-29 18:14:24 +00:00
diego 2fd5f90a32 cosmetics: Make diff -R apply without offsets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14859 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 05:49:56 +00:00
wight b2c7e53f9f correct filename
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14734 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 09:32:09 +00:00
diego f091555b08 Point to local_changes.diff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14732 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 02:19:21 +00:00
diego 0ac6b92ec9 Sync missing cosmetics from the 2004-07-12 CVS snapshot.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14730 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 01:21:19 +00:00
diego 762f1adf6f Correct CVS snapshot date and provide a little more detail.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14729 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 01:19:53 +00:00
diego 5f5e40c155 Remove modification notice from files that have not been locally modified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14728 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 01:04:20 +00:00
diego 4ee07b73b7 Remove modification notice from files that have not been locally modified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14727 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 00:42:39 +00:00
diego 37d6924836 MPlayer-specific changes to libfaad
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14713 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-16 18:31:12 +00:00
diego f37898d16d Fix playback on big-endian systems.
patch by Nicolas Plourde and adland123 <adland123 at yahoo dot com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13686 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-19 01:16:03 +00:00
diego 3f544ef6ed Hint at FIXED_POINT for better (SBR) performance.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-08 00:39:37 +00:00
rfelker 8c6252efc1 SBR code does NOT work with fixed point (uses floats, slow as hell)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13486 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-27 02:11:24 +00:00
diego e1ece5e2eb Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.
patch by adland <adland123 at yahoo dot com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13454 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-24 17:31:36 +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 73829e43ab More information about modifications to comply more closely with GPL 2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12626 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-23 13:50:53 +00:00
diego 228ca70d48 update to the 2.0 release of faad, patch by adland
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12528 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-02 22:59:04 +00:00
alex e24087509a synced with current cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10990 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-03 22:23:26 +00:00
alex 7c7c8dab79 fixed win32 compile problems and broken bigendian support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10806 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-02 20:40:36 +00:00
diego b40642377a Ignore .depend.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10765 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 23:07:28 +00:00
arpi 32063c4339 libfaad2 v2.0rc1 imported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10726 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 22:30:28 +00:00