summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_wav.c
AgeCommit message (Expand)Author
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
2003-05-09Support A52 .WAV files that think they are PCM, but in fact the content is A52.James Courtier-Dutton
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-11Enable A52 .WAV files.James Courtier-Dutton
2003-03-31all of the audio-only demuxers now operate over non-seekable inputMike Melanson
2003-03-07more work on console output cleanupGuenter Bartsch
2003-02-22Fix memory leakEwald Snel
2003-01-23preparations for beta3:Miguel Freitas
2003-01-19eliminate "vital stats" printout, long obsoleted by UI's info dialogMike Melanson
2003-01-17fix several segfaults with -A nullMiguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27load up the XINE_STREAM_INFO_HAS_AUDIO/VIDEO informationMike Melanson
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
2002-10-23bring the WAV demuxer in line with the latest API revisionMike Melanson
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-05Backing out changes to endian translation macrosRobin KAY