Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-03 | Support for DVD SPUs in PES recordings | phintuka | |
2009-02-03 | Demux video from MPEG-TS | phintuka | |
(tested only in local mode) | |||
2009-01-18 | Handler for TS data | phintuka | |
(discard ts packets, no processing yet) | |||
2009-01-09 | Reverted application scaling of video output properties. | rofafor | |
2009-01-09 | Changed video output properties to utilize min and max values from video ↵ | rofafor | |
drivers. | |||
2009-01-08 | Added sharpness and noise reduction setup options for VDPAU. | rofafor | |
2008-12-06 | Use OSD manager from xine/osdmanager.c. Removed OSD code. | phintuka | |
2008-12-06 | exec_osd_set_rle() | phintuka | |
2008-12-05 | Moved RLE scaling code to tools/rle.[hc] | phintuka | |
2008-12-04 | Splitted exec_osd_command | phintuka | |
2008-12-03 | Fixed 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-03 | Removed dead code (update_video_size()) | phintuka | |
2008-12-03 | Moved SCR code to xine/adjustable_scr.[hc] | phintuka | |
2008-11-30 | Added 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-23 | Added osdcmd_to_overlay. Removed duplicate code. | phintuka | |
2008-11-21 | Set OSD size to video_out if scaling is supported | phintuka | |
2008-11-21 | Simplify | phintuka | |
2008-11-16 | Implement thread cancellation safe locking (mutexes are unlocked if thread ↵ | phintuka | |
is cancelled). Changed vdr_plugin_keypress so that it can be cancelled. | |||
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-15 | Added verbose debug logging for all control messages | phintuka | |
(can be enabled with command-line option -vv or --verbose --verbose) | |||
2008-11-11 | Cleaned up compile time warnings. | rofafor | |
2008-11-11 | Refuse to build against xine-lib 1.2 if libavutil was not found | phintuka | |
2008-11-11 | Use xine-lib style media.xvdr as root for all config keys | phintuka | |
2008-11-10 | tunning->tuning | phintuka | |
2008-11-04 | Integrated 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-04 | Adopt to changes in logdefs.h | phintuka | |
2008-10-21 | Removed dead code | phintuka | |
2008-10-21 | Fixed playing first track of audio CD (requires xine-lib 1.1.5) | phintuka | |
2008-10-18 | Merge from 1.0.3: | phintuka | |
Fixed MIN/MAX for MAC OS X (Thanks to Tero Siironen) | |||
2008-10-04 | Always enable overlay | phintuka | |
2008-10-04 | Use proper stream in exec_osd_command | phintuka | |
2008-09-25 | Forward preferred SPU language to DVD input plugin | phintuka | |
2008-09-25 | Let DVD menu selection override automatic SPU channel selection | phintuka | |
2008-09-25 | Signal automatically (or from DVD menu) selected SPU channel to VDR | phintuka | |
2008-09-25 | Set SPU stream to automatic while in DVD menus | phintuka | |
2008-09-19 | Eliminated compiler warnings | phintuka | |
2008-09-19 | Forward XINE_EVENT_UI_NUM_BUTTONS events to VDR | phintuka | |
2008-08-03 | Cosmetics | phintuka | |
2008-08-03 | Improved support for dshowserver/CoreAVC | phintuka | |
2008-08-03 | post_frame_end() : removed unnecessarily check | phintuka | |
2008-08-03 | Minor optimizations to post_frame_h264. | phintuka | |
Added check for still frames. Added DTS parsing. | |||
2008-08-03 | Fixed order of headers | phintuka | |
(definition of XINE_VERSION_CODE is needed for #include <libavutil/mem.h>) | |||
2008-08-02 | Improved MPEG2 video decoder detection. | phintuka | |
Added H.264 video decoder detection. | |||
2008-07-31 | Added some comments | phintuka | |
2008-07-31 | Added 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-30 | Cosmetics (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-15 | Revert cahnges in 1.164 | phintuka | |
2008-07-14 | Fix infinite loop when trying to play only one unacessible or very short ↵ | phintuka | |
music file |