Age | Commit message (Expand) | Author |
2010-07-18 | Fix metronome not getting audio PTS | Günter Merz |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-04-25 | Merge -gapless branch. | 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-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-01-10 | Added audio padding handling. | Thibaut Mattern |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-05-31 | Don't include the local copy of frame.h and synth.h when building with extern... | Diego 'Flameeyes' Pettenò |
2008-04-07 | Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8. | Darren Salt |
2008-01-23 | Fixed pts handling, used the amount of data stored in the internal buffer to ... | Thibaut Mattern |
2008-01-19 | Be sure libmad has enough data. | Thibaut Mattern |
2007-04-06 | Remove executable status from all files which shouldn't have it. | Darren Salt |
2007-04-04 | Rename xine_decoder.c to xine_mad_decoder.c. | 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ò |
2006-09-26 | Initialise values for mad_fixed_64{hi,lo}_t variables, for safety. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Initialise hi/lo values for safety. | 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-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-09-12 | new Flameeyes's configure patches | Miguel Freitas |
2005-05-29 | added --with-external-a52dec and --with-external-libmad switches | Miguel Freitas |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-04-28 | updating forgotten file to libmad 0.15.1b fixes compiler warning | Michael Roitzsch |
2004-04-22 | update libmad to 0.15.1b | Miguel Freitas |
2004-03-16 | changing decoder priorities: | Michael Roitzsch |
2004-03-14 | hey, I've always wondered who was in charge of all that MPEG decoding | Mike Melanson |
2004-01-12 | it 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-14 | API version bounce | Siggi Langauf |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | Do not set stream/meta info if the demuxer has already done the job. | Thibaut Mattern |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-01-31 | update ffmpeg | Miguel Freitas |
2003-01-11 | Fix 'crackling sound' at the beginning of some MPEG files | Ewald Snel |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-03 | Assumes this job. | Thibaut Mattern |
2002-12-21 | Fix memory leaks | Ewald Snel |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-19 | Fix undefined symbols (link to appropriate libraries) | Ewald Snel |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |