Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
* ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type):
First member in GTypeInfo is class size, not
instance size.
|
|
up yet (fixes #312121).
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* gst/modplug/gstmodplug.cc:
Don't crash if a query comes in and we're not set
up yet (fixes #312121).
|
|
Original commit message from CVS:
* testsuite/gst-lint:
Add check for bad header <stdint.h>
|
|
Original commit message from CVS:
* sys/ximage/ximagesrc.c: (gst_ximagesrc_getcaps):
In GStreamerville, it's "endianness", not "endianess".
* testsuite/gst-lint:
Check for occurances of "endianess" (#311777).
|
|
had x264_nal_encode, but X264_ME_UMH was ...
Original commit message from CVS:
* configure.ac:
Bump libx264 requirement to a more recent version (my version had
x264_nal_encode, but X264_ME_UMH was missing from the header file,
among other things)
* ext/x264/x264enc.c:
Use "_stdint.h" instead of <stdint.h>
* ext/x264/x264enc.h:
* ext/mad/gstid3demuxbin.c:
HAVE_CONFIG_G => HAVE_CONFIG_H
|
|
when there is no granulepos on some packets,...
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_dequeue_page):
Make sure pages are always in the right order, even when there
is no granulepos on some packets, by using larger lookahead on
queues until we find a timestamped packet (#311491).
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/alpha/gstalpha.c: (gst_alpha_init), (gst_alpha_get_caps),
(gst_alpha_sink_link), (gst_alpha_chroma_key_ayuv),
(gst_alpha_chroma_key_i420), (gst_alpha_init_params),
(gst_alpha_chain):
Fix capsnego (#311401).
|
|
Original commit message from CVS:
* gst/mpeg1videoparse/gstmp1videoparse.c:
(gst_mp1videoparse_base_init), (gst_mp1videoparse_class_init),
(gst_mp1videoparse_init), (mp1videoparse_parse_seq),
(gst_mp1videoparse_negotiate), (mp1videoparse_parse_ext),
(mp1videoparse_read_obj), (mp1videoparse_valid_sync),
(mp1videoparse_find_next_gop), (gst_mp1videoparse_real_chain),
(gst_mp1videoparse_change_state), (plugin_init):
* gst/mpeg1videoparse/gstmp1videoparse.h:
Add support for MPEG-2 video (#311600).
|
|
Original commit message from CVS:
* ext/x264/x264enc.c: (gst_x264enc_chain):
Possibly uninitialized value (#311662).
|
|
Original commit message from CVS:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get):
More debug.
* gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
Process events in passthrough mode, also (fixes #311583).
|
|
is a very valid seek range, as opposed t...
Original commit message from CVS:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
Coding without coffee should be forbidden. 1 is a very valid seek
range, as opposed to -1.
|
|
more happy.
Original commit message from CVS:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
(cdparanoia_change_state), (cdparanoia_event):
Some extra checking to make sound-juicer more happy.
|
|
Original commit message from CVS:
* configure.ac:
Check for libGLU for glimagesink (#311487).
|
|
method properly, but only if it's been inited...
Original commit message from CVS:
make gst_videofilter_setup public
make videoflip invoke the base _setup method properly,
but only if it's been inited before
this handles all cases where properties are set at the start
or while running to change the method of flipping
|
|
Three hours of puzzling wasted.
Original commit message from CVS:
Dear God. One videoflip element being installed is
quite enough, thank you. Three hours of puzzling
wasted.
|
|
Original commit message from CVS:
* ext/x264/x264enc.c: (gst_x264enc_base_init):
Fix category so it displays in Cupid.
|
|
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/x264/Makefile.am:
* ext/x264/plugin.c: (plugin_init):
* ext/x264/x264enc.c: (gst_x264enc_encoding_get_type),
(gst_x264enc_memethod_get_type), (gst_x264enc_log),
(gst_x264enc_base_init), (gst_x264enc_class_init),
(gst_x264enc_init), (gst_x264enc_getcaps), (gst_x264enc_setcaps),
(gst_x264enc_nal), (gst_x264enc_chain), (gst_x264enc_change_state),
(gst_x264enc_get_property), (gst_x264enc_set_property):
* ext/x264/x264enc.h:
Add x264-based h264/AVC encoder.
|
|
doesn't work.
Original commit message from CVS:
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
(gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
(gst_v4l2src_capture_deinit):
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps),
(gst_v4l2src_get_read), (gst_v4l2src_get_mmap), (gst_v4l2src_get):
implement read access. V4l2src will use read access if mmap doesn't
work.
* sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
(gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_input),
(gst_v4l2_set_input), (gst_v4l2_get_output), (gst_v4l2_set_output),
(gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
(gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
(gst_v4l2_set_attribute):
don't GST_ELEMENT_ERROR on get/set functions. Fail silently instead,
but do output a debugging message
|
|
header-specified size (if any). Fixes #311070.
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_audio_caps_with_data):
* gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
Allow 24/32-bpp songs, too, and blockalign samples to the
header-specified size (if any). Fixes #311070.
|
|
(fixes #311162).
Original commit message from CVS:
* ext/flac/gstflacdec.c: (gst_flacdec_write),
(gst_flacdec_convert_src):
* ext/flac/gstflacdec.h:
Handle .flac files with 24 and 32 bits per sample
(fixes #311162).
|
|
the drawing window; use proper buffersiz...
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
Use 32 for the graph since it's the dimension of the
drawing window; use proper buffersize (bytes != samples);
connect delete-event to gtk_main_quit.
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_chain):
Specify max. width of 1024 in property param spec;
spec_base must be 10 instead of 8, since it's the
exponent of the N pased to the FFT (2^10=1024);
memcpy the buffer in the mono case (fixes a crash).
|
|
Original commit message from CVS:
2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
* sys/ximage/Makefile.am:
* sys/ximage/ximagesrc.c: (gst_ximagesrc_ximage_get),
(gst_ximagesrc_getcaps), (gst_ximagesrc_free_data_func),
(composite_pixel), (gst_ximagesrc_get), (ximagesrc_imagepool_free),
(gst_ximagesrc_change_state), (gst_ximagesrc_init),
(gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
(gst_ximagesrc_finalize), (gst_ximagesrc_class_init):
Fix xfixes cursor addition (thanks Luca for patch)
Add xdamage support
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
Add vorbis muxing support (#171563).
|
|
mcfalterson (#310894).
Original commit message from CVS:
2005-07-20 Andy Wingo <wingo@pobox.com>
* gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
fix (?), fixes a seggie mcfalterson (#310894).
|
|
template to the sink pad, we don't accept any ty...
Original commit message from CVS:
* gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
(gst_spectrum_class_init), (gst_spectrum_init),
(gst_spectrum_set_property), (gst_spectrum_link),
(gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
Misc. clean-ups; most importantly, add a template to
the sink pad, we don't accept any type of data after all.
|
|
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* gst/spectrum/gstspectrum.c: (gst_spectrum_init),
(gst_spectrum_link), (gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
Handle mono streams.
|
|
Original commit message from CVS:
Rename and cleanup bitmap->ayuv conversion.
|
|
Original commit message from CVS:
Fix chroma plane offsets when mixing in a i420 video.
|
|
to fix #310335.
Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
Initialize variable to NULL properly. Appears to fix #310335.
|
|
Original commit message from CVS:
Revert that previous commit, doesn't really fix the issue, just delays it.
|
|
Original commit message from CVS:
Don't drop textstream filler events.
|
|
Original commit message from CVS:
2005-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
* sys/ximage/Makefile.am:
Use xfixes's .pc file instead of the header check
|
|
Original commit message from CVS:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open):
Fix #309834, access variable when it is NULL.
|
|
reinit breakage for
Original commit message from CVS:
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
try extra hard to discard queued buffers. Fixes reinit breakage for
SAA7134.
|
|
Original commit message from CVS:
2005-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/ximage/ximagesrc.c: (gst_ximagesrc_ximage_get),
(composite_pixel):
fix warning if xfixes doesn't exist
|
|
Original commit message from CVS:
2005-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
whoops committed something i shouldnt have from my tree :)
|
|
Original commit message from CVS:
2005-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
* sys/ximage/Makefile.am:
* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
(gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_get),
(gst_ximagesink_xcontext_clear), (gst_ximagesink_buffer_free):
* sys/ximage/ximagesink.h:
* sys/ximage/ximagesrc.c: (gst_ximagesrc_ximage_get),
(gst_ximagesrc_getcaps), (gst_ximagesrc_free_data_func),
(composite_pixel), (gst_ximagesrc_get),
(ximagesrc_imagepool_free),
(gst_ximagesrc_change_state), (gst_ximagesrc_init),
(gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
(gst_ximagesrc_finalize), (gst_ximagesrc_class_init):
+ sys/ximage/ximageutil.h:
+ sys/ximage/ximageutil.c:
Add shm support (Luca Ognibene) (bug #306292)
Add mouse pointer display support using XFixes extension
New property for ximagesrc: show-pointer
|
|
(gst_client_status_get_type)
Original commit message from CVS:
* gst/tcp/gstmultifdsink.h (enum):
* gst/tcp/gstmultifdsink.c (gst_client_status_get_type)
(gst_multifdsink_add):
Don't accept a client if multifdsink is in
NULL state
|
|
Original commit message from CVS:
Added FFmpegs MPEG-4 FOURCC
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/audioscale/gstaudioscale.c: (gst_audioscale_link),
(gst_audioscale_get_buffer), (gst_audioscale_decrease_rate),
(gst_audioscale_increase_rate), (gst_audioscale_chain):
* gst/audioscale/gstaudioscale.h:
Fix timestamp rounding error (#309354).
|
|
as well (#309375).
Original commit message from CVS:
Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
(cdparanoia_open):
Allow extracting last track when using URIs as well (#309375).
Also fix two typos.
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
* ext/gnomevfs/gstgnomevfssink.c:
* ext/gnomevfs/gstgnomevfssrc.c:
Add debug category (#309524).
|
|
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac:
* ext/xine/xineaudiodec.c: (gst_xine_audio_dec_init_plugin):
* ext/xine/xineaudiosink.c: (gst_xine_audio_sink_init_plugin):
* ext/xine/xineinput.c: (gst_xine_input_init_plugin):
Compile against newer libxine, update requirement (#309503).
|
|
where we seek back to the beginning of a...
Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_chain):
Packet >= 3, not >3, is not a header. Fixes the case where we seek
back to the beginning of a theora file (#308484).
|
|
is supposed to work, because (I quote xv...
Original commit message from CVS:
* configure.ac:
fix xvid detection, so that we work with the new 4.1 API. This is
supposed to work, because (I quote xvid.h) "$minor is incremented
when the api is changed, but remains backwards compatible".
|
|
Original commit message from CVS:
Don't error on eos, instead finish muxing correctly.
|
|
Original commit message from CVS:
use g_array_free instead of g_free, bug #309532
|
|
Original commit message from CVS:
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_uri_get_protocols),
(dvdnavsrc_uri_set_uri), (plugin_init):
* ext/dvdread/dvdreadsrc.c: (plugin_init):
Make dvd:// primary for dvdnav, make dvdread secondary. THIS
ENABLES MENUS FOR YOUR DVDs. Please file bugs for failing DVDs.
* gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams),
(set_active_source):
Fix hang on subpicture change.
|
|
Original commit message from CVS:
2005-07-02 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
(dvdnavsrc_update_highlight), (dvdnavsrc_loop), (dvdnavsrc_open),
(dvdnav_handle_navigation_event), (dvdnavsrc_event),
(dvdnavsrc_query):
Fix seeking calculation.
Ignore multiple seek events until after we complete the first.
Update highlight info after discont, fixes one case where buttons
don't appear after jumping into the menu.
Don't use gst_element_time for fixed still frame timing.
* gst/dvdsubdec/dvdsubdec.c: (gst_dvdsubdec_init),
(dvdsubdec_get_event_delay), (gst_dvdsubdec_parse_subpic),
(gst_setup_palette), (gst_draw_rle_line),
(gst_dvdsubdec_merge_title), (gst_send_empty_fill),
(gst_send_subtitle_frame), (dvdsubdec_advance_time),
(gst_dvdsubdec_handle_subtitle), (gst_dvdsubdec_handle_dvd_event):
Draw the button region as a palette change highlight, not a clip.
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
(gst_mpeg_parse_get_rate), (gst_mpeg_parse_handle_src_event):
Fix seek calculation for overflow.
|
|
Original commit message from CVS:
Fix test
|