aboutsummaryrefslogtreecommitdiffhomepage
path: root/libfaad2
Commit message (Collapse)AuthorAge
* libfaad2: cosmetics: Make local_changes.diff apply cleanlyGravatar diego2010-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32384 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2: make a function staticGravatar diego2010-11-02
| | | | | | | Mark output_to_PCM_sux as static, it is not used outside of the file; fixes: libfaad2/output.c:465: warning: no previous prototype for 'output_to_PCM_sux' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32343 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2: change lrintf availability logicGravatar diego2010-11-02
| | | | | | | | | | | | | | | | | | | | Remove local HAVE_LRINTF hack; it should no longer be necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32335 b3059339-0415-0410-9bf9-f77b7e298cf2 Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set. This should be enough to ensure that a system lrintf implementation exists. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32342 b3059339-0415-0410-9bf9-f77b7e298cf2 Check for __STDC_VERSION__ >= 199901L before declaring lrintf(). This is the correct condition according to the standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32385 b3059339-0415-0410-9bf9-f77b7e298cf2 Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32391 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2: Restore trailing whitespace in local diff fileGravatar diego2010-11-02
| | | | | | Without it, emacs has trouble in diff mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32334 b3059339-0415-0410-9bf9-f77b7e298cf2
* ad_faad: Improve LATM recognitionGravatar cehoyos2010-11-02
| | | | | | Patch by Dan Oscarsson, Dan d Oscarsson a tieto d com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make diff apply cleanly to our tree again.Gravatar diego2009-07-26
| | | | | | | The GPL modification notices were dropped, same as for the other diffs we store. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29442 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove all kind of trailing whitespaces from all MPlayer's files.Gravatar bircoph2009-05-13
| | | | | | | | 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
* Fix a possible NULL-pointer crash introduced by local changes to libfaad2Gravatar reimar2009-02-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28757 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use fixed-point implementation on avr32.Gravatar diego2009-02-16
| | | | | | | patch by Hans-Christian Egtvedt, hans-christian.egtvedt atmel com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28613 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.Gravatar diego2009-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28371 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge libfaad2/Makefile into top-level Makefile.Gravatar diego2008-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libfaad2 fixed-point CFLAGS setting to configure.Gravatar diego2008-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation failure because bitfile was undefined:Gravatar diego2008-01-28
| | | | | | | | In file included from decoder.c:36: mp4.h:46: error: expected ')' before '*' token git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25896 b3059339-0415-0410-9bf9-f77b7e298cf2
* added code to check and handle the presence of LATM streams in the init() ↵Gravatar nicodvb2008-01-26
| | | | | | and decode() functions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25864 b3059339-0415-0410-9bf9-f77b7e298cf2
* added AudioSpecificConfigFromBitfile() -that reads from an initizializedGravatar nicodvb2008-01-26
| | | | | | | | | | bitstream- and reimplemented AudioSpecificConfig() in terms of the former. Also, introduced a short_form parameter that indicates if the core function must pretend not to know the size of the header (another craziness in AAC) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25863 b3059339-0415-0410-9bf9-f77b7e298cf2
* generic functions and structures to parse and statekeep LATM streamsGravatar nicodvb2008-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25862 b3059339-0415-0410-9bf9-f77b7e298cf2
* in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ↵Gravatar nicodvb2008-01-26
| | | | | | was misplaced, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous README file, its content is in the Copyright file.Gravatar diego2007-12-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some more compiler flags to configure.Gravatar diego2007-08-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some #defines into configure/config.h.Gravatar diego2007-08-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.Gravatar diego2007-08-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify CFLAGS handling.Gravatar diego2007-03-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
| | | | | | | between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.Gravatar diego2006-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.Gravatar diego2006-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add configure switch to enable fixed-pointed mode of internal libfaad2.Gravatar diego2006-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20287 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to faad2 cvs 20040915+MPlayer fixesGravatar rtognimp2006-04-18
| | | | | | | Patch by me and Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18142 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
| | | | | | | | | | | | | | | | | | | | | | 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
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify paths in patch and fix recent breakage, no -ko keyword expansionGravatar diego2005-12-11
| | | | | | | flag was set on this file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17182 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fix for sbr_dec.c to local diff, tooGravatar rathann2005-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17138 b3059339-0415-0410-9bf9-f77b7e298cf2
* add my fix to ps_dec.c to our diffGravatar rathann2005-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17137 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixGravatar rathann2005-12-05
| | | | | | | | | | | | | | 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
* Update for latest changes.Gravatar diego2005-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16250 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>Gravatar alex2005-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16231 b3059339-0415-0410-9bf9-f77b7e298cf2
* make more patch-friendlyGravatar reimar2005-07-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15928 b3059339-0415-0410-9bf9-f77b7e298cf2
* - correct the argument in configure check for lrintf() to avoid a warningGravatar henry2005-05-30
| | | | | | | | - 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
* avoid lrintf redeclarationGravatar henry2005-05-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15594 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, integer overflow. who uses 14 fractional bits?! only faad ↵Gravatar rfelker2005-04-05
| | | | | | developers.... *sigh* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15055 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, messed up coefficients when improving precision..Gravatar rfelker2005-04-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15054 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer changes notice (take 2, 10l to diego :)Gravatar rfelker2005-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15024 b3059339-0415-0410-9bf9-f77b7e298cf2
* usable downmixing for fixed point mode (take 2, previous patch reversed ↵Gravatar rfelker2005-03-29
| | | | | | immediately on account of 1000l error :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15021 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make diff -R apply without offsets.Gravatar diego2005-03-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14859 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct filenameGravatar wight2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Point to local_changes.diff.Gravatar diego2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14732 b3059339-0415-0410-9bf9-f77b7e298cf2