gstreamer/gst-libs/ext/ffmpeg
Benjamin Otte 112b1959da merge TYPEFIND branch. Major changes:
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-28 20:52:41 +00:00
..
patch Update FFMPEG snapshot to this morning's. Asked for by apoc. 2003-10-26 11:51:17 +00:00
.gitignore ignore ffmpeg dir 2003-01-05 23:14:02 +00:00
Makefile.am Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already 2003-10-28 12:20:52 +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.