| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a possible NULL-pointer crash introduced by local changes to libfaad2 | reimar | 2009-02-28 | 2 | -3/+5 |
* | Use fixed-point implementation on avr32. | diego | 2009-02-16 | 2 | -2/+2 |
* | HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. | diego | 2009-01-26 | 2 | -7/+8 |
* | Merge libfaad2/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -46/+0 |
* | Move libfaad2 fixed-point CFLAGS setting to configure. | diego | 2008-04-24 | 1 | -4/+0 |
* | Fix compilation failure because bitfile was undefined: | diego | 2008-01-28 | 1 | -0/+1 |
* | added code to check and handle the presence of LATM streams in the init() and... | nicodvb | 2008-01-26 | 2 | -2/+69 |
* | added AudioSpecificConfigFromBitfile() -that reads from an initizialized | nicodvb | 2008-01-26 | 3 | -33/+46 |
* | generic functions and structures to parse and statekeep LATM streams | nicodvb | 2008-01-26 | 4 | -0/+207 |
* | in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ... | nicodvb | 2008-01-26 | 1 | -2/+3 |
* | Remove superfluous README file, its content is in the Copyright file. | diego | 2007-12-31 | 1 | -3/+0 |
* | Move some more compiler flags to configure. | diego | 2007-08-09 | 2 | -10/+10 |
* | Move some #defines into configure/config.h. | diego | 2007-08-08 | 2 | -25/+1 |
* | HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached. | diego | 2007-08-07 | 2 | -15/+1 |
* | Simplify CFLAGS handling. | diego | 2007-03-13 | 1 | -3/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -37/+37 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -4/+3 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+2 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Add configure switch to enable fixed-pointed mode of internal libfaad2. | diego | 2006-10-17 | 1 | -3/+5 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 7 | -12/+12 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | Update to faad2 cvs 20040915+MPlayer fixes | rtognimp | 2006-04-18 | 89 | -1427/+2143 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -2/+2 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Unify paths in patch and fix recent breakage, no -ko keyword expansion | diego | 2005-12-11 | 1 | -4/+4 |
* | add fix for sbr_dec.c to local diff, too | rathann | 2005-12-07 | 1 | -2/+15 |
* | add my fix to ps_dec.c to our diff | rathann | 2005-12-07 | 1 | -2/+15 |
* | fix | rathann | 2005-12-05 | 2 | -4/+4 |
* | Update for latest changes. | diego | 2005-08-17 | 1 | -3/+97 |
* | prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp> | alex | 2005-08-16 | 1 | -1/+1 |
* | make more patch-friendly | reimar | 2005-07-06 | 1 | -1/+38 |
* | - correct the argument in configure check for lrintf() to avoid a warning | henry | 2005-05-30 | 1 | -1/+1 |
* | avoid lrintf redeclaration | henry | 2005-05-30 | 1 | -2/+2 |
* | 10l, integer overflow. who uses 14 fractional bits?! only faad developers....... | rfelker | 2005-04-05 | 1 | -2/+2 |
* | 100l, messed up coefficients when improving precision.. | rfelker | 2005-04-04 | 1 | -2/+2 |
* | mplayer changes notice (take 2, 10l to diego :) | rfelker | 2005-03-31 | 1 | -3/+2 |
* | usable downmixing for fixed point mode (take 2, previous patch reversed immed... | rfelker | 2005-03-29 | 1 | -1/+48 |
* | cosmetics: Make diff -R apply without offsets. | diego | 2005-03-01 | 1 | -9/+8 |
* | correct filename | wight | 2005-02-19 | 1 | -1/+1 |
* | Point to local_changes.diff. | diego | 2005-02-19 | 2 | -0/+2 |
* | Sync missing cosmetics from the 2004-07-12 CVS snapshot. | diego | 2005-02-19 | 13 | -41/+44 |
* | Correct CVS snapshot date and provide a little more detail. | diego | 2005-02-19 | 1 | -1/+3 |
* | Remove modification notice from files that have not been locally modified. | diego | 2005-02-19 | 84 | -245/+83 |
* | Remove modification notice from files that have not been locally modified. | diego | 2005-02-19 | 13 | -39/+13 |
* | MPlayer-specific changes to libfaad | diego | 2005-02-16 | 1 | -0/+107 |
* | Fix playback on big-endian systems. | diego | 2004-10-19 | 1 | -9/+3 |
* | Hint at FIXED_POINT for better (SBR) performance. | diego | 2004-10-08 | 1 | -0/+4 |
* | SBR code does NOT work with fixed point (uses floats, slow as hell) | rfelker | 2004-09-27 | 1 | -0/+3 |
* | Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12. | diego | 2004-09-24 | 52 | -4607/+20272 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | More information about modifications to comply more closely with GPL 2a. | diego | 2004-06-23 | 93 | -89/+276 |
* | update to the 2.0 release of faad, patch by adland | diego | 2004-06-02 | 85 | -22637/+26146 |
* | synced with current cvs | alex | 2003-10-03 | 76 | -20024/+18975 |
* | fixed win32 compile problems and broken bigendian support | alex | 2003-09-02 | 3 | -3/+12 |
* | Ignore .depend. | diego | 2003-08-31 | 1 | -0/+1 |
* | libfaad2 v2.0rc1 imported | arpi | 2003-08-30 | 96 | -0/+42879 |