Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
fix cdparanoia include dir location check.
fix libdv check to use pkg-config.
use libdv cflags.
|
|
Original commit message from CVS:
Fix buffer allocation problem.
|
|
colorspace without activating it use _many fun...
Original commit message from CVS:
use _or_warn to notify when failing to create elements
adding code for colorspace without activating it
use _many functions for mpeg
|
|
Original commit message from CVS:
various AC_HELP_STRING changes
|
|
Original commit message from CVS:
no need for feature, it's in common
various AC_HELP_STRING changes
|
|
Original commit message from CVS:
same changes
|
|
Original commit message from CVS:
Patches by Joshua
|
|
Original commit message from CVS:
add common to dist
|
|
Original commit message from CVS:
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
|
|
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
|
|
Original commit message from CVS:
same fix for plugins
|
|
that can only go in a jack bin. I had to...
Original commit message from CVS:
Finally we're on to a proper jack setup, with a specialized bin and elements
that can only go in a jack bin. I had to fix the parser first to do this, but
to run it, the syntax is like so:
gst-launch jackbin.( filesrc ! mad ! jacksink )
But of course it's not fully functional yet. Sigh.
|
|
Original commit message from CVS:
please someone fix the necessary pointer cast for this test to work
|
|
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
|
Original commit message from CVS:
various Wall fixes
|
|
Original commit message from CVS:
fixed first bunch of compiler warnings
|
|
Original commit message from CVS:
acconfig.h usage deprecated
|
|
Original commit message from CVS:
*sigh* it's not doing anything useful anyway atm
|
|
capsnego in adder improved capsnego in i...
Original commit message from CVS:
* get up-to-date with the gst_caps_debug api
* improved capsnego in mad
* improved capsnego in adder
* improved capsnego in intfloat plugins
* unbroke capsnego in stereomono plugins
* fix cothread stack allocation within the main thread in new cothreads
|
|
Original commit message from CVS:
adapt to use new stuff
|
|
plugin debug output for the first time, I'...
Original commit message from CVS:
Uhm, if I'll be fixing errors like this all over just because I'm enabling
plugin debug output for the first time, I'm in for a world of hurt over
the next few hours...
|
|
Original commit message from CVS:
quiet a warning from autoconf
|
|
Original commit message from CVS:
it's all about the versioning baby
|
|
Original commit message from CVS:
release version fix
|
|
Original commit message from CVS:
fixing aclocal
|
|
Original commit message from CVS:
syncing with as-version
|
|
Original commit message from CVS:
fix mad check, add defaut options properly
|
|
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
|
|
Original commit message from CVS:
fixing make distcheck
|
|
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
|
|
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
|
|
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
|