summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2009-06-06Merge from trunk:unlabeled-1.34.2phintuka
revision 1.39 date: 2009/06/01 14:33:11; author: phintuka; state: Exp; lines: +10 -11 Eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules). Initialize data in declaration. ---------------------------- revision 1.38 date: 2009/03/31 10:34:32; author: phintuka; state: Exp; lines: +2 -2 Fixed missing packet range when replying to resend request
2009-02-12Merged revision 1.36:phintuka
Silenced warn_unused_result warnings.
2008-04-28This commit was manufactured by cvs2svn to create branch 'unlabeled-1.34.2'.cvs2svn
2008-04-28Added SetScrSpeed()phintuka
2008-04-28Make some functions/parameters constphintuka
2008-04-20Added SetScrSpeed (fine-tuning of UDP/RTP stream master clock)phintuka
2008-04-20Check for monotonic clock only once (m_Monotonic -> static)phintuka
2008-04-03Use libextractor for extracting metainfo. Supported versions are 0.5.20 or ↵phelin
later. If libextractor is not found or its version not supported, old solution is used.
2008-04-03pointer -> constant char arrayphintuka
2008-03-16Define video_size_t only in mpeg.hphintuka
2008-02-20Initial importphintuka
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