summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video
AgeCommit message (Expand)AuthorFilesLines
2012-11-02video-blend: fix memory leak when called with invalid parametersMiguel Angel Cabrera Moya1-1/+3
2012-10-29Revert "g-i: change g-ir-scanner arg --library=libgstfoo-X.la to --library=gs...Tim-Philipp Müller1-1/+1
2012-10-28videodecoder: fix inappropriate compiler optimization hint macro usageSreerenj Balachandran1-1/+1
2012-10-28g-i: change g-ir-scanner arg --library=libgstfoo-X.la to --library=gstfoo-XTim-Philipp Müller1-1/+1
2012-10-20videodecoder: don't leak message strings when error is not fatalTim-Philipp Müller1-0/+2
2012-10-17videodecoder: return NULL from _allocate_output_buffer() if alloc failsTim-Philipp Müller1-2/+13
2012-10-10videodecoder: finetune missing timestamp estimatingMark Nauwelaerts2-2/+49
2012-10-08audio/video: update documentation for vfunc's that require chaining upAndoni Morales Alastruey2-0/+20
2012-10-08video: small docs fixWim Taymans1-1/+1
2012-10-03Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Michael Smith3-45/+185
2012-10-03meta registration: use g_once functions to register these threadsafely.Michael Smith2-6/+9
2012-10-02videodecoder: Fix unused variable compiler warning if debugging is disabledSebastian Dröge1-4/+3
2012-10-01videodecoder: Also use the object lock to protect the output_stateOlivier Crête1-13/+12
2012-09-28video{de,en}coder: fix missing timestamp estimatingMark Nauwelaerts3-21/+75
2012-09-27videodecoder: use oldest frame DTS to estimate missing outgoing PTSMark Nauwelaerts1-1/+26
2012-09-26videoencoder: use oldest frame PTS to estimate missing outgoing DTSMark Nauwelaerts1-0/+11
2012-09-26videoencoder: incoming buffer DTS is irrelevantMark Nauwelaerts1-6/+7
2012-09-25videoencoder: clip input buffers to current input segmentMark Nauwelaerts1-2/+2
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-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller1-1/+0
2012-09-14fix for appsink GstFlowReturnWim Taymans1-1/+3
2012-09-14Release 0.11.94Tim-Philipp Müller1-93/+217
2012-09-12videodecoder: Handle GAP eventsJan Schmidt1-0/+9
2012-09-12Fix still-frame handling.Jan Schmidt1-3/+4
2012-09-12video: Add support for 4:2:2 10 bit video.Michael Smith3-2/+151
2012-09-11video-info: don't do alignment on the paletteWim Taymans1-3/+4
2012-09-10video: add some paddingMark Nauwelaerts4-4/+9
2012-09-10gst-libs: restore original full paddingMark Nauwelaerts2-2/+2
2012-09-10Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer neededTim-Philipp Müller1-4/+0
2012-09-09video: port to the new GLib thread APIThibault Saunier1-13/+13
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller1-2/+0
2012-09-07videoencoder: only set invalid DTS equal to PTS for keyframeMark Nauwelaerts1-1/+9
2012-09-06videoencoder: plug some leaksMark Nauwelaerts1-0/+2
2012-09-05videooverlaycomposition: add some _get_argb and _get_ayuv functionsMark Nauwelaerts2-17/+281
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
2012-08-31videodecoder: Send serialised events immediately, after we're pre-rolled.Jan Schmidt1-1/+10
2012-08-30videooverlaycomposition: allow more formats for rectangle pixel dataMark Nauwelaerts2-53/+132
2012-08-28videodecoder: parsing loop must ensure for a current frameMark Nauwelaerts1-3/+9
2012-08-28videooverlaycomposition: stricter check on input variablesMark Nauwelaerts1-1/+2
2012-08-24docs: add docs for some of the video info macrosTim-Philipp Müller1-1/+39
2012-08-24videoencoder: allow 0 sized output framesWim Taymans1-1/+0
2012-08-20video-frame: only copy the visible regionWim Taymans1-1/+4
2012-08-20videometa: add more debugWim Taymans1-0/+1
2012-08-20video-info: update paddingWim Taymans1-1/+3
2012-08-20video: expose gst_video_info_alignWim Taymans6-116/+134
2012-08-20videopool: improve alignmentWim Taymans1-3/+22
2012-08-20videopool: improve alignmentWim Taymans1-14/+20