baseparse: support reverse playback
[platform/upstream/gstreamer.git] / gst /
2011-04-08 Mark Nauwelaertsbaseparse: support reverse playback
2011-04-08 Mark Nauwelaertsbaseparse: remove done TODOs and update documentation
2011-04-08 Mark Nauwelaertsbaseparse: use determined seekability in answering...
2011-04-08 Mark Nauwelaertsbaseparse: add skip property
2011-04-08 Mark Nauwelaertsbaseparse: use _set_frame_props to configure frame...
2011-04-08 Mark Nauwelaertsbaseparse: use _set_duration to configure duration...
2011-04-08 Mark Nauwelaertsbaseparse: localize use of provided fps information
2011-04-08 Mark Nauwelaertsbaseparse: seek table and accurate seek support
2011-04-08 Mark Nauwelaertsbaseparse: proper and more extended segment and seek...
2011-04-08 Mark Nauwelaertsbaseparse: add index support
2011-04-08 Mark Nauwelaertsbaseparse: refactor state reset
2011-04-08 Mark Nauwelaertsbaseparse: prevent indefinite resyncing
2011-04-08 Mark Nauwelaertsbaseparse: specific EOS handling if no output so far
2011-04-08 Mark Nauwelaertsbaseparse: adjust _set_frame_prop documentation and...
2011-04-08 Mark Nauwelaertsbaseparse: fix bitrate copy-and-paste and update heuristic
2011-04-08 Mark Nauwelaertsbaseparse: post duration message if average bitrates...
2011-04-08 Mark Nauwelaertsbaseparse: remove is_seekable vmethod and use a set_see...
2011-04-08 Mark Nauwelaertsbaseparse: add another hook for subclass prior to pushi...
2011-04-08 Mark Nauwelaertsbaseparse: 0 converts to 0 by default
2011-04-08 Mark Nauwelaertsbaseparse: refactor conversion using helper function...
2011-04-08 Mark Nauwelaertsbaseparse: streamline query handling
2011-04-08 Mark Nauwelaertsbaseparse: cleanup struct and remove unused member
2011-04-08 Arun Raghavanbaseparse: Allow chaining of subclass event handlers
2011-04-08 Sebastian Drögebaseparse: Don't use GST_FLOW_IS_FATAL()
2011-04-08 Mark Nauwelaertsbaseparse: non-TIME seek event is simply not handled
2011-04-08 Mark Nauwelaertsbaseparse: fix seek event ref handling
2011-04-08 Mark Nauwelaertsbaseparse: prevent arithmetic overflows in pull mode...
2011-04-08 Mark Nauwelaertsbaseparse: fix seek handling
2011-04-08 Arun Raghavanbaseparse: Don't emit bitrate tags too early
2011-04-08 Sebastian Drögebaseparse: Set the last stop to the buffer starttime...
2011-04-08 Joshua M. Doebaseparse: Send NEWSEGMENT event with correct start...
2011-04-08 Tim-Philipp Mülleraudioparsers: remove unused GstBaseParseClassPrivate...
2011-04-08 Arun Raghavanaudioparsers: Add bitrate calculation to baseparse
2011-04-08 Mark Nauwelaertsaudioparsers: rename baseparse GType name to avoid...
2011-04-08 Mark Nauwelaertsaudioparsers: documentation fixes
2011-04-08 Mark Nauwelaertsbaseparse: adjust seek handling and newsegment sending
2011-04-08 Mark Nauwelaertsbaseparse: minor refactor cleanup
2011-04-08 Mark Nauwelaertsbaseparse: implement leftover draining in pull mode
2011-04-08 Mark Nauwelaertsbaseparse: provide default conversion using bps if...
2011-04-08 Mark Nauwelaertsbaseparse: check for remaining data when draining in...
2011-04-08 Mark Nauwelaertsbaseparse: fix pull mode cache size comparison
2011-04-08 Michael Smithaudioparse: fix a format string as reported on irc.
2011-04-08 Mark Nauwelaertsbaseparse: custom bufferflag indicates not to count...
2011-04-08 Mark Nauwelaertsaudioparsers: reference GstBaseParse now lives here
2011-04-08 Mark Nauwelaertsaudioparsers: rename 'aacparse' plugin to generic ...
2011-04-08 Mark Nauwelaertsbaseparse: reset passthrough mode to default (disabled...
2011-04-08 Mark Nauwelaertsbaseparse: ensure buffer metadata is writable
2011-04-08 Mark Nauwelaertsbaseparse: fix/enhance DISCONT marking
2011-04-08 Mark Nauwelaertsbaseparse: add timestamp handling, and default conversion
2011-04-08 Mark Nauwelaertsbaseparse: documentation fixes
2011-04-08 Mark Nauwelaertsbaseparse: use_fixed_caps for src pad
2011-04-08 Julien Moutteaacparse: Fix compilation warnings
2011-04-08 Josep Torraaacparse: fix warnings in macosx snow leopard
2011-04-08 Mark Nauwelaertsaacparse: forego (bogus) parsing of already parsed...
2011-04-08 Mark Nauwelaertsbaseparse: prevent infinite loop when draining
2011-04-08 Mark Nauwelaertsbaseparse: fix minor memory leak
2011-04-08 Sebastian Drögeaacparse: Add function for the baseparse subclass to...
2011-04-08 Sebastian Drögebaseparse: Fix seek event leaking
2011-04-08 Tim-Philipp Müllerbaseparse: propagate return value of GstBaseParse:...
2011-04-08 Tim-Philipp Müllerbaseparse: don't try to GST_LOG an already-freed caps...
2011-04-08 Mark Nauwelaertsbaseparse: fix debug category
2011-04-08 Mark Nauwelaertsbaseparse: fix (regression in) newsegment handling
2011-04-08 René Stadlerbaseparse: Fix slightly broken buffer-in-segment check...
2011-04-08 René Stadlerbaseparse: Fix push mode seeking (aacparse, amrparse)
2011-04-08 Mark Nauwelaertsbaseparse: Delay newsegment as long as possible.
2011-04-08 Stefan Kostbaseparse: revert last change and properly fix
2011-04-08 Stefan Kostbaseparse: remove checks for buffer==NULL
2011-04-08 Jan SchmidtFix the return value of the default parse_frame function.
2011-04-08 Stefan Kostgst/: Fix baseparse type name.
2011-04-08 Stefan KostAdd two new baseparse based parsers (aac and amr) from...
2011-04-08 Stian Selnesiterator: resync to avoid infinite loop
2011-04-08 Sebastian Drögebus: Removed unused GCond
2011-04-08 Sebastian Drögebus: Immediately drop messages after calling the sync...
2011-04-08 Sebastian Drögebus: Use a construct-only property to distinguish betwe...
2011-04-06 Sebastian Drögebus: Add private API to set a GstBus in child mode
2011-04-06 Sebastian DrögeRevert "bus: Only create the signalling socket pair...
2011-04-06 Sebastian DrögeRevert "bus: Check if pending messages are in the queue"
2011-04-06 Sebastian Drögebus: Check if pending messages are in the queue
2011-04-05 Sebastian Drögebus: Only create the signalling socket pair when required
2011-04-05 Sebastian Drögestructure: Add date as a type abbreviation of GDate
2011-04-04 Andoni Morales Ala... gstpoll: retry reading the control socket to release...
2011-04-04 Sebastian Drögestructure: Don't allow invalid GDates in all structures...
2011-04-04 Thomas Kristensenpoll: don't call WSAWaitForMultipleEvents with no events
2011-04-03 Tim-Philipp Müllerdocs: add pointer to part-seeking.txt design docs to...
2011-04-02 Bastien Nocerautils: Avoid using "type" as name for a variable and...
2011-04-01 Sebastian Drögeelement: When requesting an existing pad print a g_crit...
2011-04-01 Sebastian Drögeelement: Use gint64/guint64 string parsing functions
2011-04-01 Josep Torraelement: strto[u]l() returns a g[u]long
2011-03-29 Sebastian Drögeelement: Fix sanity checks for request pad templates...
2011-03-29 Sebastian Drögeelement: Add some more sanity checks to the pad name...
2011-03-29 Sebastian Drögeelement: Check %u too when trying to find a pad templat...
2011-03-28 Arun Raghavanbasesrc: Return FALSE if we don't handle an event
2011-03-24 Edward Herveygstcaps: new API : gst_caps_intersect_full
2011-03-22 Thiago Santosgstelement: Fix typo in the docs
2011-03-22 Thiago Santostagsetter: Removing unused debug category
2011-03-21 Jason D. Clintonbuild: fix build with -Werror with GCC 4.6.0
2011-03-19 Sebastian Drögeevent: Add since marker to GST_EVENT_SINK_MESSAGE
2011-03-17 Tim-Philipp Müllertask: fix GST_TASK_BROADCAST
2011-03-16 Sebastian Drögepad: Document that pad blocks only make sense for sink...
2011-03-16 Sebastian Drögeghostpad: The internally linked pad of the proxypad...
next