Add few missing allow-none annotation
[platform/upstream/gstreamer.git] / libs / gst / base /
2013-07-03 Nicolas DufresneAdd few missing allow-none annotation
2013-06-19 Sjoerd Simonsbasetransform: optimize default acceptcaps implementation
2013-06-17 Wim Taymansbasesink: call state change in all cases
2013-06-06 Sebastian Drögebasesrc: Only force-update the duration for dynamic...
2013-05-30 Wim Taymansbasesink: improve position reporting without clock
2013-05-24 Tim-Philipp Müllerbasetransform: remove 0.10-ism from docs
2013-05-24 Sebastian Drögebasetransform: Return GST_FLOW_ERROR if the allocator...
2013-05-08 Sebastian Drögebasesrc: Add FIXME comment for unused assignment results
2013-04-23 Sebastian Drögebaseparse: Only infer TS if PTS interpolation is enabled
2013-04-19 Sebastian Drögebasesink: Don't set last_render_time if we're checking...
2013-04-18 Thiago Santosdataqueue: add gst_data_queue_peek
2013-04-11 Douglas BagnallGstCollectPads documentation: gst_collect_pads_read...
2013-03-30 Josep Torrabasesink: fixes compiler warning
2013-03-27 Mark Nauwelaertsbaseparse: reset next_pts upon SEGMENT event
2013-03-27 Mark Nauwelaertsbaseparse: more inter-timestamp tracking
2013-03-25 Nicolas Dufresnebasesrc: Don't send error if negotiate fails because...
2013-03-03 Tim-Philipp Müllerbasesink: fix use of uninitialized variable
2013-03-02 David Schleefcollectpads: take DTS into account
2013-02-27 Stefan Sauerseeking: add more logging for seeking
2013-02-21 Tim-Philipp Müllerbasetransform: don't pass NULL outcaps to transform_siz...
2013-02-12 David Schleefbaseparse: Fix doc typo
2013-02-12 David Schleefbaseparse: add gst_base_parse_set_ts_at_offset()
2013-02-12 David Schleefadapter: Add gst_adapter_prev_[pd]ts_at_offset()
2013-02-11 Stefan Sauercompat: kill more uses of gst_pad_set_caps()
2013-02-09 Mark Nauwelaertsbaseparse: improve PTS interpolating
2013-02-05 Wim Taymansbasesink: handle sync of EOS after item without duration
2013-01-30 Tim-Philipp Müllerdataqueue: can't pass a GType through GINT_TO_POINTER
2013-01-30 Tim-Philipp Müllerqueuearray: make _find() find the value if no compare...
2013-01-30 Alexander Schrabqueuearray: fix gst_queue_array_find()
2013-01-30 Alexander Schrabqueuearray: fix gst_queue_array_drop_element()
2013-01-29 Sreerenj Balachandrandocs: align the comments correctly with the declaration...
2013-01-29 Wim Taymansbasesrc: handle renegotiation correctly
2013-01-24 Niv Sardibasesrc: set NEED_RECONFIGURE flag if negotiate fails
2013-01-16 Tim-Philipp Müllerdocs: add a note to the gst_adapter_take_buffer() docs...
2013-01-15 Tim-Philipp MüllerUse GST_*_1_0 environment variables everywhere
2013-01-14 Tim-Philipp Müllerdocs: minor GstBaseParse docs fixes
2013-01-14 Wim Taymanstypefind: handle map failure
2013-01-14 Wim Taymansbasesrc: handle map failure
2013-01-14 Wim Taymansadapter: handle map failure
2013-01-13 Tim-Philipp Müllerbaseparse: add vfuncs to intercept queries
2013-01-12 Tim-Philipp Müllerbaseparse: fix up name of default event vfuncs
2013-01-03 Sebastian Drögebasesink: Initialize uninitialized variable
2013-01-02 Thijs Vermeiradapter: return gssize from gst_adapter_masked_scan_...
2013-01-01 Sebastian Drögebasesink: Check if buffers are too late before calling...
2012-12-17 Arnaud Vracbaseparse: fix invalid output timestamps in some cases
2012-12-14 Wim TaymansNEWSEGMENT -> SEGMENT
2012-12-13 Wim Taymansbasesrc: call _stop when start failed
2012-12-12 Sebastian Drögelibs: Use foo/foo.h as single-include header consistent...
2012-12-11 Wim Taymansbaseparse: pass DTS and PTS to handle_buffer
2012-12-11 Wim Taymansbaseparse: improve debug
2012-12-05 Wim Taymansadapter: fix 0.10 docs to make more sense in 1.0
2012-12-05 Wim Taymansadapter: fix docs for 1.0
2012-11-25 Tim-Philipp Müllerdataqueue: reduce debug log spam a bit
2012-11-21 Evan Nemersonlibs: Add missing single include headers and use them...
2012-11-20 Wim Taymansbasesink: add some debug
2012-11-20 Wim Taymansbasesink: reset START_TIME when needed
2012-11-20 Arnaud Vracbaseparse: forward stream-start event in push mode
2012-11-13 Tim-Philipp Müllertests: gst_adapter_prev_timestamp -> gst_adapter_prev_pts
2012-11-13 Tim-Philipp Müllerbasesrc: fix debug message
2012-11-09 Wim Taymansbasesink: add simple rate control
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-10-29 Jan Schmidtcollectpads: Clarify docs about the buffer handler...
2012-10-29 Tim-Philipp Müllerg-i: fix "can't resolve libraries to shared libraries...
2012-10-28 Vincent Penquerc'hbaseparse: prevent excessively high memory usage with...
2012-10-28 Tim-Philipp Müllerlibs: g-i: avoid multiple libraries in the shared-libra...
2012-10-25 Sebastian Drögedataqueue/queuearray: Make public API again
2012-10-24 Wim Taymansbasesrc: use new GCond for async state change
2012-10-20 Tim-Philipp Müllercollectpads: fix g-i annotation for GstCollectPadsBuffe...
2012-10-15 Tim-Philipp Müllercollectpads: minor docs fixes
2012-10-15 Tim-Philipp Müllercollectpads: fix buffer leak in clip_time
2012-10-15 Mark Nauwelaertscollectpads: call clip function with user data
2012-10-10 Mark Nauwelaertscollectpads: ensure all timestamps are in same time...
2012-10-10 Mark Nauwelaertsdocs: adjust some parameter mismatches
2012-10-09 Wim Taymansbasesrc: retrieve the result from start_complete
2012-10-09 Wim Taymansbasesrc: improve debug
2012-10-04 Tim-Philipp Müllerdocs: add Since markers for new API and add it to docs...
2012-10-04 Wim Taymansbasetrans: add an option to prefer passthrough
2012-10-04 Wim Taymansbasetrans: improve some comments
2012-09-29 Jan Schmidtbasesrc: Fix seamless segment function
2012-09-26 Tim-Philipp Müllerdocs: fix up basesrc/basesink docs formatting
2012-09-26 Wim Taymansupdate docs for 1.0 API
2012-09-26 Jan Schmidtbaseparse: Move some run of the mill debug statements...
2012-09-26 Jan Schmidtbaseparse: Output timestamps after a seek.
2012-09-25 Wim Taymansdocs: fix basesink docs
2012-09-24 Josep Torra VallesMake intel compiler happier
2012-09-23 Tim-Philipp Müllercollectpads: don't forward random stream-start event
2012-09-19 Tim-Philipp Müllerdocs: collectpads doc fixes
2012-09-18 Wim Taymansbasetransform: check acquire result value
2012-09-17 Tim-Philipp MüllerRemove GST_USE_UNSTABLE_API guard and defines
2012-09-14 Wim Taymansbasetrans: whitespace fix
2012-09-13 Wim Taymansdocs: fix some docs
2012-09-13 Wim Taymansparse: add missing declaration
2012-09-13 Wim Taymansbasesrc: indent fix
2012-09-13 Jan Schmidtbaseparse: Add a mode/flag for disabling PTS interpolation
2012-09-13 Jan Schmidtbaseparse: Handle GAP and still-frame events.
2012-09-13 Jan Schmidtbaseparse: Restructure event handling
2012-09-13 Jan Schmidtbaseparse: Store incoming cached events in reverse...
2012-09-13 Jan Schmidtbaseparse: First attempt at handling both DTS and PTS
2012-09-12 Stefan Sauercollectpads: remove gst_collect_pads_add_pad_full
2012-09-11 Tim-Philipp Müllerpad: expose gst_pad_mode_get_name() and use it in baseparse
next