index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
input_rip.c
Age
Commit message (
Expand
)
Author
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-04-04
Reorder and pack the structures that are defined inside compilation units ins...
nopadding_no_abi_change
Diego 'Flameeyes' Pettenò
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-07
Wrap the seek_time() and get_current_time() methods when supported by the rea...
Claudio Ciccani
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-05-07
[coverity]
František Dvořák
2005-02-09
Finally commit the plugin loader improvements.
Thibaut Mattern
2005-02-03
**BUGFIX**
František Dvořák
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-10-29
use monotonic clock when available
Miguel Freitas
2004-09-26
- almost finalize headers refactoring needed for MSVC frontends (and for other
František Dvořák
2004-09-20
Build system improvements:
František Dvořák
2004-09-17
Warning patch for Win32 - casted off_t to intmax_t for printing.
František Dvořák
2004-05-09
Valid error description for gethostbyname. Obsolete function hstrerror() has ...
František Dvořák
2003-12-25
Not overwrite regular files by RIP, only add number suffix.
František Dvořák
2003-12-05
- fix crash when sending a security ui message
Bastien Nocera
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-24
Support for large files created by RIP input plugin. It's used fseeko(). When...
František Dvořák
2003-11-23
Oops, now it's compiled OK.
František Dvořák
2003-11-23
Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.
František Dvořák
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-11-08
inform the user of why stream cannot be saved.
Miguel Freitas
2003-11-08
Enclose forbid of saving between ifdefs for people, who may do it.
František Dvořák
2003-11-04
Final patches for compiling xine under MSVC:
František Dvořák
2003-11-02
Fix SEGFAULT beside error if no plugin loaded yet.
František Dvořák
2003-10-24
* notify the user that the save feature is disabled by default
Michael Roitzsch
2003-10-20
Clog the security hole in RIP input plugin. Streams may be saved only into on...
František Dvořák
2003-10-13
Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.
František Dvořák
2003-10-05
Update comment in input_rip.c according to current syntax.
František Dvořák
2003-09-17
Fix one seeking bug in RIP: seeking behind or on savepos, if we are
František Dvořák
2003-09-17
Fix one thing: calling *_read() from original input plugin in the
František Dvořák
2003-09-13
new seeking patch by Frantisek Dvorak <valtri@atlas.cz>
Miguel Freitas
2003-08-22
bugfix, simplify seek
Miguel Freitas
2003-08-21
RIP Input Plugin
Miguel Freitas