summaryrefslogtreecommitdiff
path: root/src/libfaad
AgeCommit message (Expand)Author
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2008-11-07aac channel ordering for multi-channel audioMatthias Dahl
2008-08-13Allow (and prefer) use of external libfaad.Darren Salt
2008-08-13Remove faad.h since we don't use it.Darren Salt
2008-08-13Update to libfaad 2.6.1, fixing a crash with a corrupted AAC file.Darren Salt
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-12-13If the number of channels is not in the known cases, return a failure.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-06-08Fix build issues on systems which need our internal asprintf.Darren Salt
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2007-04-04Rename xine_decoder.c to xine_faad_decoder.c.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-25The faad decoding plugin uses math functions, link it to libm.Diego 'Flameeyes' Pettenò
2006-09-26Don't do anything if cfft is NULL, or dereferencing it might lead to crashes.Diego 'Flameeyes' Pettenò
2006-09-26Remove unused if checks on free.Diego 'Flameeyes' Pettenò
2006-09-26Fix an off by one identified by Coverity Scan, CID 136.Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-30Change in32 in int32_t to fix building on some systems, as reported by Reinha...Diego 'Flameeyes' Pettenò
2006-06-17Add patch for faad 5.1 support, sent by Darren Salt on mailing list.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-03Use the actually-implemented interface instead of the out-of-date faad.h.Darren Salt
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-30update the tree diffMike Melanson
2005-10-30porting custom xine tree fixesMike Melanson
2005-10-30distribute the correct set of files when building releasesMike Melanson
2005-10-30forgot to add the new files from the updated versionMike Melanson
2005-10-29update libfaad2 to CVS snapshot 2004-09-15Mike Melanson
2005-07-17More codec description detailJames Stembridge
2005-06-04Make sure bits per sample is always setJames Stembridge
2005-05-30No need to guess parameters, faad will read them from ADTS/ADIF headerJames Stembridge
2005-05-21Avoid integer overflow in bitrate calculationJames Stembridge
2005-05-21Estimate AAC bitrateJames Stembridge
2005-05-21**BUGFIX**James Stembridge
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-15warning fixesMichael Roitzsch
2004-12-03Update to libfaad2 2.0.Thibaut Mattern
2004-11-29Fix playback of some recent NSV streams with AAC.Thibaut Mattern
2004-10-08unify the two patches for the same file into oneMichael Roitzsch
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-06-01Standardise prefix of debug output with error messagesJames Stembridge
2004-06-01Tighter checking on header for presence of codec init dataJames Stembridge
2004-05-241) Support AAC in AVIJames Stembridge