- 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
-
- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
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.
-
- 17 Jun, 2003 4 commits
-
-
Ronald S. Bultje authored
We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some working tests here Original commit message from CVS: We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some working tests here
-
Ronald S. Bultje authored
Original commit message from CVS: No quasi codecs
-
Ronald S. Bultje authored
We also need raw video/audio caps for the demuxer/muxer, plus that caps_to_codecid() didn't exist (thanks for noticin... Original commit message from CVS: We also need raw video/audio caps for the demuxer/muxer, plus that caps_to_codecid() didn't exist (thanks for noticing, dave)
-
Ronald S. Bultje authored
Original commit message from CVS: Request pads don't have a number limit
-
- 16 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.
-
- 09 Jun, 2003 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * some first trial code for ffmux_* * disable ffmux/ffdemux by default since they cause havoc I'll enable them locally for testing purposes until I've got them working in a general setup, too.
-
Ronald S. Bultje authored
Original commit message from CVS: Fix compile error on gcc-3.x
-
- 08 Jun, 2003 5 commits
-
-
Ronald S. Bultje authored
Hm, I actually misunderstood this protocol thing, since ffmpeg provides an read/write indicator, too... Here's a semi... Original commit message from CVS: Hm, I actually misunderstood this protocol thing, since ffmpeg provides an read/write indicator, too... Here's a semi-rewrite that handles writings too
-
Ronald S. Bultje authored
Some modifications to make the demuxers work, plus moving typefinding over from separate plugin to the demuxers thems... Original commit message from CVS: Some modifications to make the demuxers work, plus moving typefinding over from separate plugin to the demuxers themselves
-
Ronald S. Bultje authored
Original commit message from CVS: Change protocol slightly, if the first char is an 'i', it's input (demuxing), if it's an 'o', it's for output (muxing)
-
Ronald S. Bultje authored
Original commit message from CVS: Remove typefinding as separate plugin, this is part of the demuxers now
-
Ronald S. Bultje authored
MPEG4AAC is MPEG-4 audio, not video, and implement a _formatid_to_caps() function which tracks a GstCaps to a format ... Original commit message from CVS: MPEG4AAC is MPEG-4 audio, not video, and implement a _formatid_to_caps() function which tracks a GstCaps to a format name (muxing format etc.), useful for setting caps on demuxers
-
- 07 Jun, 2003 7 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Loop through input capses instead of just picking the first, and handle encoding errors
-
Ronald S. Bultje authored
Original commit message from CVS: Rewrite of gstffmpegenc
-
Ronald S. Bultje authored
Add a caps_to_codecid() function to read properties from a caps function for use in _connect() functions Original commit message from CVS: Add a caps_to_codecid() function to read properties from a caps function for use in _connect() functions
-
Ronald S. Bultje authored
Original commit message from CVS: Make some more use of the ffmpeg utils.c functions for buffer allocation (really handy)
-
Ronald S. Bultje authored
Original commit message from CVS: Dzjee, just found out ffmpeg has a function to calculate the buffer size for me, d'oh!
-
Ronald S. Bultje authored
Original commit message from CVS: Rename GstFFMpegClassParams to ~DecClassParams (so that the encoder can use something similar, working on that), and remove the edge stuff (finally found out how to disable that)
-
Ronald S. Bultje authored
remove gstffmpegdecall. This was a temporary hack to get around some issues with our video/avi-centered mimetype syst... Original commit message from CVS: * remove gstffmpegdecall. This was a temporary hack to get around some issues with our video/avi-centered mimetype system. Now that we use proper identifiers, we don't need that piece of cruft anymore. * update ffmpeg codec map for ffdec_*, plus make the uncompressed stream caps also be formed by the codec mapper (this is easier to handle imo). * add audio support (untested, though :P). * remove the copying of buffer content and add a get_buffer() handler instead. * add an int to ffmpegenc to make it compile and resolve the symbol. I'll truely fix that later on. * make mimetypes in the ffmpeg codec mapper conform to docs/random/mimetypes * etc. Oh, and let's not forget that it can play back DIVX5 et all nicely. Support for SVQ1/3 is also there, so if someone completes qtdemux, we can watch these, too.
-
- 29 May, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Use new ffmpeg revision
-
- 19 Apr, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - just skip the frame when there was a decoding error instead of failing.
-
- 26 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Make sure caps are reffed as we're still have a pointer to it.
-
- 25 Jan, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add xvid
-
- 20 Jan, 2003 1 commit
-
-
David I. Lehn authored
Original commit message from CVS: check for type register failures
-
- 19 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Fix codecs
-