Age | Commit message (Collapse) | Author | Files | Lines |
|
someone will fix it.
Original commit message from CVS:
* configure.ac:
* ext/aalib/Makefile.am:
* ext/aalib/gstaasink.c: (gst_aasink_get_type),
(gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps),
(gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render),
(gst_aasink_set_property), (gst_aasink_get_property),
(gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state):
* ext/aalib/gstaasink.h:
* gst/smpte/Makefile.am:
* gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init),
(gst_smpte_collected):
* gst/smpte/gstsmpte.h:
Ported 2 more plugins. usgly hack in the Makefile.am though, I'm
sure someone will fix it.
|
|
Original commit message from CVS:
some sidplay fixoring
|
|
Original commit message from CVS:
add sidplay to spec file
|
|
Original commit message from CVS:
add gst-plugins-libs
|
|
Original commit message from CVS:
* configure.ac:
* ext/sidplay/gstsiddec.cc:
* ext/sidplay/gstsiddec.h:
Ported sidplay.
|
|
Original commit message from CVS:
make mad and effectv work with gst-register
|
|
Original commit message from CVS:
minor spec file fixes
|
|
Original commit message from CVS:
* gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps),
(gst_alawdec_init), (gst_alawdec_chain):
* gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_setcaps),
(gst_alawenc_init), (gst_alawenc_chain):
* gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_setcaps),
(gst_mulawdec_init), (gst_mulawdec_chain):
* gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_setcaps),
(gst_mulawenc_init), (gst_mulawenc_chain):
Ported alaw and mulaw plugins to 0.9, fixed the negotiation as
well.
|
|
Original commit message from CVS:
add reminder to start with 0.8 code not 0.9 for plugins porting
|
|
Original commit message from CVS:
various fixes to make it possible to build rpms from gst-plugins head
|
|
Original commit message from CVS:
remove plugins now in gst-plugins-base
|
|
Original commit message from CVS:
remove gst-libs from gst-plugins module as it is in gst-plugins-base now
|
|
Original commit message from CVS:
add ported videofilter to cvs head
|
|
Original commit message from CVS:
add law plugin to build
|
|
Original commit message from CVS:
ported mad and effectv plugins
|
|
Original commit message from CVS:
2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
fix typo
|
|
Original commit message from CVS:
gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
|
|
Original commit message from CVS:
updates to make this closer to compile
|
|
Original commit message from CVS:
remove gettext for now
|
|
Original commit message from CVS:
make this module a bit more 0.9 friendly
|
|
Original commit message from CVS:
file zh_TW.po was initially added on branch BRANCH-GSTREAMER-0_8.
|
|
Original commit message from CVS:
file Makefile.am was initially added on branch BRANCH-GSTREAMER-0_8.
|
|
Original commit message from CVS:
file gstfreeze.c was initially added on branch BRANCH-GSTREAMER-0_8.
|
|
Original commit message from CVS:
file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.
|
|
Original commit message from CVS:
file gstbaseaudiosink.c was initially added on branch BRANCH-THREADED.
|
|
Original commit message from CVS:
file gstbaseaudiosink.h was initially added on branch BRANCH-THREADED.
|
|
Original commit message from CVS:
file gstringbuffer.c was initially added on branch BRANCH-THREADED.
|
|
Original commit message from CVS:
file gstringbuffer.h was initially added on branch BRANCH-THREADED.
|
|
Original commit message from CVS:
add libvisual plugin
|
|
Original commit message from CVS:
hunting season on 0.9 is now OPEN
|
|
symbol conflict.
Original commit message from CVS:
* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
Kick the hell out of gcc for not warning me about a symbol conflict.
|
|
Original commit message from CVS:
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
Don't leak caps string (fixes #168134)
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
(gst_jpegenc_init), (gst_jpegenc_finalize),
(gst_jpegenc_change_state):
Don't leak line buffers and context struct (fixes #168133).
|
|
Fix build and up requirement to 0.5.0, an...
Original commit message from CVS:
Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. Fix build and up requirement to 0.5.0, and also pass parameters to gst_diracdec_link in the right order. (fixes #167959)
|
|
Original commit message from CVS:
Whoops.
|
|
Original commit message from CVS:
Fix playback of certain invalid muxed streams. Partial fix for #149158
|
|
Original commit message from CVS:
* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
Make sure we only write to writable buffers
|
|
values for alaw and mulaw audio instead of ju...
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_audio_caps_with_data):
Do actually fix invalid RIFF fmt header values for alaw
and mulaw audio instead of just saying so.
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
Give gst_riff_create_audio_caps_with_data() a chance to
fix up broken format header fields before extracting any
parameters from the header. (fixes #167633)
|
|
Original commit message from CVS:
Don't leak othercaps in link function (fixes #167878)
|
|
Original commit message from CVS:
support libvisual 0.2.0
|
|
Original commit message from CVS:
Fix rowstrides
|
|
gcc-2.95 happy
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_invert):
Declare variables at beginning of block and make gcc-2.95 happy
(fixes # 167482, patch by Gergely Nagy).
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpclientsrc.h:
Move some includes into the header, so that struct sockaddr_in is
defined when it should be defined on FreeBSD as well (fixes
#167483).
* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
Don't pass uninitialised values to setsockopt() here either.
|
|
Original commit message from CVS:
Do not pass uninitialised values to setsockopt(). (fixes #167704)
|
|
in opt.
Original commit message from CVS:
* gst/playback/gstplaybin.c: (add_sink):
Invert bin_add/link order to workaround deadlock in opt.
|
|
Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
Add missing break causing position queries to fail.
|
|
calculations...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
Granpos can apparently be -1, which screws up calculations...
|
|
stream thread from whichever thread sends them.
Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
(gst_ximagesink_send_pending_navigation),
(gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
(gst_ximagesink_init):
* sys/ximage/ximagesink.h:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
(gst_xvimagesink_send_pending_navigation),
(gst_xvimagesink_navigation_send_event),
(gst_xvimagesink_finalize), (gst_xvimagesink_init):
* sys/xvimage/xvimagesink.h:
Use a mutex protected list to marshal navigation
events into the stream thread from whichever thread
sends them.
|
|
position get adjusted when queried (note that c...
Original commit message from CVS:
Add query function to GstSpeed, so that the stream length and current position get adjusted when queried (note that current position queries may still be wrong if the audio sink returns values based on buffer timestamps instead of passing on the query
|
|
linking
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
(gst_audio_convert_channels):
create channel conversion matrix when linking
* gst/audioconvert/.cvsignore:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/channelmixtest.c: (main):
add (ugly) test that ensures stereo <=> mono conversion works
correctly
|
|
Original commit message from CVS:
* gst/audioconvert/gstchannelmix.h:
include missing header file
* gst/audioconvert/gstchannelmix.c:
(gst_audio_convert_fill_compatible):
use same sign for both channels when converting to/from compatible
channel. Previously used different signs made the signals cancel
each other out and appear like silence. (fixes #167269)
|
|
Original commit message from CVS:
Convert to and from YV12 (fixes #156379)
|