Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-05 | Moved RLE code from osd.c and xine_input_vdr.c to rle.[hc] | phintuka | |
2008-11-24 | Replaced cIConv with VDR's cCharConv. | rofafor | |
2008-11-20 | Fixed compilation | phintuka | |
("../i18n.h" -> <vdr/i18n.h>) | |||
2008-11-20 | Removed backwards compatibility. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-14 | Check for vdr_sdp_description() return value. | phintuka | |
Cosmetics. | |||
2008-11-14 | asprintf -> cString | phintuka | |
2008-11-14 | Check asprintf return value | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-11-04 | Removed NEED_x_syslog | phintuka | |
2008-11-04 | Build single vdrdiscovery.o for both client and server | phintuka | |
2008-10-31 | Added #include "../features.h" | phintuka | |
2008-10-28 | Build system upgrade: | phintuka | |
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR | |||
2008-09-22 | Removed OS X specific part as it is not needed anymore | phintuka | |
(Reported by Tero Siironen) | |||
2008-09-21 | Added iso639_1_to_iso639_2 | phintuka | |
2008-07-29 | Fixed pes_strip_pts_dts | phintuka | |
(DTS flag was not cleared and header length was updated incorrectly) | |||
2008-07-29 | Fixed start code check in pes_get_picture_type | phintuka | |
2008-07-29 | Added (optimized) macros for NAL testing | phintuka | |
2008-07-29 | Added IS_PADDING_PACKET | phintuka | |
2008-07-29 | Use NAL_AUD define instead of raw number | phintuka | |
2008-07-29 | Added NAL End of Sequence | phintuka | |
2008-07-14 | Do not try to scan special mrls (dvd:/ etc.) | phintuka | |
2008-06-11 | Parse mpeg2 aspect ratio | phintuka | |
2008-06-11 | h264_rational_t -> mpeg_rational_t | phintuka | |
2008-05-22 | Remove images from metainfo list | phintuka | |
(Thanks to Petri Helin) | |||
2008-05-22 | Always init metadata to empty string regardless of used metadata fetching method | phintuka | |
(init was missing from old method, and if pipe command failed unintialized data was set to menu) | |||
2008-05-22 | Remove unneeded initialization. | phintuka | |
re-indent. | |||
2008-05-20 | Use defines for NAL types | phintuka | |
2008-05-20 | Aspect ratio parsing | phintuka | |
2008-05-07 | Fix min. length of pes packet with pts | phintuka | |
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
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 | |