summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_eawve.c
AgeCommit message (Expand)Author
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.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-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30use info_helper functions.Thibaut Mattern
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
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-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21Cleaned up the source littleRobin KAY
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
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-26change demux_eawve to use forward seeking. quick hack to input_http to suppor...Robin KAY
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-03fix memleakGuenter Bartsch
2002-11-03Reject non-seekable sources in the content detection stage rather than in gen...Robin KAY
2002-11-03never read() from a non-seekable input plugin in content detection stage (oth...Guenter Bartsch
2002-11-03Cleaned up WVE demuxer slightly.Robin KAY
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson