summaryrefslogtreecommitdiff
path: root/src/xine-engine/input_rip.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-04Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_changeDiego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-07Wrap the seek_time() and get_current_time() methods when supported by the rea...Claudio Ciccani
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-05-07[coverity]František Dvořák
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-29use monotonic clock when availableMiguel Freitas
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-20Build system improvements:František Dvořák
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2003-12-25Not overwrite regular files by RIP, only add number suffix.František Dvořák
2003-12-05- fix crash when sending a security ui messageBastien Nocera
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). When...František Dvořák
2003-11-23Oops, now it's compiled OK.František Dvořák
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-08inform the user of why stream cannot be saved.Miguel Freitas
2003-11-08Enclose forbid of saving between ifdefs for people, who may do it.František Dvořák
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-11-02Fix 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 defaultMichael Roitzsch
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into on...František Dvořák
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
2003-10-05Update comment in input_rip.c according to current syntax.František Dvořák
2003-09-17Fix one seeking bug in RIP: seeking behind or on savepos, if we areFrantišek Dvořák
2003-09-17Fix one thing: calling *_read() from original input plugin in theFrantišek Dvořák
2003-09-13new seeking patch by Frantisek Dvorak <valtri@atlas.cz>Miguel Freitas
2003-08-22bugfix, simplify seekMiguel Freitas
2003-08-21RIP Input PluginMiguel Freitas