Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-12 | Updated Italian translations (Thanks to Diego Pierotto) | phintuka | |
2009-02-12 | Added missing ; | phintuka | |
2009-02-12 | Check asprintf() return value. | phintuka | |
Check system() return value. | |||
2009-02-12 | Eliminated warn_unused_result warnings. | phintuka | |
Check asprintf return value. | |||
2009-02-12 | Check asprintf return value | phintuka | |
2009-02-12 | Eliminated warn_unused_result warning | phintuka | |
2009-02-12 | Eliminate warnings: | phintuka | |
- asprintf return value - nice return value - missing format literal | |||
2009-02-12 | Merged revision 1.8: | phintuka | |
Check asprintf return value | |||
2009-02-12 | Merged revision 1.21: | phintuka | |
Silenced warn_unused_result warnings. | |||
2009-02-12 | Merged revision 1.36: | phintuka | |
Silenced warn_unused_result warnings. | |||
2009-02-12 | Eliminated warn_unused_result warning | phintuka | |
2009-02-12 | Merged revision 1.3:unlabeled-1.2.2 | phintuka | |
asprintf -> cString | |||
2009-02-12 | Eliminated warn_unused_result warnings | phintuka | |
2009-02-12 | Merge changes from revision 1.30.2.11 | phintuka | |
(1.0.4) | |||
2009-02-12 | 1.0.4 | phintuka | |
2009-02-12 | 1.0.4 | phintuka | |
2009-02-12 | Merge changes from revision 1.52.2.6: | phintuka | |
Query CDDA track count before starting playback | |||
2009-02-12 | Reduced H.264 logging | phintuka | |
2009-02-12 | Fixed default grab quality (Thanks to Jochen Dolze, patch #2454827) | phintuka | |
2009-02-10 | Moved and simplified code from input plugin: | phintuka | |
- audio track change detecton - PTS wrap detection and handling | |||
2009-02-10 | HUD: show only topmost OSD layer | phintuka | |
2009-02-10 | Removed old Xv field swap code (no driver support for it) | phintuka | |
2009-02-10 | Removed tabs and trailing spacces | phintuka | |
2009-02-10 | Removed demux:mpeg_block from mrl. | phintuka | |
(This should enable xvdr demuxer) | |||
2009-02-10 | Removed (old) demuxer selection helper code | phintuka | |
2009-02-10 | Added demuxer ("xvdr") to xine_plugin_info[]. | phintuka | |
2009-02-10 | Added demuxer: | phintuka | |
Compile xine/demux_xvdr.o Added xine/demux_xvdr.o to input plugin (both are useless alone). | |||
2009-02-10 | Export init function | phintuka | |
2009-02-10 | Accept decoded audio/video in input (no signal / logo images) | phintuka | |
2009-02-10 | Cosmetics | phintuka | |
2009-02-10 | reorder substream type checks | phintuka | |
2009-02-10 | Changed logging to use xineliboutput log system | phintuka | |
2009-02-10 | Cosmetics. | phintuka | |
Removed some logging. re-indent parse_private_stream1(). | |||
2009-02-10 | Added some comments. | phintuka | |
2009-02-10 | Accept MPEG-TS (33) in RTP payload type field | phintuka | |
2009-02-10 | Added RTP_PAYLOAD_TYPE_PES and RTP_PAYLOAD_TYPE_TS | phintuka | |
Set payload type to RTP header. | |||
2009-02-10 | Added payload type to SDP | phintuka | |
2009-02-10 | Set payload type to SDP | phintuka | |
2009-02-10 | Added payload type parameter (PES or TS) | phintuka | |
2009-02-10 | Removed tabs and trailing spaces | phintuka | |
2009-02-10 | Added IS_MPEG_AUDIO_PACKET() and IS_PS1_PACKET() | phintuka | |
2009-02-10 | Removed trailing space | phintuka | |
2009-02-10 | Fixed NAL_END_SEQ | phintuka | |
2009-02-09 | renamed to demux_xvdr | phintuka | |
2009-02-08 | Removed code that is not used in xineliboutput | phintuka | |
2009-02-08 | Merged in 1.1.x compability | phintuka | |
(xine-lib hg demux_mpeg_block.c rev. 9653) | |||
2009-02-08 | Initial import. | phintuka | |
(Copy of demux_mpeg_block.c from xine-lib 1.2 HG, rev. 10773) | |||
2009-02-08 | indent | phintuka | |
2009-02-08 | mpeg-ts: set this->h264 from PMT | phintuka | |
2009-02-08 | read_block(): | phintuka | |
Do disconnect detection, demux_action_pending check and scr tuning inside main loop (with H.264 or MPEG-TS loop does not return very often) |