summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_asf.c
AgeCommit message (Expand)Author
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
2002-08-27- remove an unused variableThibaut Mattern
2002-08-27- Use bitrate to choose the best video stream and the best audio stream.Thibaut Mattern
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05- win32 bugfixesMiguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-02make audio only streams work againGuenter Bartsch
2002-06-21no need to include win32 headers anymoreMiguel Freitas
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07codec reporting apiMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-03provide function to convert endianess of BITMAPINFOHEADER (when reading data ...Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21start() and seek() return now the status.Thibaut Mattern
2002-05-13Complete the previous patch.Thibaut Mattern
2002-05-13Fix seeking problem after demuxer finishedThibaut Mattern
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-19patch from Andrei Lahun to use keyframes on seekingMiguel Freitas
2002-04-12ignore first pts (timestamp) after seeking (not reliable, i don't knowMiguel Freitas
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-26new patch from Andrei Lahun to choose stream idMiguel Freitas
2002-03-19improved buffering for audio-only streamsGuenter Bartsch
2002-03-18make asf demuxer handle audio-only streams (important for webradios\! #-))) a...Guenter Bartsch
2002-03-17more asf demuxer fixesGuenter Bartsch
2002-03-17make ffmpeg recognize asf frame rate hints, small asf demuxer fixesGuenter Bartsch
2002-03-17trying to improve flag interpretation, need to find test streamsGuenter Bartsch
2002-03-17another attempt on frame rate detectionGuenter Bartsch
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-02-03asf patch submitted by Andrei LahunGuenter Bartsch
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch
2002-01-06better support for live streamed asf filesGuenter Bartsch
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-26dammit...how big these asf fragments can be??? i doesnt make any difference now.Miguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17commenting some debug messagesMiguel Freitas