aboutsummaryrefslogtreecommitdiffhomepage
path: root/libfaad2
Commit message (Collapse)AuthorAge
* 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
* Sync missing cosmetics from the 2004-07-12 CVS snapshot.Gravatar diego2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct CVS snapshot date and provide a little more detail.Gravatar diego2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove modification notice from files that have not been locally modified.Gravatar diego2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove modification notice from files that have not been locally modified.Gravatar diego2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14727 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libfaadGravatar diego2005-02-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback on big-endian systems.Gravatar diego2004-10-19
| | | | | | | 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
* Hint at FIXED_POINT for better (SBR) performance.Gravatar diego2004-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2
* SBR code does NOT work with fixed point (uses floats, slow as hell)Gravatar rfelker2004-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13486 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.Gravatar diego2004-09-24
| | | | | | | patch by adland <adland123 at yahoo dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13454 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information about modifications to comply more closely with GPL 2a.Gravatar diego2004-06-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12626 b3059339-0415-0410-9bf9-f77b7e298cf2