- 17 Dec, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix small typo in RGB32LE red-mask check
-
- 12 Dec, 2003 1 commit
-
-
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
-
- 09 Dec, 2003 2 commits
-
-
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
-
- 05 Dec, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix compilation
-
- 28 Nov, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix RGB better
-
- 27 Nov, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Change everyone to video/x-msvideo
-
- 25 Nov, 2003 3 commits
-
-
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.
-
- 16 Nov, 2003 1 commit
-
-
Leif Johnson authored
Original commit message from CVS: + checking in plugin category changes
-
- 12 Nov, 2003 2 commits
-
-
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. :).
-
- 10 Nov, 2003 1 commit
-
-
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
-
- 07 Nov, 2003 1 commit
-
-
Jeremy Simon authored
Original commit message from CVS: Add a function that build the context extradata from caps property
-
- 05 Nov, 2003 2 commits
-
-
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 ;)
-
- 04 Nov, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: random fixes to ffmpeg: decoding of mp3 now works, call parent_class->dispose
-
- 02 Nov, 2003 2 commits
-
-
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
-
- 31 Oct, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix compile problem on gcc-2.95. Fixes #125635.
-
- 29 Oct, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
-
- 28 Oct, 2003 1 commit
-
-
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
-
- 26 Oct, 2003 3 commits
-
-
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.
-
- 25 Oct, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: FFMPEG-based colorspace conversion plugin
-
- 22 Oct, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Fix stupid typo
-
- 20 Oct, 2003 1 commit
-
-
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.
-
- 16 Oct, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: includes are in top_srcdir
-
- 09 Oct, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
-
- 08 Oct, 2003 1 commit
-
-
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.
-
- 01 Oct, 2003 1 commit
-
-
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
-
- 16 Sep, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: reverting error patch before making a branch.
-
- 15 Sep, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
-
- 11 Sep, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Use ffmpeg libraries build by local automake Makefiles
-
- 09 Aug, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Remove redundant plugindir definition
-
- 08 Jul, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: use commas instead of newlines for author field (makes output greppable)
-
- 07 Jul, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: More compilation fixes from my latest commit
-
- 06 Jul, 2003 1 commit
-
-
Ronald S. Bultje authored
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
-