summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2008-10-28Build system upgrade:phintuka
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Do not try to scan special mrls (dvd:/ etc.)
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- PES modification and parsing
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed segfault when media file meta info contains thumbnails (Thanks to Petri Helin)
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- OS X build fixes (Thanks to Tero Siironen)
2008-09-22This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'.cvs2svn
2008-09-22Removed OS X specific part as it is not needed anymorephintuka
(Reported by Tero Siironen)
2008-09-21Added iso639_1_to_iso639_2phintuka
2008-07-29Fixed pes_strip_pts_dtsphintuka
(DTS flag was not cleared and header length was updated incorrectly)
2008-07-29Fixed start code check in pes_get_picture_typephintuka
2008-07-29Added (optimized) macros for NAL testingphintuka
2008-07-29Added IS_PADDING_PACKETphintuka
2008-07-29Use NAL_AUD define instead of raw numberphintuka
2008-07-29Added NAL End of Sequencephintuka
2008-07-14Do not try to scan special mrls (dvd:/ etc.)phintuka
2008-06-11Parse mpeg2 aspect ratiophintuka
2008-06-11h264_rational_t -> mpeg_rational_tphintuka
2008-05-22Remove images from metainfo listphintuka
(Thanks to Petri Helin)
2008-05-22Always init metadata to empty string regardless of used metadata fetching methodphintuka
(init was missing from old method, and if pipe command failed unintialized data was set to menu)
2008-05-22Remove unneeded initialization.phintuka
re-indent.
2008-05-20Use defines for NAL typesphintuka
2008-05-20Aspect ratio parsingphintuka
2008-05-07Fix min. length of pes packet with ptsphintuka
2008-05-07This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.cvs2svn
2008-05-07Added metainfo menuxineliboutput-1_0_1phintuka
(Patch from Petri Helin)
2008-05-07This commit was manufactured by cvs2svn to create branch 'unlabeled-1.30.2'.cvs2svn
2008-04-29This commit was manufactured by cvs2svn to create branch 'unlabeled-1.58.2'.cvs2svn
2008-04-29This commit was manufactured by cvs2svn to create branch 'unlabeled-1.24.2'.cvs2svn
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-14This commit was manufactured by cvs2svn to create branch 'unlabeled-1.36.2'.cvs2svn
2008-04-14This commit was manufactured by cvs2svn to create branch 'unlabeled-1.22.2'.cvs2svn
2008-04-10This commit was manufactured by cvs2svn to create branch 'unlabeled-1.56.2'.cvs2svn
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-03This commit was manufactured by cvs2svn to create branch 'unlabeled-1.5.2'.cvs2svn
2008-04-03pointer -> constant char arrayphintuka
2008-03-28This commit was manufactured by cvs2svn to create branch 'unlabeled-1.7.2'.cvs2svn
2008-03-16Define video_size_t only in mpeg.hphintuka
2008-02-28This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'.cvs2svn
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-05This commit was manufactured by cvs2svn to create branch 'unlabeled-1.10.2'.cvs2svn
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