summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2003-04-14small simplificationAndreas Heinchen
CVS patchset: 4611 CVS date: 2003/04/14 00:52:42
2003-04-14fixed seeking - no always seeking to keyframesAndreas Heinchen
CVS patchset: 4610 CVS date: 2003/04/14 00:13:36
2003-04-13fixes minor bug, added entry in ChangelogAndreas Heinchen
CVS patchset: 4608 CVS date: 2003/04/13 22:18:48
2003-04-13fixed seeking, now sound is fine after seekingAndreas Heinchen
CVS patchset: 4607 CVS date: 2003/04/13 22:02:18
2003-04-12fix compilation with gcc 2.95.4James Stembridge
CVS patchset: 4590 CVS date: 2003/04/12 12:02:56
2003-04-12more accurate get_lengthAndreas Heinchen
CVS patchset: 4589 CVS date: 2003/04/12 04:30:45
2003-04-11Enable A52 .WAV files.James Courtier-Dutton
Software A52 decode works, SPDIF passthru does not yet. To play one has to select audio channel 1 at the moment. CVS patchset: 4588 CVS date: 2003/04/11 18:16:48
2003-04-10fixed a input_time issue on ogms without soundAndreas Heinchen
CVS patchset: 4585 CVS date: 2003/04/10 18:39:55
2003-04-09another funny real mime typeGuenter Bartsch
CVS patchset: 4577 CVS date: 2003/04/09 12:08:26
2003-04-09another real mimetype (this time from nautilus)Guenter Bartsch
CVS patchset: 4576 CVS date: 2003/04/09 09:57:29
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
CVS patchset: 4575 CVS date: 2003/04/08 18:10:45
2003-04-08- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it ↵Bastien Nocera
to report encrypted streams (for use with encrypted DVDs) CVS patchset: 4573 CVS date: 2003/04/08 14:24:26
2003-04-08Warn user about an encrypted media stream.James Courtier-Dutton
Normally this means the user is playing a DVD without installing libdvdcss. CVS patchset: 4571 CVS date: 2003/04/08 09:43:04
2003-04-07First step to stop the stream if it is encrypted. E.g. DVD with CSS, but not ↵James Courtier-Dutton
libdvdcss. Still needs an event message to the user. CVS patchset: 4570 CVS date: 2003/04/07 21:36:44
2003-04-07missing semicolon reported by John Alexander Thacker ↵Guenter Bartsch
<thacker@polygon.math.cornell.edu> CVS patchset: 4569 CVS date: 2003/04/07 21:28:33
2003-04-06Whoops, wrong indentationMichael Roitzsch
CVS patchset: 4552 CVS date: 2003/04/06 13:43:46
2003-04-06do not use the NAV time on non-clever inputsMichael Roitzsch
(otherwise the time of VOB files copied to HD will reset to 0 on every cell change) CVS patchset: 4551 CVS date: 2003/04/06 13:33:09
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
CVS patchset: 4543 CVS date: 2003/04/06 01:17:10
2003-04-05"perfect" time display for dvdsMiguel Freitas
(see thread on xine-devel for details) CVS patchset: 4540 CVS date: 2003/04/05 12:28:15
2003-04-02keep accepting aud demuxer from accepting asf filesGuenter Bartsch
CVS patchset: 4532 CVS date: 2003/04/02 05:14:10
2003-04-02clean up some unused variablesMike Melanson
CVS patchset: 4531 CVS date: 2003/04/02 03:20:40
2003-03-31all of the audio-only demuxers now operate over non-seekable inputMike Melanson
CVS patchset: 4525 CVS date: 2003/03/31 19:31:54
2003-03-28memleaksMiguel Freitas
CVS patchset: 4503 CVS date: 2003/03/28 14:55:52
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise ↵Miguel Freitas
non-interlaved or bad interleaved files show slider problems - make metronom prebuffer configurable. see metronom.h for comments. CVS patchset: 4501 CVS date: 2003/03/27 18:56:54
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
CVS patchset: 4497 CVS date: 2003/03/27 13:48:03
2003-03-26patch by Andriy Marchenko <adv@adv.org.ua> to fix 8 bit chars in ID3 tagsMichael Roitzsch
CVS patchset: 4490 CVS date: 2003/03/26 15:16:55
2003-03-23png image supportStefan Holst
CVS patchset: 4472 CVS date: 2003/03/23 17:12:26
2003-03-21remove reference of removed variable (wow)Daniel Caujolle-Bert
CVS patchset: 4460 CVS date: 2003/03/21 14:37:40
2003-03-19removing a segfault ;)Stefan Holst
CVS patchset: 4452 CVS date: 2003/03/19 23:22:17
2003-03-19Wrong pixel format for RGB decoderRobin KAY
CVS patchset: 4450 CVS date: 2003/03/19 20:01:04
2003-03-18parse the preview buffer (max 256 bytes) to find the matching pattern (sorry ↵Daniel Caujolle-Bert
Bastien, that revert the offset recent adding, but you agreed) CVS patchset: 4443 CVS date: 2003/03/18 16:29:44
2003-03-18- try going 2 bytes deep into the file before checking for the RIFF headerBastien Nocera
CVS patchset: 4442 CVS date: 2003/03/18 15:42:04
2003-03-18- fix the MP3 detection for streams from live365.comBastien Nocera
CVS patchset: 4441 CVS date: 2003/03/18 13:31:22
2003-03-17take care of NULL audio_fifoDaniel Caujolle-Bert
CVS patchset: 4439 CVS date: 2003/03/17 22:54:44
2003-03-10handle chunks that are bigger than xine's buffersMichael Roitzsch
CVS patchset: 4390 CVS date: 2003/03/10 14:56:58
2003-03-09remove my debuggingMichael Roitzsch
CVS patchset: 4387 CVS date: 2003/03/09 12:18:01
2003-03-09for seekable, non-blocked input (like files), the demuxer reads only 4 bytes,Michael Roitzsch
but dives in much deeper during content detection, which made it falsely claim to handle some AVIs here CVS patchset: 4386 CVS date: 2003/03/09 11:49:01
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
Changes courtesy of Julio Sánchez <j.sanchez AT terra.es> CVS patchset: 4366 CVS date: 2003/03/07 22:19:20
2003-03-07more work on console output cleanupGuenter Bartsch
CVS patchset: 4357 CVS date: 2003/03/07 12:51:47
2003-03-07feels wrong ;)Miguel Freitas
CVS patchset: 4352 CVS date: 2003/03/07 00:44:53
2003-03-06stdin and rawdv fixes from Dan DennedyMiguel Freitas
(includes dvaudio support) CVS patchset: 4350 CVS date: 2003/03/06 23:56:47
2003-03-05Do not autodetect audiostreams on PES stream type 0xBD. That may be ↵Peter Liljenberg
teletext, subtitling or something different, breaking audio completely and causing a lot of corrupted PES packet messages. CVS patchset: 4338 CVS date: 2003/03/05 16:44:51
2003-03-04Mime types cleanup.Thibaut Mattern
CVS patchset: 4333 CVS date: 2003/03/04 22:46:53
2003-03-04Support for a new kind of asx files:Thibaut Mattern
"ASF http://blabla/blabla.asf" This one works now with xine-ui: http://murl.microsoft.com/videos/msr/MSR2000/Schneier_Three_OnDemand_100_100K_320x240.asx CVS patchset: 4331 CVS date: 2003/03/04 19:58:30
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
CVS patchset: 4330 CVS date: 2003/03/04 10:30:27
2003-03-02Detection by content for non seekable input plugins.Thibaut Mattern
CVS patchset: 4320 CVS date: 2003/03/02 17:00:31
2003-03-02Don't eat data from non seekable input plugins in detection by content.Thibaut Mattern
CVS patchset: 4319 CVS date: 2003/03/02 16:01:35
2003-03-02New "streaming" mode.Thibaut Mattern
The avi demuxer works now with non seekable input plugins like http, stdin,... It works well with all my AVIs. CVS patchset: 4317 CVS date: 2003/03/02 15:15:07
2003-02-28do not truncate the last character of the referenceMichael Roitzsch
CVS patchset: 4305 CVS date: 2003/02/28 15:47:52
2003-02-27- Don't read data from non-seekable input plugin in the open() function.Thibaut Mattern
- Change the RIFF parsing to use preview data, this way it works even with non-seekable but previewable input plugins like http. CVS patchset: 4300 CVS date: 2003/02/27 23:34:24