- 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
-
- 18 Jan, 2003 3 commits
-
-
David I. Lehn authored
Original commit message from CVS: lower sample_rate property minimum value to -1 to accoutn for default of -1
-
Wim Taymans authored
Original commit message from CVS: Fix dipose, removed g_print
-
Wim Taymans authored
Original commit message from CVS: Map XVID to mpeg4
-
- 13 Jan, 2003 2 commits
-
-
Iain Holmes authored
Original commit message from CVS: Lower the rank of ffmpeg
-
Jan Schmidt authored
Original commit message from CVS: Correcting typos in the mime types: "unkown/unkown" -> "unknown/unknown"
-
- 12 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Only close the codec if we opened it
-
- 10 Jan, 2003 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: more link fixes
-
Thomas Vander Stichele authored
Original commit message from CVS: PadConnect -> PadLink
-
Thomas Vander Stichele authored
another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
-
- 07 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Add missing codecs
-
- 04 Jan, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Adapts it slightly to work with spider, and adds one change suggested by the ffmpeg team
-