2017-03-02 |
Michael Smith | sbcparse: Fix up values for allocation enumeration.
|
commit | commitdiff | tree |
2015-01-08 |
Michael Smith | wavparse: skip an additional uninteresting chunk type...
|
commit | commitdiff | tree |
2013-03-20 |
Michael Smith | mp4mux: in faststart mode, don't output up to 4 kB...
|
commit | commitdiff | tree |
2013-02-12 |
Michael Smith | qtdemux: extract codec_data for ProRes
|
commit | commitdiff | tree |
2012-12-14 |
Michael Smith | scaletempo: Do not use void pointer arithmetic.
|
commit | commitdiff | tree |
2012-10-25 |
Michael Smith | qtdemux: read video format header fully (so we can...
|
commit | commitdiff | tree |
2012-10-23 |
Michael Smith | qtdemux: with raw audio, set a default channel-mask...
|
commit | commitdiff | tree |
2012-10-12 |
Michael Smith | qtdemux: allow more streams. Bump this constant to...
|
commit | commitdiff | tree |
2012-10-12 |
Michael Smith | qtdemux: support more different fourcc values for other...
|
commit | commitdiff | tree |
2012-10-05 |
Michael Smith | deinterleave: output channels should be marked as MONO...
|
commit | commitdiff | tree |
2012-10-04 |
Michael Smith | interleave: use gst_audio_channel_positions_to_mask...
|
commit | commitdiff | tree |
2012-10-03 |
Michael Smith | meta info: threadsafe registration using g_once
|
commit | commitdiff | tree |
2012-09-21 |
Michael Smith | qtdemux: 24 bit audio here is S24LE, not S24_3LE.
|
commit | commitdiff | tree |
2012-09-18 |
Michael Smith | videobox: Fix U/V strides for a number of cases.
|
commit | commitdiff | tree |
2012-09-12 |
Michael Smith | qtdemux: add support for prores
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: Take lock around use of (non-threadsafe) tagsetter...
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: for fixed-sample size streams (PCM audio, etc...
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: handle muxing adpcm correctly.
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: Set the mdia hdlr name field to what quicktime...
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: endianness in gstreamer is an int, not boolean.
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: remove c++ comments and add some more comments.
|
commit | commitdiff | tree |
2011-04-12 |
Michael Smith | qtmux: add ima adpcm support
|
commit | commitdiff | tree |
2011-04-08 |
Michael Smith | audioparse: fix a format string as reported on irc.
|
commit | commitdiff | tree |
2010-03-11 |
Michael Smith | udp: fix compilation errors on non-windows.
|
commit | commitdiff | tree |
2010-03-10 |
Michael Smith | avimux: put the codec_data blob into the actual data...
|
commit | commitdiff | tree |
2010-01-23 |
Michael Smith | jpegenc: when creating an overflow buffer, copy timestamps.
|
commit | commitdiff | tree |
2010-01-11 |
Michael Smith | qtdemux: fix offset for type 2 mp4a sound sample descriptions.
|
commit | commitdiff | tree |
2010-01-05 |
Michael Smith | qtdemux: Add support for wave-style audio in qt.
|
commit | commitdiff | tree |
2009-12-21 |
Michael Smith | multiudpsink: pass length parameter to g_convert
|
commit | commitdiff | tree |
2009-11-24 |
Michael Smith | multiudpsink: return error message on windows too.
|
commit | commitdiff | tree |
2009-11-24 |
Michael Smith | multiudpsink: first phase of fixing up error reporting...
|
commit | commitdiff | tree |
2009-11-18 |
Michael Smith | qtdemux: identify IMA adpcm in qt properly.
|
commit | commitdiff | tree |
2009-10-24 |
Michael Smith | osxvideosink: Create the video NSView in READY->PAUSED...
|
commit | commitdiff | tree |
2009-10-24 |
Michael Smith | osxvideo: explicitly link to GST_LIBS
|
commit | commitdiff | tree |
2009-10-24 |
Michael Smith | Add dependencies of gstriff to things that link to...
|
commit | commitdiff | tree |
2009-10-24 |
Michael Smith | rtp examples: remove executable bits from C files.
|
commit | commitdiff | tree |
2009-09-11 |
Michael Smith | wavparse: treat a zero-sized data chunk as extending...
|
commit | commitdiff | tree |
2009-04-21 |
Michael Smith | qtdemux: override caps based on data from ESDS atoms...
|
commit | commitdiff | tree |
2009-04-02 |
Michael Smith | rtptheorapay: fix length encoding in packed headers.
|
commit | commitdiff | tree |
2009-04-02 |
Michael Smith | rtpvorbispay: in packed headers, properly flag multibyte...
|
commit | commitdiff | tree |
2009-02-27 |
Michael Smith | rgvolume: ignore out-of-range peak values
|
commit | commitdiff | tree |
2009-02-05 |
Michael Smith | flacdec: if we aborted reading, don't do into an infinite...
|
commit | commitdiff | tree |
2009-02-05 |
Michael Smith | osxvideosink: remove non-embedded mode and fix memory...
|
commit | commitdiff | tree |
2009-02-05 |
Michael Smith | osxaudio fixes: multichannel and changing caps.
|
commit | commitdiff | tree |
2009-01-15 |
Michael Smith | sys/osxaudio/Makefile.am: Link against CoreServices...
|
commit | commitdiff | tree |
2009-01-13 |
Michael Smith | sys/osxaudio/Makefile.am: osxaudio plugin now requires...
|
commit | commitdiff | tree |
2009-01-08 |
Michael Smith | gst/qtdemux/qtdemux.c: In push mode, error out if we...
|
commit | commitdiff | tree |
2008-11-20 |
Michael Smith | sys/osxvideo/osxvideosink.*: Handle video window resizing...
|
commit | commitdiff | tree |
2008-11-20 |
Michael Smith | gst/udp/: Fix multiudpsink on OSX by passing the specific...
|
commit | commitdiff | tree |
2008-10-01 |
Michael Smith | configure.ac: Fix libs for linking directsound.
|
commit | commitdiff | tree |
2008-08-29 |
Michael Smith | gst/law/: Ref caps before passing to gst_pad_template_new...
|
commit | commitdiff | tree |
2008-08-27 |
Michael Smith | sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
|
commit | commitdiff | tree |
2008-08-26 |
Michael Smith | sys/osxaudio/gstosxaudio.c: Revert accidental element...
|
commit | commitdiff | tree |
2008-08-26 |
Michael Smith | sys/osxaudio/: Rewrite caps setting and ring buffer...
|
commit | commitdiff | tree |
2008-07-23 |
Michael Smith | gst/goom/: Fix build with MSVC: include glib.h to define...
|
commit | commitdiff | tree |
2008-04-28 |
Michael Smith | gst/debug/gstnavigationtest.c: MSVC doesn't provide...
|
commit | commitdiff | tree |
2008-02-29 |
Michael Smith | gst/videomixer/videomixer.c: Don't call gst_object_sync_valu...
|
commit | commitdiff | tree |
2007-08-08 |
Michael Smith | gst/videobox/gstvideobox.c: Render right border in...
|
commit | commitdiff | tree |
2007-07-06 |
Michael Smith | gst/law/: Fix capsnego bogosity in *law decoders.
|
commit | commitdiff | tree |
2007-07-06 |
Michael Smith | ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set...
|
commit | commitdiff | tree |
2007-06-20 |
Michael Smith | gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is...
|
commit | commitdiff | tree |
2007-04-18 |
Michael Smith | gst/cutter/gstcutter.*: Fix some of the most obvious...
|
commit | commitdiff | tree |
2007-02-27 |
Michael Smith | ext/shout2/gstshout2.*: Add a property for username.
|
commit | commitdiff | tree |
2006-05-14 |
Michael Smith | gst/wavparse/gstwavparse.c: Update docs; wavparse implements...
|
commit | commitdiff | tree |
2006-05-12 |
Michael Smith | gst/wavparse/gstwavparse.c: Fix use of uninitialised...
|
commit | commitdiff | tree |
2006-05-02 |
Michael Smith | ext/cairo/gsttimeoverlay.c: Fix timeoverlay for non...
|
commit | commitdiff | tree |
2006-04-28 |
Michael Smith | gst/icydemux/gsticydemux.*: Fix event handling: cache...
|
commit | commitdiff | tree |
2006-04-21 |
Michael Smith | Add icydemux, and tests.
|
commit | commitdiff | tree |
2006-04-10 |
Michael Smith | ext/annodex/gstcmmlenc.c: Use copies of header buffers...
|
commit | commitdiff | tree |
2006-04-10 |
Michael Smith | ext/annodex/gstcmmlutils.c: Use g_list_delete_link...
|
commit | commitdiff | tree |
2006-02-27 |
Michael Smith | ext/annodex/gstskeltag.*: Deleted; these files aren...
|
commit | commitdiff | tree |
2006-02-24 |
Michael Smith | Add Annodex elements from Alessendro Decina: skeleton...
|
commit | commitdiff | tree |
2006-02-24 |
Michael Smith | autogen.sh: Check for automake 1.9 as well.
|
commit | commitdiff | tree |
2006-01-10 |
Michael Smith | gst/level/gstlevel.c: Don't leak filter arrays.
|
commit | commitdiff | tree |
2005-12-29 |
Michael Smith | gst/udp/gstmultiudpsink.*: Track packets sent per client...
|
commit | commitdiff | tree |
2005-12-20 |
Michael Smith | gst/udp/gstmultiudpsink.*: Collect statistics; return...
|
commit | commitdiff | tree |
2005-12-09 |
Michael Smith | ext/flac/gstflacdec.c: Accept a wider range of flac...
|
commit | commitdiff | tree |
2005-12-05 |
Michael Smith | docs/plugins/gst-plugins-good-plugins.args: Remove...
|
commit | commitdiff | tree |
2005-11-24 |
Michael Smith | Fix #320288: wrong readme in plugins-good
|
commit | commitdiff | tree |
2005-11-22 |
Michael Smith | ext/jpeg/: JPEG fractiony goodness.
|
commit | commitdiff | tree |
2005-11-22 |
Michael Smith | Fix for #321430: unresolved symbols due to incorrect...
|
commit | commitdiff | tree |
2005-11-22 |
Michael Smith | gst/videomixer/videomixer.c: Fractional framerates...
|
commit | commitdiff | tree |
2005-11-22 |
Michael Smith | ext/dv/: Fractional framerates for DV.
|
commit | commitdiff | tree |
2005-11-21 |
Michael Smith | Forgot to commit header file changes, Makefile.am changes...
|
commit | commitdiff | tree |
2005-11-21 |
Michael Smith | gst_object_unref, not g_object_unref
|
commit | commitdiff | tree |
2005-11-21 |
Michael Smith | gst/auparse/: Partially fix #161712. playbin still...
|
commit | commitdiff | tree |
2005-10-04 |
Michael Smith | gst/autodetect/: Set state of elements to NULL before...
|
commit | commitdiff | tree |
2005-09-14 |
Michael Smith | gst/wavenc/gstwavenc.c: Actually define the debug object...
|
commit | commitdiff | tree |
2005-09-14 |
Michael Smith | Link smpte plugin against GST_BASE_LIBS, to get libgstbase...
|
commit | commitdiff | tree |
|