summaryrefslogtreecommitdiff
path: root/src/libmad
AgeCommit message (Expand)Author
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-07Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.Darren Salt
2008-01-23Fixed pts handling, used the amount of data stored in the internal buffer to ...Thibaut Mattern
2008-01-19Be sure libmad has enough data.Thibaut Mattern
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-05-31Don't include the local copy of frame.h and synth.h when building with extern...Diego 'Flameeyes' Pettenò
2007-04-06Remove executable status from all files which shouldn't have it.Darren Salt
2007-04-04Rename xine_decoder.c to xine_mad_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ò
2006-09-26Initialise values for mad_fixed_64{hi,lo}_t variables, for safety.Diego 'Flameeyes' Pettenò
2006-09-26Initialise hi/lo values for safety.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-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-09-12new Flameeyes's configure patchesMiguel Freitas
2005-05-29added --with-external-a52dec and --with-external-libmad switchesMiguel Freitas
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-04-28updating forgotten file to libmad 0.15.1b fixes compiler warningMichael Roitzsch
2004-04-22update libmad to 0.15.1bMiguel Freitas
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-14hey, I've always wondered who was in charge of all that MPEG decodingMike Melanson
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-12- ignore CRC errors when decoding MP3s, so that Bastien can listen to his bro...Bastien Nocera
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-06Do not set stream/meta info if the demuxer has already done the job.Thibaut Mattern
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-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-01-31update ffmpegMiguel Freitas
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-03Assumes this job.Thibaut Mattern
2002-12-21Fix memory leaksEwald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-21Fix BUF_FLAG_PREVIEW problem (ie don't repeat first second).Thibaut Mattern
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract stream/met...Guenter Bartsch
2002-10-19set audio_outGuenter Bartsch