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