summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Expand)Author
2009-01-09Reverted application scaling of video output properties.rofafor
2009-01-09Changed video output properties to utilize min and max values from video driv...rofafor
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-12-06Use OSD manager from xine/osdmanager.c. Removed OSD code.phintuka
2008-12-06exec_osd_set_rle()phintuka
2008-12-05Moved RLE scaling code to tools/rle.[hc]phintuka
2008-12-04Splitted exec_osd_commandphintuka
2008-12-03Fixed exec_osd_set_palette in local mode (stack-allocated CLUT was freed).phintuka
2008-12-03Removed dead code (update_video_size())phintuka
2008-12-03Moved SCR code to xine/adjustable_scr.[hc]phintuka
2008-11-30Added implementations for OSD_Flush, OSD_SetPalette and OSD_Move.phintuka
2008-11-23Added osdcmd_to_overlay. Removed duplicate code.phintuka
2008-11-21Set OSD size to video_out if scaling is supportedphintuka
2008-11-21Simplifyphintuka
2008-11-16Implement thread cancellation safe locking (mutexes are unlocked if thread is...phintuka
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
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
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
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
2008-08-03Fixed order of headersphintuka
2008-08-02Improved MPEG2 video decoder detection.phintuka
2008-07-31Added some commentsphintuka
2008-07-31Added post_sequence_end() : Add MPEG2 or H.264 sequence end code to fifo buffer.phintuka
2008-07-30Cosmetics (changed order of function declarations, removed dead code)phintuka
2008-07-30- Fixed queue_nosignal when using ffmpeg mpeg2 decoder:phintuka
2008-07-15Revert cahnges in 1.164phintuka
2008-07-14Fix infinite loop when trying to play only one unacessible or very short musi...phintuka
2008-07-11Sync fifo_buffer_new with current xine-lib 1.2 hgphintuka
2008-07-11Use proper buffer sizes when calling get_buf_element()phintuka
2008-07-08Removed dropping of h.264 pts'esphintuka