[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.393, 1.394 ffv1.c, 1.32, 1.33 g726.c, 1.5, 1.6 h263.c, 1.279, 1.280 huffyuv.c, 1.61, 1.62 mpeg12.c, 1.235, 1.236 mpegvideo.c, 1.480, 1.481 snow.c, 1.60, 1.61

Rich Felker dalias
Mon May 9 02:25:30 CEST 2005


On Sun, May 08, 2005 at 10:15:46PM +0200, Michael Niedermayer CVS wrote:
> Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> In directory mail:/var2/tmp/cvs-serv910/libavcodec
> 
> Modified Files:
> 	avcodec.h ffv1.c g726.c h263.c huffyuv.c mpeg12.c mpegvideo.c 
> 	snow.c 
> Log Message:
> #defines for strict_std_compliance and split between inofficial extensions and non standarized things
> 
> 
> Index: avcodec.h
> ===================================================================
> RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
> retrieving revision 1.393
> retrieving revision 1.394
> diff -u -d -r1.393 -r1.394
> --- avcodec.h	30 Apr 2005 21:43:56 -0000	1.393
> +++ avcodec.h	8 May 2005 20:15:42 -0000	1.394
> @@ -954,7 +954,12 @@
>       * - decoding: unused
>       */
>      int strict_std_compliance;
> -    
> +#define FF_COMPLIANCE_VERY_STRICT   2 ///< strictly conform to a older more strict version of the spec or reference software
> +#define FF_COMPLIANCE_STRICT        1 ///< strictly conform to all the things in the spec no matter what consequences
> +#define FF_COMPLIANCE_NORMAL        0
> +#define FF_COMPLIANCE_INOFFICIAL   -1 ///< allow inofficial extensions

IMO the english word is unofficial, not inofficial.

Rich





More information about the ffmpeg-cvslog mailing list