summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2003-11-17compute the proper initial frame durationMike Melanson
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in streams...James Courtier-Dutton
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-16revised demuxer to use correct framerate, supply stream length, andMike Melanson
2003-11-16Fix index reading with file >2Go.Thibaut Mattern
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15Miguel obviously has no Ogg installed ...Michael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15change demux api:Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-11try to improve sync after a seek:Thibaut Mattern
2003-11-09Do not send the encrypted content to decoders.Thibaut Mattern
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
2003-11-09Detect encrypted streams.Thibaut Mattern
2003-11-05dropping old demux_pesMichael Roitzsch
2003-11-03big patch...Thibaut Mattern