summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_wav.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2009-04-26Merge from 1.1.Darren Salt
2009-04-25Merge -gapless branch.Darren Salt
2009-01-04Merge from 1.1.Darren Salt
2009-01-04Fix WAV demuxer to send the last frames when they don't fit perfectly into th...Matthias Kretz
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-06Merge from 1.1.Darren Salt
2008-05-03Remove unused variables, as reported by GCC 4.3.Diego 'Flameeyes' Pettenò
2008-03-29Merge from 1.1.Darren Salt
2008-03-26Merge from 1.1.Darren Salt
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-24WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first oneKirill Belokurov
2008-01-09Fixed gapless playback.Thibaut Mattern
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all demux plugins to the new identifier/description interface. Add _()...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-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-03-17Use memcmp to check for the WAV signature; use xine_xmalloc rather than simpl...Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2005-06-04Bring AC3 demuxer in line with DTS, support raw, cd and wav sourcesJames Stembridge
2005-05-28DTS demuxer should now handle DTS with fake wav header on the frontJames Stembridge
2005-05-18**BUGFIX**Bastien Nocera
2004-06-14- implemented a crude time-based seeking in the wave demuxerBastien Nocera
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-31more appropriate functionMike 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 benefitBastien Nocera
2004-04-10fix channel swapping reported by Peter AntypasMiguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31Use info_helper functions.Thibaut Mattern
2003-10-12Fix performance issue with mp3 inside wav streams.Thibaut Mattern
2003-09-17remove else block that breaks on any compressed fileMike Melanson
2003-09-01Add warning and check, so that xine does not try to playJames Courtier-Dutton
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-16Fix bug in playing A52 .wav files via SPDIF passthrough.James Courtier-Dutton
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-05-23Some preparations for software decode of .wav dts files.James Courtier-Dutton