summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-27set_trick_speed():phintuka
- reset still mode - do not use backwards flag if playing slave stream
2010-02-27Updated stopping slave stream and handling end of slave stream event.phintuka
2010-02-27Cosmetics and logging updatesphintuka
2010-02-27Enabled initial buffering for mpeg-tsphintuka
(scr_tuning_set_paused() in postprocess_buf())
2010-02-24Delay data stream processing until initial configuration has been donephintuka
2010-02-24Signal end of initial configuration data to clientphintuka
2010-02-24Minor optimizationphintuka
2010-02-23Added missing cString -> const char * type conversionphintuka
2010-02-23Fixed memory leaksphintuka
Simplified
2010-02-23Fixed compilation with libextractor 0.6.0.phintuka
Note: metainfo menu has no libextractor 0.6.0 support yet !
2010-02-23Added support for libextractor 0.6.0 API (Thanks to Martin Knoll)phintuka
2010-02-23Fixed handling of kBack in DVD playerphintuka
(Reported by Marco Skambracks)
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.