summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-20gst/playback/gstdecodebin2.c: If the top-level type of the stream is plain te...Michael Smith1-0/+9
2008-11-20gst-libs/gst/rtsp/gstrtspdefs.c: Fix win32 build. Oops.Michael Smith1-0/+5
2008-11-20gst-libs/gst/rtsp/gstrtspdefs.c: Use WSAGetLastError() rather than errno/h_er...Michael Smith1-0/+5
2008-11-20gst-libs/gst/riff/riff-media.c: Support WMA Lossless properly.Michael Smith1-0/+5
2008-11-19gst/videotestsrc/: Add "colorspec" property, specifying whether to generate B...David Schleef1-0/+13
2008-11-18gst/playback/gstdecodebin.c: Add a "sink-caps" property to decodebin like it'...Alessandro Decina1-0/+6
2008-11-14gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...Jan Schmidt1-0/+10
2008-11-14gst-libs/gst/interfaces/propertyprobe.c: Fix random type causing a docs warning.Jan Schmidt1-0/+5
2008-11-14sys/v4l/gstv4l.c: Give it a minimal rank for autovideosrc.Stefan Kost1-0/+5
2008-11-13gst/typefind/gsttypefindfunctions.c: Improve typefinding of ISO JPEG2000 mime...Mark Nauwelaerts1-0/+6