Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Merge from trunk:unlabeled-1.34.2 | phintuka | |
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-12 | Merged revision 1.36: | phintuka | |
Silenced warn_unused_result warnings. | |||
2008-04-28 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.34.2'. | cvs2svn | |
2008-04-28 | Added SetScrSpeed() | phintuka | |
2008-04-28 | Make some functions/parameters const | phintuka | |
2008-04-20 | Added SetScrSpeed (fine-tuning of UDP/RTP stream master clock) | phintuka | |
2008-04-20 | Check for monotonic clock only once (m_Monotonic -> static) | phintuka | |
2008-04-03 | Use 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-03 | pointer -> constant char array | phintuka | |
2008-03-16 | Define video_size_t only in mpeg.h | phintuka | |
2008-02-20 | Initial import | phintuka | |
2008-02-19 | Remove compiler warning (suggest parentheses around && within ||) | phintuka | |
2008-02-19 | Fix cID3Scanner <-> cPlaylist synchronication: | phintuka | |
- playlist iterator is invalid after playlist modification - scanner might skip files that are added during scan | |||
2008-02-19 | Remove static variable | phintuka | |
2008-02-19 | Remove ID3 scanner startup delay | phintuka | |
2008-02-04 | Split to pes.h, mpeg.h and h264.h | phintuka | |
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-04 | Adapt to changes in pes.h | phintuka | |
2008-02-04 | Use packet type macros | phintuka | |
2008-02-04 | Initial import | phintuka | |
(Functions moved from pes.h and converted to plain C for use in xine_input_vdr.c) | |||
2008-02-04 | Initial import | phintuka | |
2008-02-04 | Data is constant. | phintuka | |
Added checks for EOF. | |||
2008-01-29 | Initial import | phintuka | |
2008-01-24 | H.264 detection | phintuka | |
2008-01-10 | Enable selecting which metainfo is shown. | phelin | |
2008-01-10 | Add setup menu for Media player. Options for enabling or disabling metainfo ↵ | phelin | |
types, metainfo scanner and metainfo caching. | |||
2008-01-10 | Combine ID3Scanner command output handling for both metaflac and mp3info. | phelin | |
2008-01-10 | Add Tracknumber for playlist items. | phelin | |
2008-01-10 | Replace Track with Title in playlist items. | phelin | |
2007-10-15 | Remove vdr-1.3.x compability code (it won't work anyway) | phintuka | |
2007-09-18 | cCharSetConv::SystemCharacterTable() returns NULL if VDR uses internally UTF-8 | phintuka | |
2007-06-26 | Fix compilation with VDR >= 1.5.3 (Patch from Thomas Günther) | phintuka | |
2007-06-21 | Use the unescaped uri ... | phintuka | |
2007-06-21 | Log error message if local address can't be translated | phintuka | |
2007-06-21 | Unescape request uri | phintuka | |
2007-06-18 | Metadata 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-18 | Added EscapeMrl() | phintuka | |
2007-06-11 | Set RTP source address | phintuka | |
2007-06-11 | Add index of failure point to error message | phintuka | |
2007-06-11 | Add server IP address to UDP discovery broadcasts | phintuka | |
2007-06-11 | Use server-given IP address instead of broadcast source address | phintuka | |
if server address is present in discovery reply | |||
2007-06-06 | Mark strings as constant | phintuka | |
(gcc 4.3.0: deprecated conversion from string constant to 'char*') | |||
2007-03-29 | MAC headers clean-up | phintuka | |
2007-03-29 | Fix crash when clearing udp/rtp buffer: lock buffer while frame is being used | phintuka | |
2007-03-27 | TCP_CORK is not supported in all systems | phintuka | |
2007-03-27 | No TCP_CORK in MAC OS X (Thanks to Tero Siironen) | phintuka | |
2007-03-27 | No sendfile in MAC OS X (Patch from Tero Siironen) | phintuka | |
2007-03-27 | MAC OS X : in parameter is const | phintuka | |
2007-03-27 | Use correct endian.h for MAC OS X (Patch from Tero Siironen) | phintuka | |
2007-03-26 | Show requested ttl in error message | phintuka | |
2007-03-14 | Store tid | phintuka | |