summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Collapse)Author
2004-03-28Fix recovery from corrupt video streamJames Stembridge
CVS patchset: 6311 CVS date: 2004/03/28 19:11:32
2004-03-18Fix more messagesPhilipp Hahn
CVS patchset: 6287 CVS date: 2004/03/18 09:07:00
2004-03-08Fix the framerate estimation.Thibaut Mattern
Mike: the revolver rotation is perfect now ;-) CVS patchset: 6236 CVS date: 2004/03/08 23:54:39
2004-03-07- use the asf preroll valueThibaut Mattern
- use timestamp to generate the input_time value instead of the global bitrate - fix some tiny sync pb after a seek Mike: try with your evil streams ;) CVS patchset: 6229 CVS date: 2004/03/07 20:02:40
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
CVS patchset: 6128 CVS date: 2004/02/09 22:24:36
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. ↵Daniel Caujolle-Bert
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better). CVS patchset: 5801 CVS date: 2003/11/26 23:44:08
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15change demux api:Miguel Freitas
- demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-09Do not send the encrypted content to decoders.Thibaut Mattern
CVS patchset: 5715 CVS date: 2003/11/09 14:32:04
2003-11-09Detect encrypted streams.Thibaut Mattern
Looks like DRM... CVS patchset: 5712 CVS date: 2003/11/09 01:40:37
2003-10-28Use info_helper functions.Thibaut Mattern
CVS patchset: 5623 CVS date: 2003/10/28 00:10:18
2003-10-27Use info_helper functionsThibaut Mattern
CVS patchset: 5622 CVS date: 2003/10/27 23:23:29
2003-10-16Support asf stream concatenation.Thibaut Mattern
One more thing requested to support this radio the right way : mms://wms03.nordicwebradio.com/chelsea If you want to play with the new toy : cat stream1.asf stream2.wma stream3.wmv | xine stdin:/ (it doesn't work with incomplete/broken streams) CVS patchset: 5529 CVS date: 2003/10/16 21:38:03
2003-10-14Fix playing of asf stream without video (problem was only for seekable inputs).František Dvořák
CVS patchset: 5518 CVS date: 2003/10/14 06:55:10
2003-10-13Do not seek with a 0 offset.Thibaut Mattern
CVS patchset: 5517 CVS date: 2003/10/13 23:49:01
2003-10-11use bswap.hThibaut Mattern
CVS patchset: 5484 CVS date: 2003/10/11 21:25:04
2003-10-087*8 = 56Thibaut Mattern
The demuxer was waiting for the next keyframe if bad seq was encountered in an audio stream, but there is no keyframe in audio stream. CVS patchset: 5476 CVS date: 2003/10/08 22:53:17
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
CVS patchset: 5456 CVS date: 2003/10/06 15:46:20
2003-09-13Try to fix frame duration.Thibaut Mattern
It's still a ugly hack but it should work better now. CVS patchset: 5359 CVS date: 2003/09/13 11:50:06
2003-09-07- don't skip the last audio packet (simpsons_22films.asf)Thibaut Mattern
- Handle packet "sequence" number. Streaming servers used to discard packets at overrun, it was not detected, causing some bad artifacts and crashes. Now, when a bad sequence is detected, the decoder is reseted and the demuxer waits for a keyframe before sending data to the decoder. This should fix problems with live streams recorded by xine or mmsclient. I've tested with mms TV links from gxine mediamarks. CVS patchset: 5349 CVS date: 2003/09/07 20:10:59
2003-07-27Fix keyframe detection for non-seekable input plugins.Thibaut Mattern
CVS patchset: 5223 CVS date: 2003/07/27 23:35:44
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
2003-07-19Do not try to seek with reference files.Thibaut Mattern
CVS patchset: 5181 CVS date: 2003/07/19 00:18:49
2003-07-16Handle videos with 10s still frames.Thibaut Mattern
CVS patchset: 5165 CVS date: 2003/07/16 00:13:55
2003-06-13- fix sync problem with ffmpeg audio decoderThibaut Mattern
w32dll extract the pts from the first packet of a frame ffmpeg extract the pts from the last one CVS patchset: 5041 CVS date: 2003/06/13 23:53:11
2003-06-13- fix seeking with video only streamsThibaut Mattern
- fix rate and input time with imcomplete streams (simpsons_22films.asf) - remove unneeded timestamp computing CVS patchset: 5039 CVS date: 2003/06/13 20:46:22
2003-06-12Silence (verbosity).Thibaut Mattern
CVS patchset: 5030 CVS date: 2003/06/12 23:37:16
2003-06-12Sorry... remove debug printfThibaut Mattern
CVS patchset: 5029 CVS date: 2003/06/12 23:18:17
2003-06-12- Implement the "seeking to the previous keyframe" behaviorThibaut Mattern
- Cleanup Please test it and report bugs. CVS patchset: 5028 CVS date: 2003/06/12 23:10:16
2003-05-27only send audio/video headers if there is an audio/video streamJames Stembridge
CVS patchset: 4963 CVS date: 2003/05/27 15:20:01
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code ↵Tim Champagne
(more to come). CVS patchset: 4947 CVS date: 2003/05/26 17:00:11
2003-05-24- Try to fix mmsh server detection.Thibaut Mattern
- fix potential segfaults. try with this mrl: http://sfera.netfiles.gr/rockradio CVS patchset: 4921 CVS date: 2003/05/24 14:11:24
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
CVS patchset: 4691 CVS date: 2003/04/26 20:15:52
2003-04-26I guess there is no reason to discard audio buffers because no video ↵Thibaut Mattern
keyframe has been reached. CVS patchset: 4690 CVS date: 2003/04/26 20:09:16
2003-03-28memleaksMiguel Freitas
CVS patchset: 4503 CVS date: 2003/03/28 14:55:52
2003-03-07more work on console output cleanupGuenter Bartsch
CVS patchset: 4357 CVS date: 2003/03/07 12:51:47
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-02-23Fix memory leakEwald Snel
CVS patchset: 4261 CVS date: 2003/02/23 09:06:54
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-15- stupid me (#define LOG)Thibaut Mattern
- new mime type CVS patchset: 4167 CVS date: 2003/02/15 12:42:52
2003-02-15- http ref supportThibaut Mattern
- debug printf fixes CVS patchset: 4166 CVS date: 2003/02/15 11:21:01
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
- new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03
2003-01-30Fix segfault with ↵Daniel Caujolle-Bert
mms://wmsao7.terra.com.br/mib/113024.wmv?url=32162840123114R16079 CVS patchset: 4051 CVS date: 2003/01/30 22:31:21
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
- remove old avi subtitle hack CVS patchset: 4046 CVS date: 2003/01/29 18:53:54