summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2007-10-15Remove vdr-1.3.x compability code (it won't work anyway)phintuka
2007-09-18cCharSetConv::SystemCharacterTable() returns NULL if VDR uses internally UTF-8phintuka
2007-06-26Fix compilation with VDR >= 1.5.3 (Patch from Thomas Günther)phintuka
2007-06-21Use the unescaped uri ...phintuka
2007-06-21Log error message if local address can't be translatedphintuka
2007-06-21Unescape request uriphintuka
2007-06-18Metadata scanner updates:phintuka
- parse flac metadata with metaflac (Patch from Petri Helin) - escape double quotes in file names - sort tracks without track number to end of list - re-sort playlist after metadata scanning
2007-06-18Added EscapeMrl()phintuka
2007-06-11Set RTP source addressphintuka
2007-06-11Add index of failure point to error messagephintuka
2007-06-11Add server IP address to UDP discovery broadcastsphintuka
2007-06-11Use server-given IP address instead of broadcast source addressphintuka
if server address is present in discovery reply
2007-06-06Mark strings as constantphintuka
(gcc 4.3.0: deprecated conversion from string constant to 'char*')
2007-03-29MAC headers clean-upphintuka
2007-03-29Fix crash when clearing udp/rtp buffer: lock buffer while frame is being usedphintuka
2007-03-27TCP_CORK is not supported in all systemsphintuka
2007-03-27No TCP_CORK in MAC OS X (Thanks to Tero Siironen)phintuka
2007-03-27No sendfile in MAC OS X (Patch from Tero Siironen)phintuka
2007-03-27MAC OS X : in parameter is constphintuka
2007-03-27Use correct endian.h for MAC OS X (Patch from Tero Siironen)phintuka
2007-03-26Show requested ttl in error messagephintuka
2007-03-14Store tidphintuka
2007-03-14*** empty log message ***phintuka
2007-03-14Use sizeof instead of hard-coded numeric valuesphintuka
String overflow check
2007-03-14Check malloc resultphintuka
2007-03-08Removed include linux/unistd.hphintuka
2007-01-24*** empty log message ***phintuka
2007-01-24min should be max ...phintuka
2007-01-24Define default free buffers larger than 1 when there are no clientsphintuka
2007-01-24Poll returns number of free buffers instead of boolean valuephintuka
2007-01-20Use VDR VideoDir setting instead of "/video" (patch from Ville Skyttä)phintuka
2007-01-20getsockname, getpeernamephintuka
2007-01-20tx_buffer_size(), tx_buffer_free()phintuka
Removed several (now) unused inline functions
2007-01-19Check result of fopen before writephintuka
2007-01-13Initial importphintuka
2007-01-07Fixed header parsingphintuka
Finished cHttpStreamer implementation
2007-01-07cHttpStreamer needs whole HTTP request, not only request rangephintuka
2007-01-07sendfile, cork, nodelayphintuka
osd timeouts increased poller fixed
2007-01-07sendfile, cork, nodelayphintuka
2007-01-07Splitted to interface and several implementation classesphintuka
2007-01-07Added Keep Open flaf to streamerphintuka
2007-01-07Removed cBackgroundWriterphintuka
2007-01-06Removed loggingphintuka
2007-01-06Fixed rtp sending (RTP headers was missing)phintuka
Implemented video PTS based scheduling for audioless trickspeed modes cTimePts moved to time_pts.[ch]
2007-01-06cTimePts moved to time_pts.[ch]phintuka
removed unused last_delay_time
2007-01-06Initial import (moved from udp_pes_scheduler.c)phintuka
2007-01-04Support relative paths with recursive playlist filesphintuka
2007-01-04(Hopefully) better playlist name generationphintuka
2007-01-03Delphintuka
2007-01-03Fixed sortingphintuka
Fixed metainfo cache reading Fixed metainfo cache generating with empty meta info strings Reduced logging Enabled recursive directory scanning Extended playlist name with directory name