summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2003-04-14small simplificationAndreas Heinchen
2003-04-14fixed seeking - no always seeking to keyframesAndreas Heinchen
2003-04-13fixes minor bug, added entry in ChangelogAndreas Heinchen
2003-04-13fixed seeking, now sound is fine after seekingAndreas Heinchen
2003-04-12fix compilation with gcc 2.95.4James Stembridge
2003-04-12more accurate get_lengthAndreas Heinchen
2003-04-11Enable A52 .WAV files.James Courtier-Dutton
2003-04-10fixed a input_time issue on ogms without soundAndreas Heinchen
2003-04-09another funny real mime typeGuenter Bartsch
2003-04-09another real mimetype (this time from nautilus)Guenter Bartsch
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
2003-04-08- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it t...Bastien Nocera
2003-04-08Warn user about an encrypted media stream.James Courtier-Dutton
2003-04-07First step to stop the stream if it is encrypted. E.g. DVD with CSS, but not ...James Courtier-Dutton
2003-04-07missing semicolon reported by John Alexander Thacker <thacker@polygon.math.co...Guenter Bartsch
2003-04-06Whoops, wrong indentationMichael Roitzsch
2003-04-06do not use the NAV time on non-clever inputsMichael Roitzsch
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
2003-04-05"perfect" time display for dvdsMiguel Freitas
2003-04-02keep accepting aud demuxer from accepting asf filesGuenter Bartsch
2003-04-02clean up some unused variablesMike Melanson
2003-03-31all of the audio-only demuxers now operate over non-seekable inputMike Melanson
2003-03-28memleaksMiguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
2003-03-26patch by Andriy Marchenko <adv@adv.org.ua> to fix 8 bit chars in ID3 tagsMichael Roitzsch
2003-03-23png image supportStefan Holst
2003-03-21remove reference of removed variable (wow)Daniel Caujolle-Bert
2003-03-19removing a segfault ;)Stefan Holst
2003-03-19Wrong pixel format for RGB decoderRobin KAY
2003-03-18parse the preview buffer (max 256 bytes) to find the matching pattern (sorry ...Daniel Caujolle-Bert
2003-03-18- try going 2 bytes deep into the file before checking for the RIFF headerBastien Nocera
2003-03-18- fix the MP3 detection for streams from live365.comBastien Nocera
2003-03-17take care of NULL audio_fifoDaniel Caujolle-Bert
2003-03-10handle chunks that are bigger than xine's buffersMichael Roitzsch
2003-03-09remove my debuggingMichael Roitzsch
2003-03-09for seekable, non-blocked input (like files), the demuxer reads only 4 bytes,Michael Roitzsch
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-07feels wrong ;)Miguel Freitas
2003-03-06stdin and rawdv fixes from Dan DennedyMiguel Freitas
2003-03-05Do not autodetect audiostreams on PES stream type 0xBD. That may be teletext...Peter Liljenberg
2003-03-04Mime types cleanup.Thibaut Mattern
2003-03-04Support for a new kind of asx files:Thibaut Mattern
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-03-02Detection by content for non seekable input plugins.Thibaut Mattern
2003-03-02Don't eat data from non seekable input plugins in detection by content.Thibaut Mattern
2003-03-02New "streaming" mode.Thibaut Mattern
2003-02-28do not truncate the last character of the referenceMichael Roitzsch
2003-02-27- Don't read data from non-seekable input plugin in the open() function.Thibaut Mattern