[FFmpeg-soc] [soc]: r515 - dirac/ffmpeg.diff

marco subversion at mplayerhq.hu
Tue Jul 24 00:20:36 CEST 2007


Author: marco
Date: Tue Jul 24 00:20:36 2007
New Revision: 515

Log:
Update to current svn. Add dirac_arith.o and golomb.o to the dirac decoder.


Modified:
   dirac/ffmpeg.diff

Modified: dirac/ffmpeg.diff
==============================================================================
--- dirac/ffmpeg.diff	(original)
+++ dirac/ffmpeg.diff	Tue Jul 24 00:20:36 2007
@@ -1,6 +1,6 @@
 Index: libavcodec/golomb.c
 ===================================================================
---- libavcodec/golomb.c	(revision 9734)
+--- libavcodec/golomb.c	(revision 9779)
 +++ libavcodec/golomb.c	(working copy)
 @@ -1,6 +1,7 @@
  /*
@@ -61,7 +61,7 @@ Index: libavcodec/golomb.c
 +0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
 Index: libavcodec/golomb.h
 ===================================================================
---- libavcodec/golomb.h	(revision 9734)
+--- libavcodec/golomb.h	(revision 9779)
 +++ libavcodec/golomb.h	(working copy)
 @@ -2,6 +2,7 @@
   * exp golomb vlc stuff
@@ -151,13 +151,13 @@ Index: libavcodec/golomb.h
   */
 Index: libavcodec/Makefile
 ===================================================================
---- libavcodec/Makefile	(revision 9734)
+--- libavcodec/Makefile	(revision 9779)
 +++ libavcodec/Makefile	(working copy)
 @@ -52,6 +52,7 @@
  OBJS-$(CONFIG_CSCD_DECODER)            += cscd.o
  OBJS-$(CONFIG_CYUV_DECODER)            += cyuv.o
  OBJS-$(CONFIG_DCA_DECODER)             += dca.o
-+OBJS-$(CONFIG_DIRAC_DECODER)           += dirac.o
++OBJS-$(CONFIG_DIRAC_DECODER)           += dirac.o dirac_arith.o golomb.o
  OBJS-$(CONFIG_DNXHD_DECODER)           += dnxhddec.o
  OBJS-$(CONFIG_DSICINVIDEO_DECODER)     += dsicinav.o
  OBJS-$(CONFIG_DSICINAUDIO_DECODER)     += dsicinav.o
@@ -171,7 +171,7 @@ Index: libavcodec/Makefile
  OBJS-$(CONFIG_H261_PARSER)             += h261_parser.o
 Index: libavcodec/allcodecs.c
 ===================================================================
---- libavcodec/allcodecs.c	(revision 9734)
+--- libavcodec/allcodecs.c	(revision 9779)
 +++ libavcodec/allcodecs.c	(working copy)
 @@ -68,6 +68,7 @@
      REGISTER_DECODER(CLJR, cljr);
@@ -191,7 +191,7 @@ Index: libavcodec/allcodecs.c
      REGISTER_PARSER (H261, h261);
 Index: libavcodec/allcodecs.h
 ===================================================================
---- libavcodec/allcodecs.h	(revision 9734)
+--- libavcodec/allcodecs.h	(revision 9779)
 +++ libavcodec/allcodecs.h	(working copy)
 @@ -92,6 +92,7 @@
  extern AVCodec cscd_decoder;
@@ -203,7 +203,7 @@ Index: libavcodec/allcodecs.h
  extern AVCodec dsicinvideo_decoder;
 Index: libavcodec/avcodec.h
 ===================================================================
---- libavcodec/avcodec.h	(revision 9734)
+--- libavcodec/avcodec.h	(revision 9779)
 +++ libavcodec/avcodec.h	(working copy)
 @@ -166,6 +166,7 @@
      CODEC_ID_BETHSOFTVID,
@@ -223,7 +223,7 @@ Index: libavcodec/avcodec.h
  extern AVCodecParser h261_parser;
 Index: libavformat/Makefile
 ===================================================================
---- libavformat/Makefile	(revision 9734)
+--- libavformat/Makefile	(revision 9779)
 +++ libavformat/Makefile	(working copy)
 @@ -36,6 +36,7 @@
  OBJS-$(CONFIG_CRC_MUXER)                 += crc.o
@@ -235,7 +235,7 @@ Index: libavformat/Makefile
  OBJS-$(CONFIG_DV_DEMUXER)                += dv.o
 Index: libavformat/raw.c
 ===================================================================
---- libavformat/raw.c	(revision 9734)
+--- libavformat/raw.c	(revision 9779)
 +++ libavformat/raw.c	(working copy)
 @@ -316,6 +316,7 @@
          av_set_pts_info(st, 64, ap->time_base.num, ap->time_base.den);
@@ -281,7 +281,7 @@ Index: libavformat/raw.c
      "raw dts",
 Index: libavformat/allformats.c
 ===================================================================
---- libavformat/allformats.c	(revision 9734)
+--- libavformat/allformats.c	(revision 9779)
 +++ libavformat/allformats.c	(working copy)
 @@ -66,6 +66,7 @@
      REGISTER_MUXER   (CRC, crc);
@@ -293,7 +293,7 @@ Index: libavformat/allformats.c
      REGISTER_MUXDEMUX(DV, dv);
 Index: libavformat/allformats.h
 ===================================================================
---- libavformat/allformats.h	(revision 9734)
+--- libavformat/allformats.h	(revision 9779)
 +++ libavformat/allformats.h	(working copy)
 @@ -39,6 +39,7 @@
  extern AVInputFormat c93_demuxer;



More information about the FFmpeg-soc mailing list