summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2008-02-19Remove compiler warning (suggest parentheses around && within ||)phintuka
2008-02-19Fix cID3Scanner <-> cPlaylist synchronication:phintuka
- playlist iterator is invalid after playlist modification - scanner might skip files that are added during scan
2008-02-19Remove static variablephintuka
2008-02-19Remove ID3 scanner startup delayphintuka
2008-02-04Split to pes.h, mpeg.h and h264.hphintuka
Move (most) code to pes.c, mpeg.c and h264.c Convert file to plain C so it can be used in xine_input_vdr.c
2008-02-04Adapt to changes in pes.hphintuka
2008-02-04Use packet type macrosphintuka
2008-02-04Initial importphintuka
(Functions moved from pes.h and converted to plain C for use in xine_input_vdr.c)
2008-02-04Initial importphintuka
2008-02-04Data is constant.phintuka
Added checks for EOF.
2008-01-29Initial importphintuka
2008-01-24H.264 detectionphintuka
2008-01-10Enable selecting which metainfo is shown.phelin
2008-01-10Add setup menu for Media player. Options for enabling or disabling metainfo ↵phelin
types, metainfo scanner and metainfo caching.
2008-01-10Combine ID3Scanner command output handling for both metaflac and mp3info.phelin
2008-01-10Add Tracknumber for playlist items.phelin
2008-01-10Replace Track with Title in playlist items.phelin
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