summaryrefslogtreecommitdiff
path: root/src/libxineadec
AgeCommit message (Expand)Author
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
2004-03-10Remove defunct v4l specific pcm decoderJames Stembridge
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in dsputil...Robin KAY
2004-02-19Mandrake patches fromRocky Bernstein
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-06-16Patch from Jeroen Asselman:Stefan Holst
2003-06-06This #ifdef should come before the if, since thisMichael Roitzsch
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-08This seems to be the original URL (the other was a mirror)Ewald Snel
2003-05-08Sorry, I forgot to add the new file ...Ewald Snel
2003-05-08Add Real 28.8 decoder (a.k.a. RealAudio 2.0)Ewald Snel
2003-03-01Added new line at end of file to remove compiler warning.Stephen Torri
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-14PSX STR demuxer improvements and XA ADPCM decoder courtesy of StuartMike Melanson
2003-02-14avoid allocating random sized bufferMiguel Freitas