summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2004-01-10converting those weird linebreaks (this file was using \r instead of \n)Michael Roitzsch
2004-01-10start the multi stream support.Thibaut Mattern
2004-01-10RealVideo support for the matroska demuxer.Thibaut Mattern
2004-01-09Put stream_info into a struct on it's own.Marco Zuehlke
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-08check for recognised codecsJames Stembridge
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
2004-01-05i guess this field is missing hereMiguel Freitas
2004-01-05Discontinuity handlingThibaut Mattern
2004-01-05Do not read from non seekable input plugins.Thibaut Mattern
2004-01-05bad coding convention, bad!Mike Melanson
2004-01-05Initial matroska demuxer.Thibaut Mattern
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
2004-01-04- skip the ultravox metadata headers (gets us further in playing back winamp....Bastien Nocera
2004-01-04added IFF-16SV support to iff-demuxerManfred Tremmel
2004-01-03some changes to build iff-demuxerManfred Tremmel
2004-01-03new IFF demuxer, currently only IFF-8SVX support, but more in the futureManfred Tremmel
2003-12-30check if MAX_STREAMS is exceed and do not crash...Miguel Freitas
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas
2003-12-23fix wrong format string and superfluous argumentMichael Roitzsch
2003-12-21speed improvement of my last change, thanks ThibautManfred Tremmel
2003-12-20solved some big-endian problemesManfred Tremmel
2003-12-20Was picking up wrong field to get SPU id in SVCD subtitles. There's stillRocky Bernstein
2003-12-19initial commit for raw AAC file demuxerMike Melanson
2003-12-12add some version checkingJames Stembridge
2003-12-10housekeeping:Miguel Freitas
2003-12-10- remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for thatBastien Nocera
2003-12-09Fix crash with really long subtitle/language names in ogm/off filesBastien Nocera
2003-12-09id3v2 "genre" parsing.Thibaut Mattern
2003-12-08- "Genre" list.Thibaut Mattern
2003-12-08- Fix wrong tag header constants.Thibaut Mattern
2003-12-07arghThibaut Mattern
2003-12-07v2.3 is here...Thibaut Mattern
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
2003-12-06Discard MPEG video in content detection.Thibaut Mattern
2003-12-06Recognize SVCD OGT and CVD subtitle streams.Rocky Bernstein
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03avoid crashing with big wavex headers.Miguel Freitas
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
2003-12-02abort() is not an acceptable way of handling errors in libxine...Miguel Freitas
2003-11-29fix divzeroMiguel Freitas
2003-11-29yes, i had no ogg installed before...Miguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26oops, wrong bit.Thibaut Mattern
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-23- use buf->max_size instead of 2048Thibaut Mattern
2003-11-18disqualify another type of RIFF file (4xm files)Mike Melanson