summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_elem.c
AgeCommit message (Expand)Author
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30use info_helper functions.Thibaut Mattern
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
2003-05-19oups, stupid me !Thibaut Mattern
2003-05-19use demux helper for content detectionThibaut Mattern
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
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-20log outputGuenter Bartsch
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-29meta info, handling of small files fixedGuenter Bartsch
2002-10-29fix content detection, handles non-seekable streamsGuenter Bartsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27bring the elementary MPEG stream demuxer in line with the latest APIMike Melanson
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-05-27update copyright headersGuenter Bartsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21play() and seek() return now the statusThibaut Mattern
2002-05-19Fix segmentation fault in demux plugins caused by uninitialized dataEwald Snel
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
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-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil