summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Expand)Author
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
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-03no logging by defaultGuenter Bartsch
2002-11-03never read() from a non-seekable input plugin in content detection stage (oth...Guenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27asf content detection for seekable, but non-preview input pluginsGuenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-22Fix a warning.Thibaut Mattern
2002-10-22Changed non standard comment (//).Stephen Torri
2002-10-21Oups...Thibaut Mattern
2002-10-21open_plugin cleanup + fixThibaut Mattern
2002-10-20important: call demuxer_stop from demuxer_disposeGuenter Bartsch
2002-10-20stream_info fixesGuenter Bartsch
2002-10-20whoups. wrong constants used for stream type detection methodGuenter Bartsch
2002-10-20return of the asf demuxerGuenter Bartsch
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-12enable the ASF demuxer to seek immediatelyMike Melanson
2002-09-1964 bits timestamping to avoid overflows (usefull for livestreams where timest...Guenter Bartsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-27- Use BUF_FLAG_SEEK.Thibaut Mattern