summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-07-13 20:47:02 +0200
committerThomas Reufer <thomas@reufer.ch>2014-07-13 20:47:02 +0200
commit405aa1be9ab60dba1a3f3544b2cb5b66fb02f9c7 (patch)
treeb7ecfbd4eb8de54a14ee77e78c822ad13ff47f91 /HISTORY
parentf6f58bc01c476fecfe6edaf0f51feec7b810402c (diff)
downloadvdr-plugin-rpihddevice-405aa1be9ab60dba1a3f3544b2cb5b66fb02f9c7.tar.gz
vdr-plugin-rpihddevice-405aa1be9ab60dba1a3f3544b2cb5b66fb02f9c7.tar.bz2
support for >=ffmpeg-1.2 and >=libav-0.8 with resampling
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 410f00e..ccd6b1e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,8 @@ VDR Plugin 'rpihddevice' Revision History
-----------------------------------------
- new:
+ - 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)