- Dec 18, 2003
-
-
Ronald S. Bultje authored
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding... Original commit message from CVS: Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.
-
Ronald S. Bultje authored
Original commit message from CVS: Well, hack to get this RGB thing truely right
-
- Dec 17, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix small typo in RGB32LE red-mask check
-
- Dec 12, 2003
-
-
Ronald S. Bultje authored
Re-enable SVQ3, and also add a workaround for the fact that it writes to (read-only) buffers. This effectively makes ... Original commit message from CVS: Re-enable SVQ3, and also add a workaround for the fact that it writes to (read-only) buffers. This effectively makes svq3 work
-
- Dec 09, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: tweaks 'n' docs
-
Thomas Vander Stichele authored
Original commit message from CVS: sandbox to get ffmpeg to play nicely in all cases
-
- Dec 05, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix compilation
-
- Nov 28, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix RGB better
-
- Nov 27, 2003
-
-
David Schleef authored
Original commit message from CVS: Change everyone to video/x-msvideo
-
- Nov 25, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: oops, got the RGB32 codecs wrong
-
Benjamin Otte authored
Original commit message from CVS: make ffcolorspace work
-
Benjamin Otte authored
Original commit message from CVS: - disable svq3 as it still crashes and spider tries to use it. - copy buffers if necessary before sending them for decode in SVQ1 case. The decoder writes to the data.
-
- Nov 16, 2003
-
-
Leif Johnson authored
Original commit message from CVS: + checking in plugin category changes
-
- Nov 12, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: Oops, some pretty bad memleaks
-
Ronald S. Bultje authored
Several encoding changes: for video, double check the pix_fmt after opening the AVCodec. The pix_fmt will be changed ... Original commit message from CVS: Several encoding changes: * for video, double check the pix_fmt after opening the AVCodec. The pix_fmt will be changed to the preferred pix_fmt instead of that opening the codec fails. We fail when it has changed (then, ffmpeg doesn't like it). * for video, set the correct timestamp. * for audio, do *not* set the frame_size: most codecs don't like it. Instead, keep a cache of buffers and always give data of size "frame_size". Maybe I should have used bytestream here, I'm not sure. This works, though. I can now create mpeg1 video, mp2 and ac3 audio. I didn't test any others yet. I also didn't start working on integration with any of the muxers yet, that's all one big TODO. One thing at a time, please. :).
-
- Nov 10, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: some fixes: - put back a fix to make generic audio caps fixed. - read out all of the flags when constructing wma extradata
-
- Nov 07, 2003
-
-
Jeremy Simon authored
Original commit message from CVS: Add a function that build the context extradata from caps property
-
- Nov 05, 2003
-
-
Jeremy Simon authored
Original commit message from CVS: Use caps properties to set additional data to ffmpeg context (for wma)
-
Benjamin Otte authored
fix GST_FF_AUD_CAPS_NEW to not include channels and rate in unfixed caps and make audio caps use them again. This ens... Original commit message from CVS: fix GST_FF_AUD_CAPS_NEW to not include channels and rate in unfixed caps and make audio caps use them again. This ensures that audio encoders set these properties when setting fixed caps and audio decoders can advertise fixed caps, too. This should work in all cases. If not, change it back and ffdec_mp3 is broken again ;)
-
- Nov 04, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: random fixes to ffmpeg: decoding of mp3 now works, call parent_class->dispose
-
- Nov 02, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: fix ffmpeg by using an ugly hack (put data as GType 0 when there is no type available yet)
-
Ronald S. Bultje authored
Original commit message from CVS: Bla
-
- Oct 31, 2003
-
-
David Schleef authored
Original commit message from CVS: Fix compile problem on gcc-2.95. Fixes #125635.
-
- Oct 29, 2003
-
-
David Schleef authored
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
-
- Oct 28, 2003
-
-
Benjamin Otte authored
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
-
- Oct 26, 2003
-
-
Ronald S. Bultje authored
Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder... Now to find out why it still doesn't l... Original commit message from CVS: Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder... Now to find out why it still doesn't list itself after gst-register'ing...
-
Ronald S. Bultje authored
Original commit message from CVS: < <-> > confusion
-
Ronald S. Bultje authored
Original commit message from CVS: Make it compile against latest CVS of FFMPEG: * Put gst/gst.h above avcodec.h because it needs some types defined in glib.h * Remove HQ (removed from lavc) property Also add some functions to make SVQ1 decoding work: * Add YUV9 colorspace * Let lavc do its own buffer allocation and copy from there instead of using our own buffer allocation functions. Somehow, that breaks. I don't know why.
-
- Oct 25, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: FFMPEG-based colorspace conversion plugin
-
- Oct 22, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix stupid typo
-
- Oct 20, 2003
-
-
Ronald S. Bultje authored
and small improvement in naming of the FFMPEG encoders. This makes their naming look slightly better in apps using el... Original commit message from CVS: Typo (> instead of <) in codec selection (we don't want raw audio to raw audio encoders), and small improvement in naming of the FFMPEG encoders. This makes their naming look slightly better in apps using element_factory->details->longname.
-
- Oct 16, 2003
-
-
David Schleef authored
Original commit message from CVS: includes are in top_srcdir
-
- Oct 09, 2003
-
-
David Schleef authored
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
-
- Oct 08, 2003
-
-
Andy Wingo Wingo authored
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
-
- Oct 01, 2003
-
-
Ronald S. Bultje authored
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
-
- Sep 16, 2003
-
-
Thomas Vander Stichele authored
Original commit message from CVS: reverting error patch before making a branch.
-
- Sep 15, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
-
- Sep 11, 2003
-
-
David Schleef authored
Original commit message from CVS: Use ffmpeg libraries build by local automake Makefiles
-
- Aug 09, 2003
-
-
David Schleef authored
Original commit message from CVS: Remove redundant plugindir definition
-
- Jul 08, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: use commas instead of newlines for author field (makes output greppable)
-