summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Expand)Author
2003-07-27Fix keyframe detection for non-seekable input plugins.Thibaut Mattern
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-19Do not try to seek with reference files.Thibaut Mattern
2003-07-16Handle videos with 10s still frames.Thibaut Mattern
2003-06-13- fix sync problem with ffmpeg audio decoderThibaut Mattern
2003-06-13- fix seeking with video only streamsThibaut Mattern
2003-06-12Silence (verbosity).Thibaut Mattern
2003-06-12Sorry... remove debug printfThibaut Mattern
2003-06-12- Implement the "seeking to the previous keyframe" behaviorThibaut Mattern
2003-05-27only send audio/video headers if there is an audio/video streamJames Stembridge
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code (...Tim Champagne
2003-05-24- Try to fix mmsh server detection.Thibaut Mattern
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-26I guess there is no reason to discard audio buffers because no video keyframe...Thibaut Mattern
2003-03-28memleaksMiguel Freitas
2003-03-07more work on console output cleanupGuenter Bartsch
2003-03-04Mime types cleanup.Thibaut Mattern
2003-03-04Support for a new kind of asx files:Thibaut Mattern
2003-02-23Fix memory leakEwald Snel
2003-02-22- detect ASF streams by content (only tested on PPC, please fix for little en...Bastien Nocera
2003-02-15- stupid me (#define LOG)Thibaut Mattern
2003-02-15- http ref supportThibaut Mattern
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-30Fix segfault with mms://wmsao7.terra.com.br/mib/113024.wmv?url=32162840123114...Daniel Caujolle-Bert
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
2003-01-29- preliminary support for reference streams parsing at xine-lib (theyMiguel Freitas
2003-01-26- Little cleanupThibaut Mattern
2003-01-26Better error correction handlingThibaut Mattern
2003-01-23preparations for beta3:Miguel Freitas
2003-01-18Cleanup.Thibaut Mattern
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-09we must use a much higher wrap threshold for asf than mpeg. i haveMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-04amazing but true: there are asf stream with discontinuities out there, so dem...Guenter Bartsch
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-18log outputGuenter Bartsch
2002-12-13always set input_pos and input_time on both, audio and video buffersGuenter Bartsch
2002-12-12Uses asfheader.hThibaut Mattern
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-06less verboseMiguel Freitas
2002-12-02- Fix segfault when there is no audio driver.Thibaut Mattern
2002-12-01Big update :Thibaut Mattern
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20I think it was a typo.Thibaut Mattern
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-20Enable ASF demuxer to recognise and skip over control streamsRobin KAY
2002-11-18seeking to keyframes should work again, better than ever! :)Miguel Freitas
2002-11-13another mime-typeGuenter Bartsch