Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-10 | *** empty log message *** | phintuka | |
2008-01-09 | Cache autoplaylist aize | phintuka | |
Query CD info before issuing play (otherwise replay is interrupted) Parse stream mixing parameters in PLAYFILE | |||
2008-01-09 | Fix typo | phintuka | |
2008-01-03 | Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]:// | phintuka | |
2008-01-03 | Use "file:" mrl when replaying media files or images | phintuka | |
2008-01-03 | xine_xmalloc zeroes memory, do not do it again | phintuka | |
Don't check pointers to be != 0 when calling free() Remove DVD mrl unescaping for xine-lib >= 1.1.9 | |||
2007-12-22 | Fix fifo_buffer_new define | phintuka | |
2007-12-19 | Add replacement for _x_fifo_buffer_new (xine-lib 1.2 hides the function) | phintuka | |
2007-12-19 | xine-lib-1.2 changes: | phintuka | |
input_class.get_identifier() --> input_class.identifier input_class.get_description() --> input_class.description | |||
2007-12-19 | Add mapping for subtitles key (XINE_EVENT_VDR_SUBTITLES) | phintuka | |
2007-09-20 | Initial support for H.264 video | phintuka | |
2007-09-20 | Move video frame end signalling to separate function | phintuka | |
2007-09-17 | PES DTS parsing | phintuka | |
2007-09-17 | Increase changes to get free buffer for critical control messages | phintuka | |
2007-09-17 | Move PTS wrap detection code to own function | phintuka | |
2007-09-17 | Fix DVD menu domain detection | phelin | |
2007-09-14 | vdr_x_demux_control_newpts: | phintuka | |
- fix null pointer dereferencing when last element of audio fifo was consumed for video. - use proper fifos for buffers - check if fifos exist | |||
2007-09-13 | Use mask to check video PES PID | phintuka | |
2007-09-13 | Fix typo in log message | phintuka | |
2007-09-13 | Removed unused local variable | phintuka | |
2007-09-13 | Use this->class->xine instead of this->stream->xine | phintuka | |
2007-06-26 | Move DVD image file unescaping to right place ... | phintuka | |
2007-06-26 | Unescape DVD mrls (xine-lib bug: unescaping is missing from xine_input_dvd ↵ | phintuka | |
plugin) | |||
2007-06-21 | Remove searching of external subtitles (media player adds subtitle file to mrl) | phintuka | |
Incoming media file name is escaped, so try to stat unescaped version ... If streaming media file over http, try to stream subtitles too | |||
2007-06-12 | Setup option to change external subtitle (.sub/.srt) font size | phintuka | |
2007-06-09 | Signature of input plugin read() function is different in xine-lib 1.2 | phintuka | |
(char *buf --> void *buf) | |||
2007-05-30 | Support using ffmpeg mpeg2 video decoder instead of libmpeg2. | phintuka | |
ffmpeg decoder must be activated by increasing its priority in config_xineliboutput. | |||
2007-05-30 | Fixed pes_strip_pts (packet and header lengths were not updated) | phintuka | |
2007-05-17 | PTS wrap workaround for mpeg_block demuxer | phintuka | |
2007-05-17 | Store ssrc to udp_data_s struct | phintuka | |
2007-04-28 | Compilation fixes for xine-lib 1.1.1 and 1.1.5 | phintuka | |
2007-04-12 | Support for software audio volume control (useful when hardware has no ↵ | phintuka | |
mixer, ex. digital spdif output) Remove old, unused data members Set control connection to deliver outgoing data immediately (without waiting for full TCP segments) | |||
2007-03-17 | Fixed audio cd replay (cdda:/) | phintuka | |
2007-03-15 | String overflow checks | phintuka | |
2007-03-08 | Mac OS X compability fixes (patch by Tero Siironen) | phintuka | |
2007-03-08 | Slow down DVD drive speed | phintuka | |
2007-03-04 | xine-lib 1.1.4 fixes | phintuka | |
loop fixes return immediately from read_block if demux_action_pending is true | |||
2007-01-24 | Initialize video size from stream info when playing slave streams, as | phintuka | |
at least vidixfb driver does not call properly frontend frame output callback. (Patch from Antti Seppälä) | |||
2007-01-22 | Longer buffering time when playing realtime | phintuka | |
Do not turn off de-interlacing if tvtime deinterlacer is selected | |||
2007-01-20 | Added some pointer checks to queue_blank_yv12 | phintuka | |
Added locking around blank image creating Increased control channel socket buffer size to avoid OSD overflows Increased frame-based buffering time Increased TCP timeout when received only incomplete PES frame | |||
2007-01-19 | Count video frames passed to demux and use frame counts to decide when ↵ | phintuka | |
resume SCR Fixed display blanking with UDP/RTP | |||
2007-01-06 | Several buffer handling fixes | phintuka | |
2006-12-30 | Disable SCR pausing in trick speed modes | phintuka | |
2006-12-24 | parse audio visualization options in PLAYFILE | phintuka | |
Forward UI title to VDR (typically dvd name + title etc.) | |||
2006-12-19 | Help xine to auto-detect correct demuxer | phintuka | |
2006-12-19 | Fixed deadlock when re-wiring post plugins: | phintuka | |
- do not check video_out frame count in adjust_realtime_speed (it never triggered change in SCR state anyway) - lock demux thread out of vdr_adjust_realtime_speed while re-wiring post plugins Added timeout to readline_control so it can be used in connection setup and handshaking If external media file is not found, ask server to stream it Connecting pipe data stream moved to own function Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp) | |||
2006-12-19 | Enable log level setting with xine-ui (--verbose= option) | phintuka | |
Use INFO for TRACKMAP Send stream meta info to VDR detect .smi and .ssa subtitles | |||
2006-12-15 | Removed #warning | phintuka | |
2006-12-15 | Added connection type selection to connect_control_stream | phintuka | |
connect_tcp_data_stream moved to own function | |||
2006-12-14 | Detect RTP headers | phintuka | |