gstreamer/gst-libs/ext/ffmpeg
Jeremy Simon 2addec025a Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
Original commit message from CVS:
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps
The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
2003-11-05 23:06:27 +00:00
..
patch Patch avcodec.h and wmadec.c to use flag1 and flag2 from context 2003-11-05 23:06:27 +00:00
.gitignore ignore ffmpeg dir 2003-01-05 23:14:02 +00:00
Makefile.am Remove trailing slash in last line of comment, it causes issues with certain versions of automake 2003-11-05 10:57:58 +00:00
README a new way of handling ffmpeg cvs 2003-01-05 11:31:01 +00:00
Tag merge TYPEFIND branch. Major changes: 2003-10-28 20:52:41 +00:00

HOWTO sync to a new ffmpeg CVS date:

a) manually update with cvs update -D 'new date tag'
b) fix stuff so that our plug-in builds against it
c) in configure.ac, replace the date tag with your new tag
d) copy gst-libs/ext/ffmpeg/ffmpeg/CVS/Tag to gst-libs/ext/ffmpeg/Tag
e) commit all these changes to cvs

The reason both c) and d) need to be done is because cvs doesn't understand
it's own Tag file format as a date spec.