summaryrefslogtreecommitdiff
path: root/src/libxineadec
AgeCommit message (Expand)Author
2007-06-12A nice simple merge from 1.1.Darren Salt
2007-06-01Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa...Diego 'Flameeyes' Pettenò
2007-05-29Use the integer versions of Speex decoding functions, this avoids an iteratio...Diego 'Flameeyes' Pettenò
2007-05-31Move libfaad in contrib/ and contextually move the plugin in src/libxineadec/.Diego 'Flameeyes' Pettenò
2007-05-31Allow building with external a52dec, crc.c is still used.Diego 'Flameeyes' Pettenò
2007-05-31Move xine_a52_decoder.c into libxineadec.Diego 'Flameeyes' Pettenò
2007-05-31Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-05-31Move libmad in libxineadec directory.Diego 'Flameeyes' Pettenò
2007-05-31Move gsm610 sources inside contrib/.Diego 'Flameeyes' Pettenò
2007-05-31Create a single NSF plugin that includes both the demuxer (previously in the ...Diego 'Flameeyes' Pettenò
2007-05-31Move nosefart sources inside contrib/ directory.Diego 'Flameeyes' Pettenò
2007-05-31Merge -newbuild.Darren Salt
2007-05-30Merge from 1.1.Darren Salt
2007-05-12More configure/Makefile cleanupsMatt Messier
2007-05-11Another round of Makefile.am cleanupsMatt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-03Mark vorbis_comment_keys structure constant.Diego 'Flameeyes' Pettenò
2007-05-02Don't allocate the buffer inline in the structure, just allocate it when need...Diego 'Flameeyes' Pettenò
2007-05-02Fix boundary of the for loop.Diego 'Flameeyes' Pettenò
2007-04-19Doxygen documentation.Diego 'Flameeyes' Pettenò
2007-04-18Cleanup, add doxygen comments, add doxygen todos.Diego 'Flameeyes' Pettenò
2007-04-18Cleanup; make variables and parameters constant; improve the float_to_int fun...Diego 'Flameeyes' Pettenò
2007-04-18Now that xine_dts_decoder.c is alone, move it in libxineadec.Diego 'Flameeyes' Pettenò
2007-04-16Simplify handling of internal/external libmpcdec, most of the work is done at...Diego 'Flameeyes' Pettenò
2007-04-11Now that libmpcdec sources are in contrib/ subdirectory, move xine_musepack_d...Diego 'Flameeyes' Pettenò
2007-04-10Rationalise __attribute__((packed)) usage.Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-04Move the Speex decoder from libspeex to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Convert to xineplug_LTLIBRARIES.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-01-18__attribute__(packed) is used on the struct, not on its members.Diego 'Flameeyes' Pettenò
2006-12-25The nsf decoding plugin uses math functions, link it to libm.Diego 'Flameeyes' Pettenò
2006-09-26Free the filename string and close the file pointer when returning.Diego 'Flameeyes' Pettenò
2006-09-25Return when the initialisation failed.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-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-02More static/const fixes from Gentoo. These should probably go upstream.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-04-21Add printf format attributes.Darren Salt
2006-03-07Fixed channels to mode translation in audio decoders.Thibaut Mattern
2005-05-07*BUGFIX*František Dvořák
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-05-12fix compiler warningsMichael Roitzsch
2004-03-17small contribution ;)Thibaut Mattern
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson