summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Expand)Author
2010-11-16Added support for background image streamsphintuka
2010-11-16Added close_slave_stream(): factorized common code fromphintuka
2010-11-16handle_control_playfile(): Moved forming of remote base mrl to separate chunk.phintuka
2010-09-12Eliminated strcpy. Strings passed to strcpy may not overlap.phintuka
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-05-29Fixed comparing signed and unsigned valuesphintuka
2010-05-25Fixed comparing signed and unsigned valuesphintuka
2010-05-25Fixed log message type (LOGERR -> LOGMSG)phintuka
2010-05-24Fixed arithmetic on untyped pointerphintuka
2010-05-24int -> ssize_tphintuka
2010-05-20Make sure xine's internal copy of the mixer volume is initialized before usin...phintuka
2010-05-12updates to 1.314:phintuka
2010-04-16SCR tuning: fixed calculating free buffers when using HD buffer (get_buf_elem...phintuka
2010-04-16Added config options to fine-tune channel switch speed:phintuka
2010-04-16Added a check and warning for too small stream audio fifo (Thanks to Dirk Bre...phintuka
2010-03-20Improved SCR tuning: do not puse SCR if there are enough decoded video framesphintuka
2010-03-16Fixed detecting backwards state in trick speed control message.phintuka
2010-03-11Cosmeticsphintuka
2010-03-11Cosmeticsphintuka
2010-03-11SCR tuning: removed speed_before_pausephintuka
2010-03-07Fixed blankingphintuka
2010-03-07Cosmeticsphintuka
2010-02-27Updated setting buffering limitsphintuka
2010-02-27set_trick_speed():phintuka
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
2010-02-24Delay data stream processing until initial configuration has been donephintuka
2010-02-19set_still_mode(): do not set stream_start flagphintuka
2010-02-19Set still mode to metronom wrapperphintuka
2010-02-19Unwire metronom wrapper when there is no videophintuka
2010-02-14Added stream ID and position to xine_queue_pes_packet()phintuka
2010-02-09set_still_mode()phintuka
2010-02-09Simplify queue_blank_yv12()phintuka
2010-01-30GETSTC: Use PTS of last shown video frame in trick speed and still modesphintuka
2010-01-30Updated handling of "SYNC"phintuka
2010-01-28Simplify setting boolean flagsphintuka
2010-01-28Replace vdr stream metronom with our ownphintuka
2010-01-18Access Denied message: Updated server-side config file name in log messagephintuka
2009-10-08int -> uint/uchar. Cosmetics.phintuka
2009-10-08Eliminated static variablephintuka
2009-10-08Fixed buffering problems caused by revision 1.279:phintuka
2009-09-11Use larger video fifo for media playerphintuka
2009-08-25Fixed local mode polling for HD streamsphintuka
2009-08-25Simplify vdr_plugin_poll(). Cosmetics.phintuka
2009-08-24Increased HD buffer size to 5MB and made it configurable.phintuka
2009-08-18get_buf_element(): Always leave free buffer to hd_buffer (for mpeg-ts demuxer)phintuka
2009-08-18Removed duplicate and deprecated code.phintuka
2009-08-02New algorithm for live mode sync of xineliboutput providingphintuka
2009-08-01Logging updatesphintuka