Hallo zusammen
Ich habe der Übersicht wegen wieder mal ein Tag erstellt:
Code
2014-11-02: Version 0.0.10
--------------------------
- new:
- added DTS audio codec support
- add setup options to control video mode and its behaviour on stream changes
- set HDMI speaker layout to fix channel mapping for multi channel PCM output
- support building against external ffmpeg/libav by setting EXT_LIBAV
- support for >=ffmpeg-1.2 and >=libav-0.8 with resampling
- setup option for video framing mode in case of incompatible aspect ratio
- redirect ffmpeg messages to plugin/VDR logs
- added cppcheck as Makefile target (suggested by Rolf Ahrenberg)
- reworked setup parameter handling
- implemented proper command queue for OVG-OSD
- fixed:
- increased latency target for live mode to 500ms
- reworked OVG image processing for low level OSD
- upmix mono audio channels to stereo when using PCM output on HDMI
- skip non-video packets in StillPicture(), fixes artifacts in PES recordings
- skip audio substream header for PES recordings with AC3 audio track
- reworked audio decoding loop and set correct dstSize before resampling
- avoid flushing OMX video chain twice when calling SetPlayMode(pmNone)
- skip packets with invalid payload offset in PlayVideo() and PlayAudio()
- play multiple video PES packets sequentially in StillPicture()
- updated parameter when setting clock latency target according omxplayer
- code clean up based on cppcheck's results (thanks to Rolf Ahrenberg)
- known issues:
- direct switching from fast forward to fast rewind will freeze replay
Display More
Download auf vdr-developer.org
Das einzige mir noch bekannte Problem, das ich selber auch nachvollziehen kann, ist der Punkt mit dem Spulen. Da muss ich noch ein wenig Zeit investieren, bevor es die 0.1.0-Beta-Version gibt.
Gruss
Thomas