summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)Author
2008-11-16Implement thread cancellation safe locking (mutexes are unlocked if thread ↵phintuka
is cancelled). Changed vdr_plugin_keypress so that it can be cancelled.
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-15Added verbose debug logging for all control messagesphintuka
(can be enabled with command-line option -vv or --verbose --verbose)
2008-11-11Cleaned up compile time warnings.rofafor
2008-11-11Refuse to build against xine-lib 1.2 if libavutil was not foundphintuka
2008-11-11Use xine-lib style media.xvdr as root for all config keysphintuka
2008-11-10tunning->tuningphintuka
2008-11-04Integrated patch from Andreas Auras <yak54@gmx.net> :phintuka
Added a new configuration option "input.xvdr.scr_tuning_step" in file "config_xineliboutput" for the stepping value that is used for trimming the xine metronom in live mode sync. The default value is 5000 that means trimmings steps of 0.5%. This is also the original fixed value.
2008-11-04Adopt to changes in logdefs.hphintuka
2008-10-21Removed dead codephintuka
2008-10-21Fixed playing first track of audio CD (requires xine-lib 1.1.5)phintuka
2008-10-18Merge from 1.0.3:phintuka
Fixed MIN/MAX for MAC OS X (Thanks to Tero Siironen)
2008-10-04Always enable overlayphintuka
2008-10-04Use proper stream in exec_osd_commandphintuka
2008-09-25Forward preferred SPU language to DVD input pluginphintuka
2008-09-25Let DVD menu selection override automatic SPU channel selectionphintuka
2008-09-25Signal automatically (or from DVD menu) selected SPU channel to VDRphintuka
2008-09-25Set SPU stream to automatic while in DVD menusphintuka
2008-09-19Eliminated compiler warningsphintuka
2008-09-19Forward XINE_EVENT_UI_NUM_BUTTONS events to VDRphintuka
2008-08-03Cosmeticsphintuka
2008-08-03Improved support for dshowserver/CoreAVCphintuka
2008-08-03post_frame_end() : removed unnecessarily checkphintuka
2008-08-03Minor optimizations to post_frame_h264.phintuka
Added check for still frames. Added DTS parsing.
2008-08-03Fixed order of headersphintuka
(definition of XINE_VERSION_CODE is needed for #include <libavutil/mem.h>)
2008-08-02Improved MPEG2 video decoder detection.phintuka
Added H.264 video decoder detection.
2008-07-31Added some commentsphintuka
2008-07-31Added post_sequence_end() : Add MPEG2 or H.264 sequence end code to fifo buffer.phintuka
post_sequence_end() is used when decoder needs to be flushed (end of recording, when displaying still image, ...)
2008-07-30Cosmetics (changed order of function declarations, removed dead code)phintuka
2008-07-30- Fixed queue_nosignal when using ffmpeg mpeg2 decoder:phintuka
- Added BUF_FLAG_FRAME_END to last video packet - Added MPEG2 end of sequence code after video data (This enables OSD even if there is no video stream available) - Use new defines from h264.h and pes.h
2008-07-15Revert cahnges in 1.164phintuka
2008-07-14Fix infinite loop when trying to play only one unacessible or very short ↵phintuka
music file
2008-07-11Sync fifo_buffer_new with current xine-lib 1.2 hgphintuka
(xine_xmalloc_aligned -> av_mallocz)
2008-07-11Use proper buffer sizes when calling get_buf_element()phintuka
2008-07-08Removed dropping of h.264 pts'esphintuka
2008-07-04Simplify sscanf formatsphintuka
2008-06-21Removed abort()phintuka
2008-06-21post_frame_end(): Do not set BUF_FLAG_ASPECT for H.264phintuka
(it just does not work ...)
2008-06-21Convert pixel ratio to frame ratio in post_frame_end()phintuka
2008-06-21Added INPUT_OPTIONAL_DATA_DEMUXER to get_optional_data()phintuka
2008-06-20Do not dispose HD buffer in get_buf_element.phintuka
This should fix "double free or corruption" when switching from HD channel to SD channel. (Reported by Goga777)
2008-06-19Splitting large vdr_plugin_read_block (preprocess_buf)phintuka
2008-06-19Demux DVB SPUsphintuka
2008-06-17Replace xvdr with MRL_ID define in stringsphintuka
2008-06-17Adopt to changes in xine_input_vdr.hphintuka
2008-06-12Splitting large vdr_plugin_read_block (demux_buf)phintuka
2008-06-12Splitting large vdr_plugin_read_block (postprocess_buf)phintuka
2008-06-12Splitting large vdr_plugin_read_block (adjust_scr_speed)phintuka
2008-06-12Splitting large vdr_plugin_read_block (handle_disconnect)phintuka