Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | This commit was manufactured by cvs2svn to create tag 'xineliboutput-1_0_5'.xineliboutput-1_0_5 | cvs2svn | |
2010-02-07 | 1.0.5branch-1_0_5 | phintuka | |
2010-02-07 | 1.0.5 | phintuka | |
2010-02-07 | Removed extra merge | phintuka | |
2010-02-07 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_5'. | cvs2svn | |
2010-02-07 | Merge: | phintuka | |
revision 1.42 Added missing parameter error messages to SVDRP commands revision 1.41 Added SVDRP command to start/stop local frontend (closes feature request #2424072) revision 1.40 Added StartFrontend-1.0 service (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1 | |||
2010-02-07 | (1.94) | phintuka | |
Changed the default grab quality to match VDR's documentation. | |||
2010-02-07 | (1.82) | phintuka | |
Fixed sending complex OSDs (compressed size > 256k) (1.81) Set SO_KEEPALIVE socpet option for TCP sockets | |||
2010-02-07 | (1.48) | phintuka | |
Fixed abort when compiled with recent gcc. (gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0) | |||
2010-02-06 | (1.138.2.17) | phintuka | |
eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules) | |||
2010-02-06 | resync | phintuka | |
2010-02-06 | Build PCM plugin by default only for xine-lib <= 1.1.17 | phintuka | |
2010-02-03 | Create config directory if it does not exist (sf bug #2796595) | phintuka | |
2010-02-03 | - Fixed mpeg-ts still images | phintuka | |
- Add H.264 end-of-sequence NAL to still images | |||
2010-02-03 | Added H.264 flag to Play_Mpeg2_ES() | phintuka | |
2010-02-03 | Added template for functions with four arguments | phintuka | |
2010-02-03 | Added SC_SEQUENCE_END | phintuka | |
2010-02-03 | m_TrickSpeedPts, m_TrickSpeedDelay and PlayTrickSpeed() not used with vdr-1.7.5+ | phintuka | |
2010-02-03 | Added BuildMrl | phintuka | |
(obsoletes EscapeMrl) | |||
2010-02-03 | ts_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-03 | Parse video size from ts stream | phintuka | |
2010-02-02 | Implemented ts_get_video_size() | phintuka | |
2010-02-02 | Fixed start code scanning | phintuka | |
2010-02-02 | int -> size_t | phintuka | |
2010-02-02 | Added sanity checks | phintuka | |
Recuced logging | |||
2010-02-02 | int -> size_t | phintuka | |
2010-02-02 | memcpy -> memmove | phintuka | |
2010-02-02 | h264_get_video_size(): Removed NAL AUD scanning, it is done in ↵ | phintuka | |
h264_get_picture_type() | |||
2010-02-02 | h264_get_video_size() : scan packet for startcode if it is not in the beginning | phintuka | |
2010-02-02 | IS_NAL_???(): cast to const | phintuka | |
2010-02-02 | Use IS_SC_PICTURE(), IS_SC_SEQUENCE() | phintuka | |
2010-02-02 | Added IS_SC_PICTURE(), IS_SC_SEQUENCE() | phintuka | |
2010-02-02 | Playfile() : default Position = 0 | phintuka | |
2010-02-01 | Splitted AcceptVideoPacket() and AcceptAudioPacket() from PlayVideo() and ↵ | phintuka | |
PlayAudio(). Use the new functions also in mpeg-ts mode. | |||
2010-01-30 | GETSTC: Use PTS of last shown video frame in trick speed and still modes | phintuka | |
2010-01-30 | Store PTS of last displayed video frame in xvdr_metronom | phintuka | |
2010-01-30 | Updated handling of "SYNC" | phintuka | |
2010-01-30 | Flush(): return true if no clients | phintuka | |
Xine_Control_Result(): fail immediately if no clients | |||
2010-01-30 | Cosmetics | phintuka | |
2010-01-30 | Fixed segfault when closing OSD | phintuka | |
(only SHOW events have event->object.overlay) | |||
2010-01-29 | Splitted Xine_Control_Result() from PlayFileCtrl() | phintuka | |
Added Sync() | |||
2010-01-28 | Simplify setting boolean flags | phintuka | |
2010-01-28 | Replace vdr stream metronom with our own | phintuka | |
(Special handling for backwards trick speeds) | |||
2010-01-26 | Fixed frame duration for I-frames-only trick speed modes | phintuka | |
2010-01-26 | Wire vo_lastpts | phintuka | |
2010-01-26 | Added xine/vo_lastpts.o to frontends | phintuka | |
2010-01-26 | Initial import | phintuka | |
2010-01-24 | Fixed subtitles location in unscaled OSD. | rofafor | |
2010-01-22 | sync | phintuka | |
2010-01-22 | Added ts_data_reset_audio() | phintuka | |