summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
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
2003-02-27we should call open_ac3_file() for METHOD_BY_EXTENSION as well, because itMichael Roitzsch
initializes the demuxer's info from the file CVS patchset: 4298 CVS date: 2003/02/27 22:26:48
2003-02-23arm patch by dilb, bigger wrap treshhold for enix streamsGuenter Bartsch
CVS patchset: 4272 CVS date: 2003/02/23 22:07:06
2003-02-23Fix memory leakEwald Snel
CVS patchset: 4261 CVS date: 2003/02/23 09:06:54
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4254 CVS date: 2003/02/22 16:46:49
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4253 CVS date: 2003/02/22 15:00:43
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4252 CVS date: 2003/02/22 14:42:58
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4246 CVS date: 2003/02/22 14:06:47
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4245 CVS date: 2003/02/22 13:20:30
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4244 CVS date: 2003/02/22 10:55:46
2003-02-22FILM demuxer now operates over non-seekable input; also implementedMike Melanson
time-based seeking CVS patchset: 4243 CVS date: 2003/02/22 07:20:25
2003-02-22Interplay movie demuxer now operates over non-seekable inputMike Melanson
CVS patchset: 4242 CVS date: 2003/02/22 06:48:55
2003-02-22- detect ASF streams by content (only tested on PPC, please fix for little ↵Bastien Nocera
endian machines), fixes problems with ASF files hidden under other suffixes CVS patchset: 4241 CVS date: 2003/02/22 02:28:12
2003-02-22WC3 movie demuxer now works over non-seekable inputMike Melanson
CVS patchset: 4240 CVS date: 2003/02/22 01:38:10
2003-02-22YUV4MPEG2 demuxer now operates over non-seekable inputMike Melanson
CVS patchset: 4239 CVS date: 2003/02/22 01:23:07
2003-02-22Id CIN demuxer now works on top of non-seekable inputMike Melanson
CVS patchset: 4237 CVS date: 2003/02/22 01:11:54
2003-02-21- inform the width and height for the v4l input plugin, remove plenty of nastyBastien Nocera
printf's, name the yuv_frames plugin properly CVS patchset: 4235 CVS date: 2003/02/21 19:13:15
2003-02-21stray debug statementMike Melanson
CVS patchset: 4229 CVS date: 2003/02/21 05:24:36
2003-02-21added support for QT reference atomsMike Melanson
CVS patchset: 4228 CVS date: 2003/02/21 04:51:22
2003-02-20yea verily, the QT demuxer now operates on top of non-seekable inputMike Melanson
(under certain constraints) CVS patchset: 4214 CVS date: 2003/02/20 05:34:52