[FFmpeg-cvslog] r20210 - in trunk/libavcodec: avcodec.h options.c pthread.c utils.c

Stefano Sabatini stefano.sabatini-lala
Mon Oct 12 16:12:40 CEST 2009


On date Monday 2009-10-12 13:35:35 +0200, reimar wrote:
> Author: reimar
> Date: Mon Oct 12 13:35:35 2009
> New Revision: 20210
> 
> Log:
> Add an execute2 function that is more flexible and allows to use parallel
> processing with jobs > threads without wasting too much memory.
> It also avoids needing a separate int array when the only additional data
> the jobs needs is a single int running from 0 to count-1.
> 
> Modified:
>    trunk/libavcodec/avcodec.h
>    trunk/libavcodec/options.c
>    trunk/libavcodec/pthread.c
>    trunk/libavcodec/utils.c
> 
> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h	Mon Oct 12 01:09:33 2009	(r20209)
> +++ trunk/libavcodec/avcodec.h	Mon Oct 12 13:35:35 2009	(r20210)
> @@ -30,7 +30,7 @@
>  #include "libavutil/avutil.h"
>  
>  #define LIBAVCODEC_VERSION_MAJOR 52
> -#define LIBAVCODEC_VERSION_MINOR 36
> +#define LIBAVCODEC_VERSION_MINOR 37
>  #define LIBAVCODEC_VERSION_MICRO  0

Please don't forget to update APIchanges as well.

Regards.



More information about the ffmpeg-cvslog mailing list