index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
/
demux_eawve.c
Age
Commit message (
Expand
)
Author
2004-01-09
- rework semantics of some buffer flags. check buffer.h for details.
Miguel Freitas
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
change demux api:
Miguel Freitas
2003-11-13
define FOURCC only once
Marco Zuehlke
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-30
use info_helper functions.
Thibaut Mattern
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-07-25
small housekeeping: demuxer api seeks in miliseconds
Miguel Freitas
2003-07-16
more cleanup; remove unused variables; use lprintf
Marco Zuehlke
2003-07-03
cleaning up; removing unused stuff
Marco Zuehlke
2003-04-26
bumping up demux plugin interface version numbers, update copyright notices
Guenter Bartsch
2003-01-10
have length in miliseconds too
Miguel Freitas
2003-01-10
internal input_time is miliseconds now
Miguel Freitas
2003-01-04
add 2 demuxer groups (audio and games) with multiple plugins at the
Miguel Freitas
2002-12-21
Cleaned up the source little
Robin KAY
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-08
- get xine_demux_control_headers_done() out of the demuxers.
Miguel Freitas
2002-11-28
Extended demuxer API with the methods get_capabilities() and get_optional_dat...
Peter Liljenberg
2002-11-26
change demux_eawve to use forward seeking. quick hack to input_http to suppor...
Robin KAY
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-09
beginnings of the get_video/audio_frame api
Guenter Bartsch
2002-11-03
fix memleak
Guenter Bartsch
2002-11-03
Reject non-seekable sources in the content detection stage rather than in gen...
Robin KAY
2002-11-03
never read() from a non-seekable input plugin in content detection stage (oth...
Guenter Bartsch
2002-11-03
Cleaned up WVE demuxer slightly.
Robin KAY
2002-11-02
added Robin Kay's EA WVE demuxer
Mike Melanson