index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_stdin_fifo.c
Age
Commit message (
Expand
)
Author
2003-03-06
stdin and rawdv fixes from Dan Dennedy
Miguel Freitas
2003-02-20
fixed copious bugs in the _read(), _seek() and _get_current_pos()
Mike Melanson
2003-01-31
- MAX_PREVIEW_SIZE = 4096
Miguel Freitas
2003-01-17
fifo: MRLs should work now
Michael Roitzsch
2002-12-27
man errno: "must not be explicitly declared; errno may be a macro"
Miguel Freitas
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-12
fix stdin plugin, cosmetic cleanups in mp3 demuxer
Guenter Bartsch
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-17
bring eject back: no eject function if the plugin does not support it
Michael Roitzsch
2002-11-07
return of the stdin plugin
Guenter Bartsch
2002-10-31
adapt input plugins to new MRL syntax
Michael Roitzsch
2002-10-23
fix capabilites (preview)
Guenter Bartsch
2002-09-06
introduce "const"
Michael Roitzsch
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-07-05
Bump up version numbers due to changes in xine_t
Michael Roitzsch
2002-05-25
patch from Michael Roitzsch:
Siggi Langauf
2002-05-05
Fixed mrl checking (mrl:// wasn't respected).
Daniel Caujolle-Bert
2002-04-24
Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a bad
Daniel Caujolle-Bert
2002-04-23
Increment audio/video/spu decoder and input plugin API version number
Ewald Snel
2002-04-23
Fix memory leaks by disposing input, demux and decoder plugins at exit
Ewald Snel
2002-03-23
moved network buffering to a seperate file so all network/stream input plugins
Guenter Bartsch
2002-03-19
added preview feature to stdin input plugin
Guenter Bartsch
2002-02-17
big debug output cleanup. removed debug output from log window, logging
Guenter Bartsch
2002-01-02
Correct spelling of __VA_ARGS__ macro
Juergen Keil
2001-12-27
Add intl support + more logging messages.
Daniel Caujolle-Bert
2001-11-18
new configfile interface, code cleanup, xprintf is gone
Guenter Bartsch
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-10-20
big event cleanup: one single mechanism is now used for all communications be...
Guenter Bartsch
2001-10-17
demux / input plugin interface change, init functions now have access to the ...
Guenter Bartsch
2001-10-05
Errors returned from read(2) system call were ignored in most input plugins
Juergen Keil
2001-09-08
rich's patches (menu support)
Guenter Bartsch
2001-08-17
Add xine_seek() and friends.
Daniel Caujolle-Bert
2001-07-27
One step back. It seems last changes about devfs will never fixed the problems.
Daniel Caujolle-Bert
2001-07-27
More check about devfs support. Dont call open() in non blocking mode if it's
Daniel Caujolle-Bert
2001-07-10
Fixed get_dir in input plugins. Fixed a strange header inclusion bug
Daniel Caujolle-Bert
2001-07-01
extended input plugin api for interactive menus and seamless branching
Guenter Bartsch
2001-05-30
Fixed demux* get current position calls.
Daniel Caujolle-Bert
2001-05-07
Check and comply with devfs (i hope).
Daniel Caujolle-Bert
2001-05-07
Add new mrl_t **get_dir functionality. Fix crash if audio driver == NULL.
Daniel Caujolle-Bert
2001-05-06
stdin plugin cannot handle local files
Guenter Bartsch
2001-05-06
Re-enable and sync input plugins. RTP one should be broken.
Daniel Caujolle-Bert
2001-04-18
Initial revision
Daniel Caujolle-Bert