Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
remove some debugging. it works already
|
|
gst-player and any other app that uses the...
Original commit message from CVS:
backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
|
|
Original commit message from CVS:
make default video sink be colorspace ! xvideosink
|
|
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
|
Original commit message from CVS:
removing warnings as approved by wim
|
|
Original commit message from CVS:
removing warnings (approved by wtay)
|
|
Original commit message from CVS:
- isprint seems to detect and ascii stream better
|
|
Original commit message from CVS:
added v4l2 plugins
|
|
Original commit message from CVS:
some simple fixes and additions
|
|
Original commit message from CVS:
This adds v4l2 stuff to the build system
|
|
plugins is the same as for v4l1 - i.e. an el...
Original commit message from CVS:
this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
|
|
Original commit message from CVS:
Fixup dvdnav plugin.
Merge .h into .c.
Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.
|
|
Original commit message from CVS:
Fix license to LGPL and add a file explaining the LGPL license
|
|
Original commit message from CVS:
copy_on_write
|
|
Original commit message from CVS:
get a writable buffer
|
|
Original commit message from CVS:
fix default videosink to be xvideosink not videosink
|
|
Original commit message from CVS:
small fixage to get latest gconf stuff etc.
|
|
Original commit message from CVS:
fix spec.in as DV has become LIBDV
|
|
Original commit message from CVS:
this should've gone in a long time ago
|
|
Original commit message from CVS:
fix jack input port connection
|
|
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
|
|
authors about a possible LGPL relicense.
Original commit message from CVS:
Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.
|
|
Original commit message from CVS:
ok, i should stop playing around with this now ;)
|
|
Original commit message from CVS:
also adding a libstdc++ check explicitly
|
|
Original commit message from CVS:
need c++
|
|
let me know if it works or not !
Original commit message from CVS:
closes
http://bugzilla.gnome.org/show_bug.cgi?id=87453
please test this and let me know if it works or not !
|
|
Original commit message from CVS:
shiny new avifile test macro
let's give it a ride
|
|
Original commit message from CVS:
use gstcontrol as a lib, not a plugin
|
|
Original commit message from CVS:
add #include <stdlib.h> where needed
|
|
qtdemux.c:331: warning: implicit declaration of funct...
Original commit message from CVS:
qtdemux.c:315: warning: implicit declaration of function `free'
qtdemux.c:331: warning: implicit declaration of function `malloc'
|
|
Original commit message from CVS:
demo-mp3.c:26: warning: implicit declaration of function `exit'
|
|
Original commit message from CVS:
vorbis check fix (applied upstream)
remove unused glade m4
|
|
Original commit message from CVS:
libdv build fixes
|
|
Original commit message from CVS:
add common and m4 to dist
|
|
Original commit message from CVS:
update to 0.4.0-4 debian packages
|
|
Original commit message from CVS:
split gst plugins between c and c++ ones
|
|
Original commit message from CVS:
oops, longtime pending fix
|
|
Original commit message from CVS:
fix for compilation when DEBUG is disabled
|
|
Original commit message from CVS:
Don't unref event after calling the default handler
|
|
'end-track','current-track' and 'cddb-discid' propert...
Original commit message from CVS:
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
|
|
Original commit message from CVS:
one bin is enough
|
|
Original commit message from CVS:
Added linux/cdrom.h check patch from cbschmid
|
|
Original commit message from CVS:
- Remove the dummy scheduler hack
- Remove the state change hack
|
|
make this work
Original commit message from CVS:
Added conditional for cdrom, someone needs to write a configure check
to make this work
|
|
Original commit message from CVS:
Added cdrom plugin
|
|
Original commit message from CVS:
Added the cdrom plugin by ishamael.
|
|
Original commit message from CVS:
Add videotestsrc plugin
|
|
Original commit message from CVS:
* fix to adder: don't pull on unusable pads
* fix to ladspa: get output buffers first, so we can know how many frames to
process
- this breaks inplace buffer stuff, hmm
* fix to float2int: add a bufferpool with the same nframes as the source pad's
pool -> no extra latency
|
|
Original commit message from CVS:
Some small updates
|
|
Original commit message from CVS:
fix a segfault, and support ladspa 1.1 (default parameter values)
|