Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-25 | Set SPU stream to automatic while in DVD menus | phintuka | |
2008-09-23 | send preferred DVD subtitle language | phintuka | |
2008-09-22 | Removed extra RCS ID line | phintuka | |
2008-09-22 | Removed OS X specific part as it is not needed anymore | phintuka | |
(Reported by Tero Siironen) | |||
2008-09-22 | Replaced exp10f with own implementation. | phintuka | |
exp10f is GNU extension and not available in OS X. (Reported by Tero Siironen) | |||
2008-09-21 | 1.0.2 | phintuka | |
2008-09-21 | Check if palette exists. | phintuka | |
This should fix segfaults when committing uninitialized OSD. (Thanks to Rolf Ahrenberg) | |||
2008-09-21 | Added iso639_1_to_iso639_2 | phintuka | |
2008-09-19 | Added WM class hint to sxfe windows | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-19 | Display warning message when HUD OSD not compiled in | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-19 | Eliminated compiler warnings | phintuka | |
2008-09-19 | Forward XINE_EVENT_UI_NUM_BUTTONS events to VDR | phintuka | |
2008-09-18 | Added INFO DVDBUTTONS handler | phintuka | |
2008-09-18 | Use number of DVD menu buttons to detect DVD menus when title = 0 method ↵ | phintuka | |
does not work | |||
2008-09-18 | Cosmetics | phintuka | |
2008-09-18 | Added miDvdButtons (number of DVD menu buttons) to eMetainfoType | phintuka | |
2008-09-16 | removed #if defined(VDRSPUPATCH) | phintuka | |
2008-09-06 | Simplify | phintuka | |
2008-09-06 | Restore playlist file detection (was lost in commit 1.65) | phintuka | |
2008-09-06 | Image player: escape only local filenames | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-05 | Added missing line feed to help text | 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-30 | Fixed H.264 ES -> PES conversion (MPEG2 end of sequence --> H.264 NAL end of ↵ | phintuka | |
sequence) | |||
2008-07-29 | Revert notes | phintuka | |
2008-07-29 | Make const. Specify sizes of types. | phintuka | |
2008-07-29 | Added configuration entries for ffmpeg video decoder: | phintuka | |
Video.Decoder.H264.SpeedOverAccuracy Video.Decoder.H264.SkipLoopFilter | |||
2008-07-29 | Fixed pes_strip_pts_dts | phintuka | |
(DTS flag was not cleared and header length was updated incorrectly) | |||
2008-07-29 | Fixed start code check in pes_get_picture_type | phintuka | |
2008-07-29 | Added (optimized) macros for NAL testing | phintuka | |
2008-07-29 | Added IS_PADDING_PACKET | phintuka | |
2008-07-29 | Use NAL_AUD define instead of raw number | phintuka | |
2008-07-29 | Added NAL End of Sequence | phintuka | |
2008-07-28 | Fixed setting window icon in amd64 systems | phintuka | |
2008-07-28 | Fix updating window title when protocol is part of mrl (ex. xvdr+tcp: ...) | phintuka | |
2008-07-28 | Cosmetics | phintuka | |
2008-07-28 | Splitting large functions --> | phintuka | |
- update_window_title - disable_DPMS - detect_display_ratio | |||
2008-07-20 | Config entries for video decoder selection | phintuka | |
2008-07-20 | Declare sizes for pointer arrays so that compiler can detect mismatched ↵ | phintuka | |
initializations | |||
2008-07-20 | Added an option to always map arrow keys to DVD menu navigation | phintuka | |
(workaround for buggy menu domain detection) | |||
2008-07-16 | Fixed calling frontend xine_open | phintuka | |
(now using function pointer) | |||
2008-07-16 | Splitting large sxfe_display_open (create_windows) | phintuka | |