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