Age | Commit message (Expand) | Author |
2011-12-16 | define _XOPEN_SOURCE before including any system headers | Petri Hintukainen |
2011-07-09 | Fixed 20-bit BluRay PCM audio. In this format samples are padded to 24 bits, ... | Petri Hintukainen |
2011-07-09 | Fixed 24-bit BluRay PCM audio broken by commit 7b6c2dc0ac98. Samples are 24 b... | Petri Hintukainen |
2011-05-15 | Better support for 24-bit lpcm | Christopher Martin |
2010-12-01 | Update nosefart to 2.7-mls, fixes xine bug #84. | František Dvořák |
2010-10-23 | mingw32-w64 port: '-no-undefined' part | František Dvořák |
2010-02-22 | Swap round if/while in LPCM 24-bit handling. | Darren Salt |
2010-01-10 | Fix LPCM 24bit byte stream | Aoi Shinkai |
2010-01-06 | Join multiple chunks before passing to audio out | Petri Hintukainen |
2010-01-06 | Use local variable for buffer size | Petri Hintukainen |
2010-01-06 | Cosmetics | Petri Hintukainen |
2010-01-06 | Decode BluRay PCM header | Petri Hintukainen |
2010-01-06 | Added some debug logging | Petri Hintukainen |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-17 | Avoid libtool running ldconfig (where not needed) at install time. | Darren Salt |
2008-09-17 | Mingw+MSys: NLS support, --enable-stdcall-fixup | Carlo Bramini |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-04-14 | Add boundary check on speex mode, see bug #83.xine-lib-1_1_12-release1.1.12 | Diego 'Flameeyes' Pettenò |
2008-03-28 | fix overreading from input buffer and report lost bytes in lpcm decoder | Kirill Belokurov |
2008-03-27 | take into account CPU endianness when converting 24bit=>16bit samples | Kirill Belokurov |
2008-01-13 | Added data accumulation logic. | Thibaut Mattern |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò |
2007-11-23 | Merge. | Darren Salt |
2007-11-23 | fix one warning; remove unused variable; make float->int conversion a bit mor... | Matthias Kretz |
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-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Fix leak on vorbis decoder as reported by Sander Jansen. | Diego 'Flameeyes' Pettenò |
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an iteratio... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-04 | Move the Speex decoder from libspeex to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Convert to xineplug_LTLIBRARIES. | 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-01-18 | __attribute__(packed) is used on the struct, not on its members. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The nsf decoding plugin uses math functions, link it to libm. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free the filename string and close the file pointer when returning. | Diego 'Flameeyes' Pettenò |
2006-09-25 | Return when the initialisation failed. | 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-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-02 | More static/const fixes from Gentoo. These should probably go upstream. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-04-21 | Add printf format attributes. | Darren Salt |