summaryrefslogtreecommitdiffstats
path: root/gst-libs/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte1-42/+89
Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-22distcheck fixesDavid Schleef1-11/+3
Original commit message from CVS: distcheck fixes
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-1/+0
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
2003-11-07We don't need to patch wmadec.c and avcodec.h anymoreJeremy Simon1-52/+0
Original commit message from CVS: We don't need to patch wmadec.c and avcodec.h anymore
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje3-0/+12
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-05Patch avcodec.h and wmadec.c to use flag1 and flag2 from contextJeremy Simon1-0/+52
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-05Remove trailing slash in last line of comment, it causes issues with certain ↵Ronald S. Bultje1-1/+1
versions of automake Original commit message from CVS: Remove trailing slash in last line of comment, it causes issues with certain versions of automake
2003-11-04disable Altivec until someone fixes the build to allow it conditionallyBenjamin Otte1-5/+6
Original commit message from CVS: disable Altivec until someone fixes the build to allow it conditionally
2003-10-28Disable lame in ffmpeg, tooRonald S. Bultje1-1/+0
Original commit message from CVS: Disable lame in ffmpeg, too
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
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-28Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and ↵Ronald S. Bultje1-2/+0
we've got our own ogg/vorbis codec already Original commit message from CVS: Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
2003-10-26Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje3-105/+130
Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-09-27make ffmpeg erroring out work:Benjamin Otte1-1/+7
Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller1-0/+2
Original commit message from CVS: latest fixes to get everything disting and building like a charm
2003-09-13Add missing \David Schleef1-1/+1
Original commit message from CVS: Add missing \
2003-09-12build and disting fixesChristian Schaller1-12/+6
Original commit message from CVS: build and disting fixes
2003-09-11Add some stuff to disable bad asm codeDavid Schleef1-16/+101
Original commit message from CVS: Add some stuff to disable bad asm code
2003-09-11Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef1-0/+154
Original commit message from CVS: Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
2003-09-11misc minor build and rpm fixesChristian Schaller1-1/+0
Original commit message from CVS: misc minor build and rpm fixes
2003-08-21compilation problems on FreeBSD.Andrew Turner1-0/+1
Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
2003-08-19needed fixes to enable building of RPMS of gst-pluginsChristian Schaller1-1/+3
Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
2003-08-13so bug cannot be closed yetRonald S. Bultje3-2/+9
Original commit message from CVS: Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
2003-08-13dist fixThomas Vander Stichele1-2/+0
Original commit message from CVS: dist fix
2003-07-27Make mplex build dependent on USE_MPLEXDavid Schleef1-0/+6
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
2003-07-27Add mplex subdirDavid Schleef1-1/+1
Original commit message from CVS: Add mplex subdir
2003-07-26Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.David Schleef41-0/+9085
Original commit message from CVS: Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.
2003-07-22Force MAKEFLAGS to -j1 since ffmpeg is not -j safeDavid Schleef1-0/+2
Original commit message from CVS: Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-1/+1
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-07A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller1-0/+3
plugin still doesn't build for me, but I thi... Original commit message from CVS: A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-1/+1
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-17New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje1-1/+1
Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-11Fix 114948 - adds some autotools magic that makes sure that we only make ↵Ronald S. Bultje1-2/+2
install ffmpeg if its actually there Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
2003-05-29Use new ffmpeg revisionRonald S. Bultje2-47/+24
Original commit message from CVS: Use new ffmpeg revision
2003-04-07Remove CVS/Tag from dist. Should go into 0.6.1.David Schleef1-1/+0
Original commit message from CVS: Remove CVS/Tag from dist. Should go into 0.6.1.
2003-04-05add commentsRonald S. Bultje1-3/+15
Original commit message from CVS: add comments
2003-04-04Well, ok, one more patch - fix the well-known v4l compilation problems ↵Ronald S. Bultje1-0/+10
inside ffmpeg too Original commit message from CVS: Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller1-1/+1
also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-01-20uninstall fixThomas Vander Stichele1-0/+5
Original commit message from CVS: uninstall fix
2003-01-16this is a better wayThomas Vander Stichele1-2/+4
Original commit message from CVS: this is a better way
2003-01-16patch ffmpegThomas Vander Stichele1-0/+13
Original commit message from CVS: patch ffmpeg
2003-01-16thaytan's ffmpeg function renaming patchThomas Vander Stichele1-0/+65
Original commit message from CVS: thaytan's ffmpeg function renaming patch
2003-01-10this should fix Uraeus's rpm making problemThomas Vander Stichele1-2/+2
Original commit message from CVS: this should fix Uraeus's rpm making problem
2003-01-08merge back from releaseThomas Vander Stichele1-1/+8
Original commit message from CVS: merge back from release
2003-01-05ignore ffmpeg dirThomas Vander Stichele1-0/+1
Original commit message from CVS: ignore ffmpeg dir
2003-01-05only slurp in cvs modeThomas Vander Stichele1-1/+1
Original commit message from CVS: only slurp in cvs mode
2003-01-05a new way of handling ffmpeg cvsThomas Vander Stichele2-0/+11
Original commit message from CVS: a new way of handling ffmpeg cvs
2003-01-03some dist fixesThomas Vander Stichele1-0/+55
Original commit message from CVS: some dist fixes
2002-12-30ffmpeg fixThomas Vander Stichele1-1/+1
Original commit message from CVS: ffmpeg fix
2002-12-27yes sir i can boogieThomas Vander Stichele1-0/+1
Original commit message from CVS: yes sir i can boogie
2002-12-27sighThomas Vander Stichele1-0/+9
Original commit message from CVS: sigh