summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2-7/+34
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge3-32/+50
2007-05-20ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2-3/+11
2007-05-20docs/plugins/: Fix docs build and hierarchy.Thomas Vander Stichele3-4/+13
2007-05-20sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct...Tim-Philipp Müller2-59/+69
2007-05-20gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller3-3/+10
2007-05-19tests/check/Makefile.am: Remove bits for deinterleave check which isn't in CV...Tim-Philipp Müller2-3/+5
2007-05-19Add replaygain playback elements (#412710).René Stadler20-242/+2302
2007-05-18updateChristian Schaller1-0/+1
2007-05-18sys/glsink/glimagesink.c: Update the cached caps after opening the display so...Jan Schmidt2-0/+8
2007-05-18ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost4-57/+54
2007-05-17sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey3-8/+9
2007-05-17gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,Zaheer Abbas Merali3-36/+160
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey3-3/+27
2007-05-16gst/real/: Don't crash when we get a buffer and our input caps haven't been s...Tim-Philipp Müller3-14/+58
2007-05-16Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec15-181/+46
2007-05-15ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost3-3/+12
2007-05-15Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller4-5/+29
2007-05-15gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.Wim Taymans2-0/+6
2007-05-15gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef2-0/+16
2007-05-15Add a Bayer-to-RGB converter. You know you want one, uh-huh.David Schleef5-0/+433
2007-05-14gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,Zaheer Abbas Merali3-3/+100
2007-05-14gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans5-4/+58
2007-05-13gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403.David Schleef2-2/+10
2007-05-13ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413...David Schleef3-1/+7
2007-05-11add latest pluginChristian Schaller1-0/+1
2007-05-10gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost5-30/+60
2007-05-10gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost3-30/+45
2007-05-10common/m4/gst-x11.m4: Restore CFLAGS and LIBS.Stefan Kost2-2/+8
2007-05-10configure.ac: Save and restore CFLAGS for OpenGL check. Fixes #437260.Ali Sabil2-0/+11
2007-05-09docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sink...Sébastien Moutte2-0/+24
2007-05-09configure.ac: Fix --disable-external (hopefully).Tim-Philipp Müller3-0/+14
2007-05-09gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans2-0/+7
2007-05-06gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598.Tim-Philipp Müller5-60/+94
2007-05-04docs/plugins/: Add docs for Windows sinks.Sébastien Moutte4-4/+44
2007-05-04gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou...Tim-Philipp Müller2-88/+55
2007-05-04gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ...Tim-Philipp Müller2-29/+58
2007-05-04gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans3-2/+16
2007-05-03examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message...Zaheer Abbas Merali6-277/+404
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge5-2/+44
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2-5/+8
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2-1/+21
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2-4/+23
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2-26/+38
2007-04-30update specChristian Schaller1-1/+1
2007-04-30gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans8-43/+151
2007-04-29gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans4-11/+26
2007-04-29docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-updateThomas Vander Stichele3-13/+728
2007-04-2980 char policeThomas Vander Stichele2-6/+6
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele13-50/+56