Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL
Add readme with some info
|
|
Original commit message from CVS:
fix license of tremor Vorbis plugin to be LGPL not GPL
|
|
Original commit message from CVS:
Implement mpeg-delimited framerate lists instead of (too wide) ranges
|
|
Original commit message from CVS:
And yet another compilation failure
|
|
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:
small disting fix
|
|
Original commit message from CVS:
add gst/videofilter and ext/pango
|
|
Original commit message from CVS:
fix type punning
|
|
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.
|
|
Original commit message from CVS:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
|
|
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
|
|
with dynamic number of sink pads in float2i...
Original commit message from CVS:
* caps refcounting fixes for float2int
* fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int
* added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
|
|
Original commit message from CVS:
hack removal
|
|
Original commit message from CVS:
Removed ugly caps fixed flag hack, will be done automatically in
core soon
|
|
Original commit message from CVS:
g_warning -> GST_DEBUG
|
|
Original commit message from CVS:
Add ranking to divx/xvid plugins
|
|
Original commit message from CVS:
Somewhat improve error reporting
|
|
Original commit message from CVS:
This fixes a segfault on exit
|
|
Original commit message from CVS:
Hm, let's not quit on these since the divx libs seem totally hosed
|
|
API stable?!?)
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
|
|
Original commit message from CVS:
UNITS -> DEFAULT
|
|
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
|
|
Original commit message from CVS:
better state change/link function
|
|
script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
|
|
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
|
|
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
|
|
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
|
|
Original commit message from CVS:
Rewrote much of the code. Hopefully will work with gst-player now.
|
|
closed-source)
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
|
|
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
|
|
Original commit message from CVS:
Refix #104689
|
|
Original commit message from CVS:
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
|
|
int32. Should go into 0.6.1.
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
|
|
Original commit message from CVS:
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.
Doesn't need to go into 0.6.1, imo.
|
|
Original commit message from CVS:
update for the latest jack cvs and non-cothreaded gst scheduler
|
|
Original commit message from CVS:
Complete the move of the RTP plugin
|
|
Original commit message from CVS:
commit first part of ivorbis fixes
|
|
Original commit message from CVS:
state change fixes from Pedro Corte-Real for shout and shout2 plugins
|
|
also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
|
|
Original commit message from CVS:
remove autogenerated file
|
|
Original commit message from CVS:
merge integer based Tremor vorbis plugin
|
|
Original commit message from CVS:
Changed caps->fixed to use FLAG_SET
|
|
Original commit message from CVS:
- properly ref/unref the caps while doing caps nego
|
|
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
|
Original commit message from CVS:
remove README from Makefile.am as there is no README
|
|
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
|
|
Original commit message from CVS:
Add length querying
|
|
Original commit message from CVS:
Update for new API
|
|
Original commit message from CVS:
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
|
|
Original commit message from CVS:
unref pool too
|