summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-22Added some sanity checksphintuka
2010-02-20Fixed re-centering unscaled OSDphintuka
2010-02-20Store window size in osd_manager dataphintuka
2010-02-20Simplifyphintuka
2010-02-19set_still_mode(): do not set stream_start flagphintuka
(deprecated: new pts signalling was moved to demuxer)
2010-02-19Set still mode to metronom wrapperphintuka
2010-02-19Unwire metronom wrapper when there is no videophintuka
2010-02-19Added functions to attach/tetach from streamphintuka
2010-02-19Do not send discontinuity messages in still image / backward trick speed modes.phintuka
PTS will be ignored in metronom wrapper.
2010-02-19Flush mpeg-ts demuxer caches when entering mpeg-pes modephintuka
2010-02-19Cosmetics and minor buffer size check updatesphintuka
2010-02-18Escape DVD path when building mrlphintuka
Store also .iso image file name when storing last replayed file/folder
2010-02-18Escape only raw file names, not complete mrls (closes sf bug #2670927)phintuka
2010-02-18Translations for DVD menu (Thanks to Marco Skambraks)phintuka
2010-02-18Translate DVD menu (cDvdMenu). Thanks to Marco Skambraks.phintuka
2010-02-16Drop broken PES packetsphintuka
2010-02-16Parse video DTSphintuka
2010-02-15Attach PTS only to the first fragment of PES packet.phintuka
Removed duplicate storage for PTS.
2010-02-15check for ts_data in ts_data_reset_audio()phintuka
2010-02-15Removed deprecated m_ac3Present and m_spuPresentphintuka
2010-02-14Aded support for still mode and trick speed to get_option()phintuka
2010-02-14Assed still modephintuka
2010-02-14Added stream ID and position to xine_queue_pes_packet()phintuka
2010-02-14Cosmetics (removed tabs)phintuka
2010-02-14Added stream ID to headersphintuka
(for PIP)
2010-02-10New backward trick speed mode for vdr-1.7.5+phintuka
2010-02-09set_still_mode()phintuka
2010-02-09Simplify queue_blank_yv12()phintuka
2010-02-07Added support for upcoming paused DVB subtitles.rofafor
2010-02-06Build PCM plugin by default only for xine-lib <= 1.1.17phintuka
2010-02-03Create config directory if it does not exist (sf bug #2796595)phintuka
2010-02-03- Fixed mpeg-ts still imagesphintuka
- Add H.264 end-of-sequence NAL to still images
2010-02-03Added H.264 flag to Play_Mpeg2_ES()phintuka
2010-02-03Added template for functions with four argumentsphintuka
2010-02-03Added SC_SEQUENCE_ENDphintuka
2010-02-03m_TrickSpeedPts, m_TrickSpeedDelay and PlayTrickSpeed() not used with vdr-1.7.5+phintuka
2010-02-03Added BuildMrlphintuka
(obsoletes EscapeMrl)
2010-02-03ts_get_video_size(): aqdded missing start code search after PES header strip.phintuka
Fixes scanning if start code is in PES offsets 1...3.
2010-02-03Parse video size from ts streamphintuka
2010-02-02Implemented ts_get_video_size()phintuka
2010-02-02Fixed start code scanningphintuka
2010-02-02int -> size_tphintuka
2010-02-02Added sanity checksphintuka
Recuced logging
2010-02-02int -> size_tphintuka
2010-02-02memcpy -> memmovephintuka
2010-02-02h264_get_video_size(): Removed NAL AUD scanning, it is done in ↵phintuka
h264_get_picture_type()
2010-02-02h264_get_video_size() : scan packet for startcode if it is not in the beginningphintuka
2010-02-02IS_NAL_???(): cast to constphintuka
2010-02-02Use IS_SC_PICTURE(), IS_SC_SEQUENCE()phintuka
2010-02-02Added IS_SC_PICTURE(), IS_SC_SEQUENCE()phintuka