[FFmpeg-cvslog] r22830 - in trunk: Changelog libavfilter/avfilter.h

koorogi subversion
Sat Apr 10 22:34:45 CEST 2010


Author: koorogi
Date: Sat Apr 10 22:34:44 2010
New Revision: 22830

Log:
Bump libavfilter minor version and Changelog for unsharp filter

Modified:
   trunk/Changelog
   trunk/libavfilter/avfilter.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Sat Apr 10 19:32:41 2010	(r22829)
+++ trunk/Changelog	Sat Apr 10 22:34:44 2010	(r22830)
@@ -69,6 +69,7 @@ version <next>:
 - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
 - Psygnosis YOP demuxer and video decoder
 - spectral extension support in the E-AC-3 decoder
+- unsharp video filter
 
 
 

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Sat Apr 10 19:32:41 2010	(r22829)
+++ trunk/libavfilter/avfilter.h	Sat Apr 10 22:34:44 2010	(r22830)
@@ -25,7 +25,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 18
+#define LIBAVFILTER_VERSION_MINOR 19
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list