summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-29Make const. Specify sizes of types.phintuka
2008-07-29Added configuration entries for ffmpeg video decoder:phintuka
Video.Decoder.H264.SpeedOverAccuracy Video.Decoder.H264.SkipLoopFilter
2008-07-29Fixed pes_strip_pts_dtsphintuka
(DTS flag was not cleared and header length was updated incorrectly)
2008-07-29Fixed start code check in pes_get_picture_typephintuka
2008-07-29Added (optimized) macros for NAL testingphintuka
2008-07-29Added IS_PADDING_PACKETphintuka
2008-07-29Use NAL_AUD define instead of raw numberphintuka
2008-07-29Added NAL End of Sequencephintuka
2008-07-28Fixed setting window icon in amd64 systemsphintuka
2008-07-28Fix updating window title when protocol is part of mrl (ex. xvdr+tcp: ...)phintuka
2008-07-28Cosmeticsphintuka
2008-07-28Splitting large functions -->phintuka
- update_window_title - disable_DPMS - detect_display_ratio
2008-07-20Config entries for video decoder selectionphintuka
2008-07-20Declare sizes for pointer arrays so that compiler can detect mismatched ↵phintuka
initializations
2008-07-20Added an option to always map arrow keys to DVD menu navigationphintuka
(workaround for buggy menu domain detection)
2008-07-16Fixed calling frontend xine_openphintuka
(now using function pointer)
2008-07-16Splitting large sxfe_display_open (create_windows)phintuka
2008-07-16Use set_border functionphintuka
2008-07-16Added Window parameter to set_borderphintuka
2008-07-16Moved set_border before set_fullscreen_propsphintuka
2008-07-15Splitting sxfe_display_open (set_icon)phintuka
2008-07-15Revert cahnges in 1.164phintuka
2008-07-15Fix infinite loop when trying to play only one unacessible or very short ↵phintuka
music file
2008-07-15Fixed translation for "Play DVD disc >>"phintuka
(Thanks to Helmar Gerloni)
2008-07-14Fix infinite loop when trying to play only one unacessible or very short ↵phintuka
music file
2008-07-14Add call of cXinelibDevice::Instance().EndOfStreamReached() to ↵phintuka
cXinelibPLayer::Playing() as those two are always used together
2008-07-14m_Replaying --> m_Errorphintuka
Changed semantics: - initial state is no errors (was not replaying) - clear error state when replay is stopped (was -> not replaying) -> Replaying() returns true when playback has not yet been started or playback has ended
2008-07-14Added UseResumeFile functionphintuka
2008-07-14cXinelibDvdPlayerControl::ProcessKey : Check for failed open when checking ↵phintuka
if replay has been ended
2008-07-14Do not try to scan special mrls (dvd:/ etc.)phintuka
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-04Fixed german translation for "Play DVD disc >>"phintuka
(Reported by Helmar Gerloni)
2008-07-04Simplify sscanf formatsphintuka
2008-07-04Simplify: use xine_check_versionphintuka
2008-07-04Cosmeticsphintuka
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-21stream -> x.streamphintuka
2008-06-20Cleanupphintuka
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-19Cosmeticsphintuka
2008-06-19Compress structsphintuka
2008-06-19re-order fbfe_display_closephintuka
2008-06-19Commentsphintuka
2008-06-19cleanupphintuka
2008-06-19Check if video port exists before using itphintuka