Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
MP3 is mpegversion=1, else it clashes with MPEG/AAC
|
|
Original commit message from CVS:
nonsrcdir build fixes
|
|
Original commit message from CVS:
make sdl depend on X
|
|
Original commit message from CVS:
dist fix
|
|
Original commit message from CVS:
distcheck fixes
|
|
Original commit message from CVS:
build fix
|
|
Original commit message from CVS:
Fixing makefile. Smarter seek
|
|
Original commit message from CVS:
not done yet
|
|
Original commit message from CVS:
trademark protection
|
|
Original commit message from CVS:
Synchronizing my changes.
|
|
Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.
|
|
Original commit message from CVS:
make pixbuf loader dir configurable
|
|
Original commit message from CVS:
adding my latest fixes. The xvid stuff prolly need some fixing
|
|
Original commit message from CVS:
unnecessary includes that prevent the build with freedesktop.org X server
|
|
Original commit message from CVS:
distcheck fixes: include built sources in CLEANFILES
|
|
Original commit message from CVS:
fix build wrt to autoplug test
|
|
Original commit message from CVS:
some fixes to work again
|
|
Original commit message from CVS:
Wrong optimization from my side. Mpeg2enc works now
|
|
Original commit message from CVS:
removed GST_*_CAST. Disabling of type checking is done in glib.
|
|
header is frozen. :)
Original commit message from CVS:
Using private structure for members so that we have more chance that the header is frozen. :)
|
|
mjpegtools. Currently, there's a few release candi...
Original commit message from CVS:
This is a first attempt at a wrapper for the lib'ified mpeg2enc of
mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2
available, but no stable version yet.
I've made 4 small subclasses to wrap input, output, options and generic
encoding model. The last .cc file is the GStreamer plugin element.
Note that it doesn't actually work yet, I'm doing something wrong with
header parsing and Andrew asked me to commit so he could help debugging
that. Apart from that, we should soon be able to make top-quality MPEG
encodes! :).
mpeg2enc licensing is tricky, btw, I don't even want to start discussing
that...
|
|
Original commit message from CVS:
Implement something to make video play faster/slower
|
|
Original commit message from CVS:
Committed fix for #128893 (properly detect too old libfaad installations)
|
|
Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
|
|
Original commit message from CVS:
Adding a new plugin: switch.
It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon.
It should be able to handle any kind of data passing through it.
It is still a work in progress don't consider it usable for production yet.
|
|
Original commit message from CVS:
Adding visualization.
Removing interfaces.
Preparing videoswitch integration.
|
|
Original commit message from CVS:
Whoops, this one is needed too
|
|
Original commit message from CVS:
Hm, darn, forgot to commit one dir
|
|
Original commit message from CVS:
Don't use class casts before they're initialized
|
|
Original commit message from CVS:
Typo
|
|
Original commit message from CVS:
time_tick works.
have_video_size works.
|
|
Original commit message from CVS:
Updating with my local repository. It already plays video with sound :) Great !
|
|
Original commit message from CVS:
Adding my work in progress rewrite from scratch of libgstplay.
|
|
signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
|
|
Original commit message from CVS:
Remove copyright from GST_PLUGIN_DEFINE
|
|
needed to be swapped). Also add X requirement ...
Original commit message from CVS:
Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement to v4l2
|
|
Original commit message from CVS:
another fix
|
|
Original commit message from CVS:
remove copyright field from plugins
|
|
Original commit message from CVS:
fix X dependencies
|
|
Original commit message from CVS:
what was this doing here ?
|
|
Original commit message from CVS:
fixing up X test and general features test
|
|
Original commit message from CVS:
Add ACLOCAL_AMFLAGS
|
|
Original commit message from CVS:
change _connect to _link
|
|
Original commit message from CVS:
Add check for faad2 (faad1 was detected, too, but we don't want that)
|
|
Original commit message from CVS:
Change everyone to video/x-msvideo
|
|
Original commit message from CVS:
Added audio/x-m4a to the sink caps
|
|
Original commit message from CVS:
fixing bug #127984, we require a higher version of the alsa library
|
|
Original commit message from CVS:
fixing bug #126985, gst core requires 1.6 anyway
|
|
Original commit message from CVS:
that bracket needs to be closed
|
|
Original commit message from CVS:
ooops, those files shouldn't have been committed in the latest commit.
|