]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - libs/gst/base/gstbaseparse.c
baseparse: do not use a byte value instead of a time value when bisecting
[glsdk/gstreamer0-10.git] / libs / gst / base / gstbaseparse.c
2011-12-07 Vincent Penquerc'hbaseparse: do not use a byte value instead of a time...
2011-12-04 Tim-Philipp MüllerSuppress deprecation warnings in selected files, for...
2011-12-04 Tim-Philipp MüllerWork around deprecated thread API in glib master
2011-11-23 Sebastian Drögebaseparse: Return template caps instead of other side...
2011-11-08 Tim-Philipp Müllerdocs: fix Since: markers for API added after 0.10.35
2011-10-20 Sebastian Drögebaseparse: Fix documentation, it's pre_push_frame and...
2011-10-20 Sebastian Drögebasebarse: Add detect vfunc to allow subclasses to...
2011-10-18 Thiago Santosbaseparse: add getcaps function
2011-10-18 Sebastian Drögebaseparse: Fix handling of queued frames
2011-10-06 Mark Nauwelaertsbaseparse: send duration message when updating internal...
2011-10-03 Stas Sergeevbaseparse: Return success if optional start/stop method...
2011-09-30 Tim-Philipp Müllerbaseparse: make estimating the position in query handle...
2011-09-30 Vincent Penquerc'hbaseparse: answer position query in stream time and...
2011-08-26 Josep Torrabaseparse: use the enum values for 0 and don't abuse...
2011-08-26 Josep Torrabaseparse: put the arguments of g_return_val_if_fail...
2011-08-18 Tim-Philipp Müllerbaseparse: don't use == in debug string
2011-08-18 Tim-Philipp Müllerbaseparse: fix crash on seek from streaming thread...
2011-07-14 Tim-Philipp Müllerbaseparse: fix printf format in debug message
2011-07-07 Tim-Philipp Müllerbaseparse: fix invalid memory access in debug messages
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-18 Mark Nauwelaertsbaseparse: maintain frame state during frame parsing...
2011-05-18 Mark Nauwelaertsbaseparse: provide latency query support
2011-05-18 Mark Nauwelaertsbaseparse: make minimum frame size handling more effici...
2011-05-18 Mark Nauwelaertsbaseparse: set correct buffer size
2011-05-06 Tim-Philipp Müllerbaseparse: don't post loads of empty taglists
2011-05-03 Stefan Kostdocs: it its %TRUE (constant)
2011-05-03 Stefan Kostdocs: add missing parameter docs
2011-04-19 Tim-Philipp Müllerbaseparse: don't deadlock when setting external index
2011-04-19 Tim-Philipp Müllerbaseparse: make fmtlist constant
2011-04-16 Tim-Philipp Müllerdocs: remove reference to baseparse API that didn't...
2011-04-15 Tim-Philipp Müllerbaseparse: expose gst_base_parse_frame_free() for compl...
2011-04-15 Tim-Philipp Müllerbaseparse: init frames on the stack with gst_base_parse...
2011-04-15 Tim-Philipp Müllerbaseparse: more debug logging, minor clean-up
2011-04-15 Tim-Philipp Müllerbaseparse: change gst_base_parse_frame_init() to not...
2011-04-15 Tim-Philipp Müllerbaseparse: make GstBaseParseFrame handling more binding...
2011-04-15 Tim-Philipp Müllerbaseparse: register boxed type for GstBaseFrameParse
2011-04-15 Robert Swainbaseparse: Remove unused but set variable
2011-04-09 Tim-Philipp Müllerdocs: minor fixes for baseparse docs
2011-04-08 Tim-Philipp Müllerbaseparse: minor variable name clean-up
2011-04-08 Tim-Philipp Müllerbaseparse: rename _set_frame_props() to _set_frame_rate()
2011-04-08 Tim-Philipp Müllerbaseparse: replace format flags with gst_base_parse_set...
2011-04-08 Tim-Philipp Müllerbaseparse: make DRAIN and SYNC flags on baseparse,...
2011-04-08 Tim-Philipp Müllerbaseparse: use GQueue instead of GList for queued frames
2011-04-08 Zaheer Abbas Meralibaseparse: add GST_BASE_PARSE_FLOW_QUEUED to queue...
2011-04-08 Tim-Philipp Müllerbaseparse: add to docs and fix up gtk-doc markup a...
2011-04-08 Tim-Philipp Müllerbaseparse: replace set_seek() with _set_average_bitrate...
2011-04-08 Tim-Philipp Müllerbaseparse: rename GstBaseFormat to GstBaseFormatFlags...
2011-04-08 Tim-Philipp Müllerbaseparse: don't expose GstAdapter in public header
2011-04-08 Tim-Philipp Müllerbaseparse: move various segment-related members into...
2011-04-08 Tim-Philipp Müllerbaseparse: fix up GType name and make _get_type() funct...
2011-04-08 David Schleefbaseparse: make_metadata_writable() fix
2011-04-08 Tim-Philipp Müllerbaseparse: rename GType from GstAudioBaseParseBad to...
2011-04-08 Stefan Kostbaseparse: trim trailing whitespace
2011-04-08 Stefan Kostbaseparse: use delta-unit flags instead of none
2011-04-08 David Schleefbaseparse: Create baseparse library