summaryrefslogtreecommitdiff
path: root/src/liba52
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-22Always enable a52dec capabilities for external a52dec.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-04-04Rename xine_decoder.c to xine_a52_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ò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-30Link against libm (missing symbols).Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-18crc.c has not to be compiled, as it's just included inside xine_decoder.c, tr...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-06-02Include crc.c directly from xine_decoder.c since that's the only user of theDarren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-11-21Made a52 decoder happy with valgrind.František Dvořák
2005-09-12new Flameeyes's configure patchesMiguel Freitas
2005-05-29added --with-external-a52dec and --with-external-libmad switchesMiguel Freitas
2005-05-28Correct last commit (cut 'n' paste is dangerous)James Stembridge
2005-05-28Simplify setting of metadataJames Stembridge
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
2004-11-03prevent compiler warnings from the new monotonic clock in xineutils.h meetingMichael Roitzsch
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-03-16changing decoder priorities:Michael Roitzsch
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.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-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-16after James explained how the AC3 PTS tagging works, Miguel and I discoveredMichael Roitzsch
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-04Explain PTS handling.James Courtier-Dutton
2003-11-02fix bug introduced with new PTS handling (where an old PTS would beMiguel Freitas
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-10-06Implement CRC checking in liba52.James Courtier-Dutton
2003-09-15Improve liba52 PTS processing.James Courtier-Dutton
2003-09-01Update XINE INFO with 5.0 and 4.1 A52 modes.James Courtier-Dutton
2003-09-01Add proper support for 4.1 and 5 channel setups.James Courtier-Dutton
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-06-02nice patch, we should keep it for laterMichael Roitzsch
2003-06-02Remove un-needed IMDCT message.James Courtier-Dutton
2003-05-23Fix some problems with playing .avi streams.James Courtier-Dutton
2003-05-17Fix segfaults when liba52 is sent badly demuxed packs.James Courtier-Dutton
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-10Improve sync.James Courtier-Dutton