Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Global change from "caps2" to "caps"
|
|
Original commit message from CVS:
Fix a few typos in the caps conversion
|
|
Original commit message from CVS:
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3
|
|
(untested unfortunately)
Original commit message from CVS:
port to new caps branch. Includes complete rework of colorspace caps nego. (untested unfortunately)
|
|
Original commit message from CVS:
Fix RGB better
|
|
Original commit message from CVS:
Change everyone to video/x-msvideo
|
|
Original commit message from CVS:
oops, got the RGB32 codecs wrong
|
|
Original commit message from CVS:
make ffcolorspace work
|
|
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.
|
|
Original commit message from CVS:
+ checking in plugin category changes
|
|
Original commit message from CVS:
Oops, some pretty bad memleaks
|
|
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. :).
|
|
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
|
|
Original commit message from CVS:
Add a function that build the context extradata from caps property
|
|
Original commit message from CVS:
Use caps properties to set additional data to ffmpeg context (for wma)
|
|
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 ;)
|
|
Original commit message from CVS:
random fixes to ffmpeg: decoding of mp3 now works, call parent_class->dispose
|
|
available yet)
Original commit message from CVS:
fix ffmpeg by using an ugly hack (put data as GType 0 when there is no type available yet)
|
|
Original commit message from CVS:
Bla
|
|
Original commit message from CVS:
Fix compile problem on gcc-2.95. Fixes #125635.
|
|
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
|
|
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
|
|
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...
|
|
Original commit message from CVS:
< <-> > confusion
|
|
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.
|
|
Original commit message from CVS:
FFMPEG-based colorspace conversion plugin
|
|
Original commit message from CVS:
Fix stupid typo
|
|
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.
|
|
Original commit message from CVS:
includes are in top_srcdir
|
|
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
|
|
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.
|
|
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
|
|
Original commit message from CVS:
reverting error patch before making a branch.
|
|
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
|
|
Original commit message from CVS:
Use ffmpeg libraries build by local automake Makefiles
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
Original commit message from CVS:
use commas instead of newlines for author field (makes output greppable)
|
|
Original commit message from CVS:
More compilation fixes from my latest commit
|
|
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
|
|
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.
|
|
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
|
|
Original commit message from CVS:
No quasi codecs
|
|
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)
|
|
Original commit message from CVS:
Request pads don't have a number limit
|
|
Original commit message from CVS:
Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.
|
|
they cause havoc
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.
|
|
Original commit message from CVS:
Fix compile error on gcc-3.x
|
|
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
|
|
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
|
|
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)
|