summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-12-13m4/Makefile.am: And a couple more .m4 that don't exist anymore with gettext 0.17Edward Hervey
2008-12-13m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and sin...Edward Hervey
2008-12-13gst-libs/gst/audio/: API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to ...Sebastian Dröge
2008-12-12gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().Edward Hervey
2008-12-12gst/playback/: XRef to GstXOverlay.Stefan Kost
2008-12-12gst/playback/gsturidecodebin.c: Free the factory array when finalizing.Edward Hervey
2008-12-12ext/vorbis/vorbisenc.c: Make vorbisenc's pad template behave like vorbisdec's...Edward Hervey
2008-12-12gst-libs/gst/riff/riff-media.c: Add mapping for VP6 in avi/riff.Edward Hervey
2008-12-11gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to...Edward Hervey
2008-12-11gst/typefind/gsttypefindfunctions.c: Add typefinders for MS Word files and OS...Guillaume Emont
2008-12-11gst/playback/gstplaysink.c: Add some more debug info.Wim Taymans
2008-12-11tests/check/pipelines/theoraenc.c: Pushing 10 buffers is enough to run the test.Wim Taymans
2008-12-11tests/examples/seek/seek.c: Hook up the SKIP seek flag.Wim Taymans
2008-12-10gst/playback/gstplaybin2.c: Error out with a missing-plugin error when the in...Wim Taymans
2008-12-10gst/playback/gstplaysink.c: Use G_DEFINE_TYPE.Wim Taymans
2008-12-10ext/ogg/gstoggdemux.c: Use G_DEFINE_TYPE for the OggPad to get some threadsaf...Wim Taymans
2008-12-10gst/: Include glib.h instead of a specific GLib header. Including singleLuis Menina
2008-12-09gst-libs/gst/riff/riff-media.c: Support higher max audio rates for some forma...Julien Moutte
2008-12-09gst-libs/gst/riff/riff-read.c: Fix handling of odd chunks in riff metadata.Stefan Kost
2008-12-08gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dyna...Wim Taymans
2008-12-08configure.ac: First check for "theoraenc theoradec" and if that failed check ...Sebastian Dröge
2008-12-08gst/playback/: Add basic docs to decodebin and link to decodebin from decodeb...Stefan Kost
2008-12-08gst-libs/gst/rtp/gstrtcpbuffer.*: Implement gst_rtcp_packet_remove(). Fixes #...Olivier Crete
2008-12-04configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ...Sebastian Dröge
2008-12-04configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M...Sebastian Dröge
2008-12-03sys/: Clear all flags on buffers returned from the image pool.Edward Hervey
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At bu...Sebastian Dröge
2008-11-28fix buildChristian Schaller
2008-11-28Update documentation of speexresample for the new element name.Sebastian Dröge
2008-11-28gst/speexresample/README: Update README with the latest diff between the Spee...Sebastian Dröge
2008-11-28gst/speexresample/gstspeexresample.c: Update the debug category from speex_re...Sebastian Dröge
2008-11-27Remove audioresample files.Sebastian Dröge
2008-11-27docs/plugins/inspect/plugin-audioresample.xml: Regenerated for library filena...Sebastian Dröge
2008-11-27Rename the moved speexresample to audioresample, integrate into the build sys...Sebastian Dröge
2008-11-27gst-libs/gst/audio/gstbaseaudiosrc.c: Avoid nasty int overflows after about 1...Wim Taymans
2008-11-27gst-libs/gst/rtsp/gstrtspconnection.c: A successful gst_poll_wait() doesn't a...이문형
2008-11-25gst-libs/gst/rtp/gstrtcpbuffer.c: Fix typo in the docs.Wim Taymans
2008-11-25ext/ogg/gstoggdemux.c: If no stream was found before receiving EOS, post an e...Wim Taymans
2008-11-25ext/theora/: Parse segment events.Wim Taymans
2008-11-25gst/playback/gstplaybin2.c: Fix buffer-duration property.Wim Taymans
2008-11-25gst-libs/gst/audio/gstbaseaudiosink.c: Really fix audiosink drain handling by...Wim Taymans
2008-11-24gst/playback/gstplaybin2.c: Add notification of current stream. Add ability t...Michael Smith
2008-11-24gst-libs/gst/audio/gstbaseaudiosink.c: Time is already in running_time. Remov...Stefan Kost
2008-11-24ext/ogg/gstoggmux.*: If we're muxing a dirac stream, flush the page after eve...David Schleef
2008-11-24gst-libs/gst/audio/gstbaseaudiosink.c: Add one log message to check for audio...Stefan Kost
2008-11-24ext/: Use gst_buffer_try_new_and_alloc() and fail properly if the allocation ...Sebastian Dröge
2008-11-24gst/volume/gstvolume.*: Cleanup volume, define and use default values.Jon Trowbridge
2008-11-22gst/videorate/gstvideorate.c: Add jpeg and png image media types to the caps....Wim Taymans
2008-11-22gst/playback/gstplaysink.c: Don't post an error when we can't configure the v...Wim Taymans
2008-11-21gst/videotestsrc/: Add a zone plate pattern generator based on BBC R&D Report...Jonathan Rosser