summaryrefslogtreecommitdiff
path: root/src/input/librtsp
AgeCommit message (Expand)Author
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-11-15Fix compilation of Fedora.Chris Rankin
2012-11-13rtsp: added support for basic http authenticationPetri Hintukainen
2012-11-13rtsp: notify user with XINE_MSG_AUTHENTICATION_NEEDED if rtsp fails with erro...Petri Hintukainen
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Merge from 1.1.Darren Salt
2009-09-28RTSP debug build fixNicos Gollan
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-07Don't overuse sscanf().Diego 'Flameeyes' Pettenò
2008-05-07Use strn?dup instead of alloc + strn?cpy.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-01-16Put under #if 0 a few functions that never gets used in xine at all.Diego 'Flameeyes' Pettenò
2008-01-11Merge from 1.1.Darren Salt
2008-01-11Fix a buffer overflow in the RTSP header-handling code.Darren Salt
2007-12-23Mark tables static as well as totally constant.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Use strndup.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf where possible.Diego 'Flameeyes' Pettenò
2007-12-18Use variable-sized arrays rather than allocated buffers.Diego 'Flameeyes' Pettenò
2007-12-13Make sourcea bytes buffer.Diego 'Flameeyes' Pettenò
2007-12-13Make rtsp_read_data accept a void* parameter for buffer.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-10Remove -D_LARGEFILE64_SOURCE from AM_CPPFLAGSMatt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2006-12-22In rtsp_session_read(): return the actual amount of bytes read.Claudio Ciccani
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-18Partially implemented RTSP seekability:Claudio Ciccani
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-03-18[coverity]Thibaut Mattern
2005-04-16address buffer overflow conditionMike Melanson
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák