summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2012-09-24videodecoder: don't take STREAM_LOCK on upstream eventsTim-Philipp Müller1-14/+28
2012-09-20videodecoder: Update comments about forwarding/not-forwarding serialized even...Sebastian Dröge1-10/+25
2012-09-19videodecoder: Protect all accesses to priv->output_frame with the stream lockOlivier Crête1-7/+29
2012-09-19audio: Explicitly specify endianness for IEC 61937 payloadingArun Raghavan2-17/+19
2012-09-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller9-9/+0
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts11-27/+27
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14audio: improve property descriptionWim Taymans2-7/+9
2012-09-14audiodecoder: Don't output an (unreffed) buffer in error casesSebastian Dröge1-1/+2
2012-09-14fix for appsink GstFlowReturnWim Taymans1-1/+3
2012-09-14appsink: add GstFlowReturn from signal handlerWim Taymans2-17/+25
2012-09-14Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller2-201/+469
2012-09-13audio: Fix annotationsOlivier Crête5-6/+6
2012-09-12videodecoder: Handle GAP eventsJan Schmidt1-0/+9
2012-09-12Fix still-frame handling.Jan Schmidt1-3/+4
2012-09-12xmptag: migrate to the _full version of the API and drop the _full postfixStefan Sauer3-24/+8
2012-09-12video: Add support for 4:2:2 10 bit video.Michael Smith3-2/+151
2012-09-11tagdemux: also read tags if downstream activates us in pull mode right awayTim-Philipp Müller1-3/+28
2012-09-11ext, gst-libs: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-09-11video-info: don't do alignment on the paletteWim Taymans1-3/+4
2012-09-10tagdemux: operate in pull modeTim-Philipp Müller1-1/+28
2012-09-10video: add some paddingMark Nauwelaerts4-4/+9
2012-09-10audiosrc: check for flushing state in provide_clockWim Taymans1-2/+3
2012-09-10ringbuffer: add method to check the flushing stateWim Taymans2-0/+25
2012-09-10gst-libs: restore original full paddingMark Nauwelaerts4-4/+4
2012-09-10ringbuffer: add support for timestampsPontus Oldberg5-13/+93
2012-09-10audio{de,en}coder: use GstClockTime parameters where appropriateMark Nauwelaerts4-15/+15
2012-09-10Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer neededTim-Philipp Müller1-4/+0
2012-09-10appsrc: don't clear/free GCond twiceTim-Philipp Müller1-1/+0
2012-09-10discoverer: port to new GLib thread APITim-Philipp Müller1-9/+16
2012-09-09rtsp: port to the new GLib thread APIThibault Saunier1-9/+9
2012-09-09video: port to the new GLib thread APIThibault Saunier1-13/+13
2012-09-09audio: port to the new GLib thread APIThibault Saunier4-15/+12
2012-09-09app: port to the new GLib thread APIThibault Saunier2-126/+127
2012-09-10video/x-3ivx -> video/mpeg, mpegversion=4Tim-Philipp Müller2-9/+2
2012-09-09discoverer: extract audio depth correctlyTim-Philipp Müller1-2/+13
2012-09-09discoverer: reflow some code to avoid gst-indent ping-pongTim-Philipp Müller1-4/+6
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller9-90/+2
2012-09-09install-plugins: constify _install_*sync() details array argumentsTim-Philipp Müller2-7/+9
2012-09-07videoencoder: only set invalid DTS equal to PTS for keyframeMark Nauwelaerts1-1/+9
2012-09-06rtpbasepayload: error out if no CAPS event was received before buffersTim-Philipp Müller1-2/+18
2012-09-06rtpbasepayload: assume input caps are accepted if subclass has no set_caps vfuncTim-Philipp Müller1-0/+2
2012-09-06videoencoder: plug some leaksMark Nauwelaerts1-0/+2
2012-09-06audioencoder: plug some leaksMark Nauwelaerts1-1/+3
2012-09-05rtpbasedepay: indicate packet loss using GAP eventMark Nauwelaerts1-8/+7
2012-09-05videooverlaycomposition: add some _get_argb and _get_ayuv functionsMark Nauwelaerts2-17/+281
2012-09-04update for basesink changeWim Taymans1-8/+13
2012-09-03video/x-xvid -> video/mpeg,mpegversion=4Tim-Philipp Müller2-14/+3
2012-09-02On a still-frame begin message, drain out the decoder and send it.Jan Schmidt1-8/+25
2012-09-02Revert "videodecoder: Send serialised events immediately, after we're pre-rol...Jan Schmidt1-10/+1