gstreamer/gst-libs/ext/ffmpeg
Andy Wingo 9ee0b03986 actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply with the buffer-frames caps proper...
Original commit message from CVS:
* actually recurse into sndfile if we are able
* big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general
cleanups
- the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins)
you need to use a filtered connection, just like with buffer-frames
* big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit
simpler
* make the ossclock general, add it to gstaudio, and use it in sndfile as well

i need to update mimetypes, but that's coming soon. there are some other plugins that don't
support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-16 16:08:13 +00:00
..
patch Use new ffmpeg revision 2003-05-29 19:33:58 +00:00
.gitignore ignore ffmpeg dir 2003-01-05 23:14:02 +00:00
Makefile.am A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi... 2003-07-07 22:40:55 +00:00
README a new way of handling ffmpeg cvs 2003-01-05 11:31:01 +00:00
Tag actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply with the buffer-frames caps proper... 2003-07-16 16:08:13 +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.