Age | Commit message (Collapse) | Author | Files | Lines |
|
did the faad API change or something ? al...
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
I don't understand how this got unnoticed for so long - did the
faad API change or something ?
also, we're getting samplerate and channels in the first call,
but not actually *doing* anything with that. Sigh.
* ext/libmng/gstmngdec.c:
switch from 0.0 to 1.0 minimum framerate, even though that's
*stupid* because we want to use mngdec for things that happen
less than once a second, but it's the only way to have
somewhat acceptable negotiation.
* ext/theora/theoraenc.c: (theora_enc_chain):
add a debug message.
|
|
(larger for video than for others).
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gen_preroll_element):
Set max. buffer size depending on media type (larger for video
than for others).
|
|
Original commit message from CVS:
support h264 video in matroska
|
|
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
Fix distortion in 8-bit audio tracks (#306680).
|
|
(fixes #306660)
Original commit message from CVS:
* sys/glsink/glimagesink.c: (gst_glimagesink_getcaps),
(gst_glimagesink_init_display), (gst_glimagesink_chain):
Make MESA extensions dependent on having MESA. (fixes #306660)
|
|
confused arrays and lists.
Original commit message from CVS:
* gst-libs/gst/audio/multichannel.c:
(gst_audio_set_structure_channel_positions_list):
revert my patch from 2005-06-01. I confused arrays and lists.
|
|
sound-juicer and totem, all work fine after the...
Original commit message from CVS:
* ext/cdparanoia/gstcdparanoia.c: (set_track), (cdparanoia_event):
Unbreak soundjuicer (tested gnome-cd, sound-juicer and totem,
all work fine after these changes).
|
|
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
Add codecdata on avc1 (h264).
|
|
only the Y plane.
Original commit message from CVS:
* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
Let's not break planar YUV by allocating only the Y plane.
|
|
state change function, proper error reporti...
Original commit message from CVS:
* sys/ximage/ximagesrc.c: (gst_ximagesrc_getcaps),
(gst_ximagesrc_change_state), (gst_ximagesrc_init),
(gst_ximagesrc_get_property), (gst_ximagesrc_base_init),
(gst_ximagesrc_class_init):
Some extra checks, move display initialization to state change
function, proper error reporting if no $DISPLAY is available.
|
|
Original commit message from CVS:
* ext/audiofile/gstafparse.c: (gst_afparse_class_init),
(gst_afparse_init), (gst_afparse_finalize):
Portability fix for non-exported function (#305435).
|
|
actually set in_duration where we want to ca...
Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
Fix copy'n'past-o from previous commit and actually
set in_duration where we want to calculate in_duration.
Make "in" and "out" properties return the number of
samples (as advertised) instead of the number of
buffers.
|
|
buffer with a greater-than-zero offset can...
Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
(gst_audiorate_init), (gst_audiorate_chain):
Make case of overlapping buffers work (a sub buffer
with a greater-than-zero offset cannot have the same
length as the input buffer); also, calculate offset
fields from timestamp/duration and vice versa when
those fields are not set (we later assume they are all
set and valid, so we better set them to something
sane instead of doing calculations with random input
values). (also fixes #305428)
|
|
Original commit message from CVS:
if faad wants params in exact bit-width, then deliver them as such
|
|
for slowness to add the same channel posit...
Original commit message from CVS:
* gst-libs/gst/audio/multichannel.c:
(gst_audio_set_structure_channel_positions_list):
It might help if you want to blame caps for slowness to add the same
channel positions n times, but it's not really useful. And now the
core warns about it too, that bastard.
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Detect midi files.
|
|
Original commit message from CVS:
* sys/glsink/glimagesink.c: (plugin_init): Change rank from
PRIMARY+1 to SECONDARY (oops!)
|
|
Original commit message from CVS:
* gst/videoscale/Makefile.am:
* gst/videoscale/gstvideoscale.c:
* gst/videoscale/gstvideoscale.h:
* gst/videoscale/videoscale.c:
* gst/videoscale/videoscale.h:
* gst/videoscale/videoscale_x86.c:
* gst/videoscale/videoscale_x86.h:
* gst/videoscale/videoscale_x86_asm.s:
* gst/videoscale/vs_image.c:
* gst/videoscale/vs_image.h:
* gst/videoscale/vs_scanline.c:
* gst/videoscale/vs_scanline.h:
Some days, you just get the urge to rewrite a bunch of code.
Today, it was writing new image scaling code that is liboil
compatible (although not liboilified yet), and does both
nearest and bilinear scaling.
|
|
Original commit message from CVS:
Fixed spc plugin to dist correctly.
|
|
Original commit message from CVS:
back to head
|
|
Original commit message from CVS:
releasing 0.8.9, Old Hat
|
|
Original commit message from CVS:
patch by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsa.c: (gst_alsa_get_caps),
(gst_alsa_set_hw_params):
workaround bug in dmix. Fixes #305186.
|
|
Original commit message from CVS:
patch by: Luca Ognibene <luogni@tin.it>
* sys/ximage/ximagesrc.c: (gst_ximagesrc_get),
(gst_ximagesrc_change_state):
fix bug brought out by gcc4. Closes #305012.
|
|
Original commit message from CVS:
bump for prerelease
|
|
Original commit message from CVS:
Reviewed by : Edward Hervey <bilboed@bilboed.com>
* gst/adder/gstadder.c: (gst_adder_request_new_pad):
freeing the name variable
|
|
CVS. (oops)
Original commit message from CVS:
* ext/swfdec/gstswfdec.c: (gst_swfdec_loop): Disable last
patch, because it depends on swfdec CVS. (oops)
|
|
should be changed in 0.9...)
Original commit message from CVS:
* sys/ximage/gstximageplugin.c:
* sys/ximage/ximagesrc.h:
* sys/ximage/ximagesrc.c:
* sys/ximage/ximagesink.c:
* sys/ximage/Makefile.am:
Add ximagesrc element in the ximagesink plugin (plugin name
should be changed in 0.9...)
Move ximagesink element registration to gstximageplugin.c
Fix #161661
|
|
Original commit message from CVS:
* ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
More gcc4.
|
|
Original commit message from CVS:
* po/POTFILES.in:
More updates.
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac:
* ext/musepack/gstmusepackdec.h:
* ext/musepack/gstmusepackreader.c:
* ext/musepack/gstmusepackreader.h:
Update to 1.2 API (303117).
|
|
to nas server, set element error and fail ...
Original commit message from CVS:
removed unnecessary GST_NASSINK_OPEN flag, don't open multiple connections to
nas server, set element error and fail the state change if connecting to server
fails
|
|
(#303650).
Original commit message from CVS:
* gst/mpeg1videoparse/gstmp1videoparse.c:
(mp1videoparse_valid_sync), (gst_mp1videoparse_real_chain):
Prevent crash, detect keyframes (#303650).
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* po/POTFILES.in:
Add some new files (#304125).
|
|
Original commit message from CVS:
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_make_clut_change_event):
* ext/hermes/gsthermescolorspace.c:
(gst_hermes_colorspace_structure_to_hermes_format):
* ext/libmms/gstmms.c: (gst_mms_get):
* ext/shout/gstshout.h:
* ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
Gcc4 fixes.
|
|
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
Fix for channels == 0 (#304588).
|
|
Original commit message from CVS:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c (gst_ffmpeg_caps_to_pixfmt)
(gst_ffmpeg_pixfmt_to_caps):
Add YUV444P as Y444
|
|
Original commit message from CVS:
* gst/librfb/Makefile.am: reenable plugin
|
|
Original commit message from CVS:
* gst/librfb/rfb.h: Don't include a nonexistant header.
|
|
Original commit message from CVS:
* ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
gcc4 strikes yet again (fixes #304284).
|
|
Original commit message from CVS:
* gst/librfb/Makefile.am:
disable build until gstrfbsrc.h gets added
|
|
(Used by swfdec-mozilla-plugin.)
Original commit message from CVS:
* ext/swfdec/gstswfdec.c: Create a tag indicating the version
of SWF file. (Used by swfdec-mozilla-plugin.)
|
|
actually make it work with Vino, get timin...
Original commit message from CVS:
* gst/librfb/Makefile.am:
* gst/librfb/gstrfbsrc.c:
* gst/librfb/rfb.h:
* gst/librfb/rfbbuffer.c:
* gst/librfb/rfbbuffer.h:
* gst/librfb/rfbbytestream.c:
* gst/librfb/rfbbytestream.h:
* gst/librfb/rfbdecoder.c:
* gst/librfb/rfbdecoder.h:
Some much needed hackage. Fixed #171659, but then went on
to actually make it work with Vino, get timing correct,
make sure it doesn't leak, etc.
|
|
Original commit message from CVS:
Let's try that again (put virtual deconstructor into the public section)
|
|
Original commit message from CVS:
* ext/directfb/directfbvideosink.c:
(gst_directfbvideosink_sink_link):
* ext/libcaca/gstcacasink.c: (gst_cacasink_sinkconnect):
* gst/modplug/libmodplug/sndfile.cpp:
* gst/modplug/libmodplug/sndfile.h:
Another batch of gcc-4.0 fixes (#304180).
|
|
thread, since there may be other glimagesinks.
Original commit message from CVS:
* sys/glsink/glimagesink.c: And remember to set the context
on the current thread, since there may be other glimagesinks.
|
|
there's no flickering. Also allows us to...
Original commit message from CVS:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
Delay creation of window until PAUSED->PLAYING so there's no
flickering. Also allows us to create a proper subwindow or
toplevel window.
|
|
Original commit message from CVS:
* sys/glsink/glimagesink.c: Fix resizing issues. Works well
in totem.
|
|
autoplugging, which solves lots of reported...
Original commit message from CVS:
* gst/realmedia/rmdemux.c: (plugin_init):
Set rank to NONE. Prevents it from being used in autoplugging, which
solves lots of reported segfaults and warnings from tag reading.
|
|
checking. Implement GstXOverlay. Handl...
Original commit message from CVS:
* sys/glsink/Makefile.am:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
Rewrite glimagesink from scratch. Lots more feature and bounds
checking. Implement GstXOverlay. Handles YUV if the
GL_MESA_ycbcr_texture extension is available. Still has issues
with resizing that kinda look like X bugs.
|
|
Original commit message from CVS:
ChangeLog surgery: fix bug number
|
|
linking instead of gcc (fixes #303930).
Original commit message from CVS:
* ext/musicbrainz/Makefile.am:
* ext/musicbrainz/blank-file.cpp:
Add empty .cpp file to make libtool use g++ for the
linking instead of gcc (fixes #303930).
|