Age | Commit message (Collapse) | Author |
|
revision 1.150
Splitting large vdr_plugin_read_block (demux_buf)
revision 1.149
Splitting large vdr_plugin_read_block (postprocess_buf)
revision 1.148
Splitting large vdr_plugin_read_block (adjust_scr_speed)
revision 1.147
Splitting large vdr_plugin_read_block (handle_disconnect)
|
|
revision 1.173
post_frame_end() : removed unnecessarily check
revision 1.172
Minor optimizations to post_frame_h264.
Added check for still frames.
Added DTS parsing.
revision 1.159
Removed abort()
revision 1.158
post_frame_end(): Do not set BUF_FLAG_ASPECT for H.264
(it just does not work ...)
revision 1.157
Convert pixel ratio to frame ratio in post_frame_end()
revision 1.146
Include pixel aspect ratio and video size in first FRAME_END control message.
This should fix (ffmpeg mpeg2) aspect ratio problems when switching channels etc.
|
|
revision 1.37
re-ordered headers
revision 1.36
Fixed alpha fading of lower-level OSDs
revision 1.31
Added missing OSDFLAG_UNSCALED_LOWRES
revision 1.30
Added layer stuff to osd_command_s
revision 1.28
Added wrappers for SetPalette, Move and Flush.
revision 1.27
Eliminated memsets.
Cosmetics (vertical align, ...)
|
|
revision 1.145
Replace update_frames and update_frames_h264 with pes_get_picture_type
revision 1.144
Init structures at declaration
revision 1.143
Remove unneeded initialization to zero
revision 1.142
Use macros and functions from pes.[hc]
|
|
revision 1.141
Compress struct.
Removed ununsed variable.
revision 1.140
xine_xmalloc -> calloc
revision 1.139
int -> size_t
|
|
tunning -> tuning
|
|
revision 1.28
Modified HUD OSD scaling parameters
revision 1.32
Converted from ISO8859-15 to UTF8.
revision 1.34
Updated README. Thanks to Paul Menzel.
revision 1.33
Cosmetics. Added a note about VDPAU.
|
|
gnome screensaver support
|
|
revision 1.40
Added TimeoutMs to PlayFile()
revision 1.39
Added sharpness and noise reduction setup options for VDPAU.
revision 1.35
When requested, forward DVB SPU data to clients/xine-lib instead of VDR SPU decoder
|
|
Converted from ISO8859-15 to UTF8.
|
|
|
|
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
|
|
|
|
revision 1.64
Added an option to limit number of remote clients
revision 1.66
Added sharpness and noise reduction setup options for VDPAU.
revision 1.67
Changed video output properties to utilize min and max values from video drivers.
revision 1.69
re-ordered headers
revision 1.70
Fixed invalid cast
|
|
revision 1.63
Use IsDvdFolder()
revision 1.61
Added sharpness and noise reduction setup options for VDPAU.
|
|
Added TimeoutMs to PlayFile()
|
|
When requested, forward DVB SPU data to clients/xine-lib instead of VDR SPU decoder
|
|
date: 2009/01/08 11:58:33; author: rofafor; state: Exp; lines: +5 -5
Added sharpness and noise reduction setup options for VDPAU.
|
|
Call base class MakePrimaryDevice()
|
|
int -> size_t
|
|
revision 1.67
Added TimeoutMs to PlayFile()
revision 1.66
Added sharpness and noise reduction setup options for VDPAU.
|
|
revision 1.28
SetHeader()
revision 1.27
Added TimeoutMs to PlayFile()
revision 1.26
Added sharpness and noise reduction setup options for VDPAU.
|
|
revision 1.112
Move window to initial coordinates
revision 1.111
Added window position
revision 1.110
Added vdr-sxfe command-line option to disable X11 keyboard input
revision 1.108
Gnome screensaver control
|
|
revision 1.74
Added vdr-sxfe command-line option to disable X11 keyboard input
revision 1.73
Fixed freeing statically allocated string
|
|
Added vdr-sxfe command-line option to disable X11 keyboard input
|
|
Added vdr-sxfe command-line option to disable X11 keyboard input
|
|
Added window position
|
|
revision 1.94
Changed the default grab quality to match VDR's documentation.
revision 1.93
Added '-C'/'--config' command-line option to specify xine's configuration file.
|
|
revision 1.40:
Added window position
revision 1.39, 1.38:
Return 0 if input plugin queue is full
revision 1.36
Moved local frontend xine-lib config file default location to
$(CONFDIR)/plugins/xineliboutput/config
revision 1.35
Added '-C'/'--config' command-line option to specify xine's configuration file.
|
|
|
|
|
|
|
|
|
|
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
|
|
|
|
|
|
revision 1.39
date: 2009/06/01 14:33:11; author: phintuka; state: Exp; lines: +10 -11
Eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules).
Initialize data in declaration.
----------------------------
revision 1.38
date: 2009/03/31 10:34:32; author: phintuka; state: Exp; lines: +2 -2
Fixed missing packet range when replying to resend request
|
|
revision 1.41
date: 2009/06/01 14:01:28; author: phintuka; state: Exp; lines: +13 -10
Eliminated warning
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
- Fixed memory leaks
|
|
revision 1.64
date: 2009/06/01 14:04:42; author: phintuka; state: Exp; lines: +21 -24
Eliminated invalid casts from (const char *) to (char*)
Simplified, removed redundant local variables
----------------------------
revision 1.62
date: 2009/05/31 14:59:35; author: phintuka; state: Exp; lines: +2 -2
Fixed invalid cast from (const char *) to (char *)
|
|
revision 1.81
date: 2009/05/31 15:07:10; author: phintuka; state: Exp; lines: +7 -1
Added IsDvdImage()
|
|
revision 1.60
date: 2009/05/31 15:07:10; author: phintuka; state: Exp; lines: +2 -1
Added IsDvdImage()
|
|
revision 1.23
Fixed invalid (const char *) -> (char *) casts and modifying const data
|
|
revision 1.22
Fixed memory leaks (orphaned strdup() return values)
|
|
revision 1.70
date: 2009/05/29 15:09:10; author: phintuka; state: Exp; lines: +2 -2
Fixed invalid cast
|
|
revision 1.70
date: 2009/05/29 15:09:10; author: phintuka; state: Exp; lines: +2 -2
Fixed invalid cast
|
|
revision 1.14
date: 2009/05/29 15:05:19; author: phintuka; state: Exp; lines: +4 -4
Fixed invalid cast from (const char *) to (char *)
|
|
|