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_rtsp.c
Age
Commit message (
Expand
)
Author
2007-02-20
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").
Diego 'Flameeyes' Pettenò
2007-01-19
Make get_mrl return a const char * too.
Diego 'Flameeyes' Pettenò
2007-01-18
Make get_description function return a const char * rather than just a char *...
Diego 'Flameeyes' Pettenò
2006-12-22
Removed INPUT_CAP_NOCACHE.
Claudio Ciccani
2006-12-18
Partially implemented RTSP seekability:
Claudio Ciccani
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-04-05
1) various warning fixes
František Dvořák
2005-10-14
input plugin time seeking patch.
Miguel Freitas
2005-02-06
Added a plugin_node_t pointer to the input plugin struct.
Thibaut Mattern
2004-07-20
Add const to get_identifier return type since that's n fact what it
Rocky Bernstein
2004-06-13
implement steps 1, 2, 3 and 4 of the seeking proposal:
Miguel Freitas
2003-12-14
API version bounce
Siggi Langauf
2003-11-27
fix compiler warning about LOG_MODULE being redefined
Michael Roitzsch
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-10-19
Disable saving of real streams - will make users angry but will stop real fro...
James Stembridge
2003-05-02
fix compilation with LOG defined: mrl undeclared
Michael Roitzsch
2003-04-26
bump up input plugin interface version number
Guenter Bartsch
2003-04-13
use xine_read_abort
Miguel Freitas
2003-04-13
Input plugin api change:
Thibaut Mattern
2003-02-28
Xine assert() replacement:
Stephen Torri
2003-01-31
- MAX_PREVIEW_SIZE = 4096
Miguel Freitas
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-16
real streaming fixes:
Stefan Holst
2002-12-15
- set high water marks to higher values in http, pnm and
Stefan Holst
2002-12-14
- rtsp audio only streams now work better
Stefan Holst
2002-12-12
* Initial version of an rtsp input plugin. It is far from being perfect,
Stefan Holst