summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)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 ↵rofafor
drivers.
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
Added return value to exec_osd_set_palette and exec_osd_set_move.
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
OSD_Close: Removed flushing all pending events. Now OSD_Close can be delayed. Fixed setting OSD last changed vpts: use the vpts of last event, not current time.
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 ↵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