Age | Commit message (Expand) | Author |
2009-04-25 | Merge -gapless branch. | Darren Salt |
2009-01-04 | Fix WAV demuxer to send the last frames when they don't fit perfectly into th... | Matthias Kretz |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-01-09 | Fixed gapless playback. | Thibaut Mattern |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-24 | WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one | Kirill Belokurov |
2007-03-17 | Use memcmp to check for the WAV signature; use xine_xmalloc rather than simpl... | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2005-06-04 | Bring AC3 demuxer in line with DTS, support raw, cd and wav sources | James Stembridge |
2005-05-28 | DTS demuxer should now handle DTS with fake wav header on the front | James Stembridge |
2005-05-18 | **BUGFIX** | Bastien Nocera |
2004-06-14 | - implemented a crude time-based seeking in the wave demuxer | Bastien Nocera |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-31 | more appropriate function | Mike Melanson |
2004-05-31 | - oops, some debug in there... | Bastien Nocera |
2004-05-31 | - get the file length using seek() instead of the data_TAG, for the benefit | Bastien Nocera |
2004-04-10 | fix channel swapping reported by Peter Antypas | Miguel Freitas |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | change demux api: | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-31 | Use info_helper functions. | Thibaut Mattern |
2003-10-12 | Fix performance issue with mp3 inside wav streams. | Thibaut Mattern |
2003-09-17 | remove else block that breaks on any compressed file | Mike Melanson |
2003-09-01 | Add warning and check, so that xine does not try to play | James Courtier-Dutton |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-16 | Fix bug in playing A52 .wav files via SPDIF passthrough. | James Courtier-Dutton |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-05-23 | Some preparations for software decode of .wav dts files. | James Courtier-Dutton |
2003-05-09 | Support A52 .WAV files that think they are PCM, but in fact the content is A52. | James Courtier-Dutton |
2003-04-17 | cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de> | Miguel Freitas |
2003-04-11 | Enable A52 .WAV files. | James Courtier-Dutton |
2003-03-31 | all of the audio-only demuxers now operate over non-seekable input | Mike Melanson |
2003-03-07 | more work on console output cleanup | Guenter Bartsch |
2003-02-22 | Fix memory leak | Ewald Snel |
2003-01-23 | preparations for beta3: | Miguel Freitas |
2003-01-19 | eliminate "vital stats" printout, long obsoleted by UI's info dialog | Mike Melanson |
2003-01-17 | fix several segfaults with -A null | Miguel Freitas |
2003-01-10 | have length in miliseconds too | Miguel Freitas |
2003-01-10 | internal input_time is miliseconds now | Miguel Freitas |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-08 | - get xine_demux_control_headers_done() out of the demuxers. | Miguel Freitas |