Age | Commit message (Collapse) | Author |
|
is cancelled).
Changed vdr_plugin_keypress so that it can be cancelled.
|
|
|
|
|
|
(can be enabled with command-line option -vv or --verbose --verbose)
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Fixed MIN/MAX for MAC OS X
(Thanks to Tero Siironen)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added check for still frames.
Added DTS parsing.
|
|
(definition of XINE_VERSION_CODE is needed for #include <libavutil/mem.h>)
|
|
Added H.264 video decoder detection.
|
|
|
|
post_sequence_end() is used when decoder needs to be flushed
(end of recording, when displaying still image, ...)
|
|
|
|
- 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
|
|
|
|
music file
|
|
(xine_xmalloc_aligned -> av_mallocz)
|
|
|
|
|
|
|
|
|
|
(it just does not work ...)
|
|
|
|
|
|
This should fix "double free or corruption" when switching from HD channel to SD channel.
(Reported by Goga777)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|