Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
revision 1.35
revision 1.32
Allocate unique xine OSD handle for every subwindow of every cOsd instance.
|
|
Set screen size for each OSD / window separately
|
|
|
|
revision 1.39
Added vdpau to help text video drivers
revision 1.38
Added QMSC command.
revision 1.35
Added preliminary SVDRP interface
|
|
Rewrite cMenuBrowseFiles::SetHelpButtons()
(should be lot easier to read now ...)
- Removed redundant buttons
- Disabled color buttons for parent directory entry ( "[..]" )
- Execute color button actions only when defined for the file
|
|
Detect BluRay disc images
|
|
Updated file list key bindings:
Removed redundant "[..]" from green key
Added "Rewind" to green key
|
|
Removed redundant "bool Parent" parameter from cMenuBrowseFiles::Open()
|
|
revision 1.68
Add mrl prefix ("file:") to escaped subtitle file name
revision 1.62
Cosmetics
revision 1.61
Simplify
revision 1.60
Image player: escape only local filenames
revision 1.59
Added an option to always map arrow keys to DVD menu navigation
revision 1.55
Added UseResumeFile function
|
|
revision 1.90
Use frontend window size for OSD
revision 1.89
Call cThread::Active() instead of cXinelibThread::IsFinished()
revision 1.88
Removed calls to cXinelibThread::Stop()
revision 1.87
Added OSD resolution enums
revision 1.86
Moved double clear check from cXinelibDevice to cXinelibThread
revision 1.83
Added GetOsdSize() with default values
|
|
revision 1.49
Moved double clear check from cXinelibDevice to cXinelibThread
revision 1.44
Cosmetics
revision 1.48
Added GetOsdSize() with default values
|
|
revision 1.76
Fixed return type error.
revision 1.75
Use track number as language code when audio/SPU track language is unknown
revision 1.74
Parse window size messages
revision 1.73
Removed m_bIsFinished
revision 1.72
Removed IsFinished()
revision 1.71
Use cThread::Running() and cThread::Cancel()
revision 1.70
Moved double clear check from cXinelibDevice to cXinelibThread
revision 1.68
include tools/mpeg.h
revision 1.60
Fixed H.264 ES -> PES conversion (MPEG2 end of sequence --> H.264 NAL end of sequence)
|
|
revision 1.31
Removed IsFinished()
revision 1.30
Use cThread::Running() and cThread::Cancel()
revision 1.29
Moved double clear check from cXinelibDevice to cXinelibThread
|
|
revision 1.43
Removed m_bIsFinished
revision 1.42
Removed Stop(). Use cThread::Running() and cThread::Cancel().
|
|
|
|
revision 1.85
Added osd_width_auto, osd_height_auto
revision 1.84
Added setup options for OSD size
revision 1.83
Added IsBluRayFolder()
|
|
revision 1.64
Added osd_width_auto, osd_height_auto
revision 1.63
Added setup options for OSD size
revision 1.62
Added IsBluRayFolder()
|
|
Added symbol 'B' to indicate BluRay disc images
|
|
Removed dead code
|
|
Fixed buffer overflow.
Removed redundant strdup.
|
|
|
|
|
|
Fixes collecting PMT packets when PMT spans over multiple TS packets
and PAT is muxed to middle of PMT packets.
|
|
|
|
|
|
|
|
|
|
|
|
- Use stream index when language is not known.
- Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels.
|
|
- Condition if(this->audio_tracks[channel].lang) is always true.
Use if(this->audio_tracks[channel].lang[0]) instead.
- Use stream index instead of current audio track when language is not known.
- Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dropped priority.
Define BUF_SPU_HDMV.
|
|
|
|
|