Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / asfdemux / gstasfdemux.c
2011-02-26 Wim TaymansMerge branch 'master' into 0.11
2011-01-11 Edward Herveyasfdemux: Handle new type of DRM'd asf files.
2010-09-04 Sebastian Drögeasfdemux: Don't use GST_FLOW_IS_FATAL()
2010-08-27 Edward Herveyasfdemux: Don't error out on non-critical flow returns
2010-06-28 Thiago Santosasfdemux: Fix seeking after last commits
2010-06-24 Thiago Santosasfdemux: Push all pending data on EOS
2010-06-24 Thiago Santosasfdemux: Fix sending eos event for chained asfs
2010-06-23 Edward Herveyasfdemux: Allow at least 500ms of preroll.
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-01 Edward Herveyasfdemux: Don't set durations of 0 on outgoing buffers.
2010-02-16 Robert Swainasfdemux: Improve seek behaviour for audio-only with...
2010-01-22 Stefan Kostassert: g_assert_not_reached() cannot replace return...
2010-01-18 Edward Herveyasfdemux: Don't forget to update flow variable
2010-01-18 Edward Herveyasfdemux: Check flow return on every push
2010-01-07 Michael Smithasfdemux: Use GST_STR_NULL in a couple of places.
2010-01-07 Thiago Santosasfdemux: Post bitrate tag
2009-11-18 Benjamin Gaignardasfdemux: Don't call strlen() on NULL pointers
2009-11-09 Thiago Santosasfdemux: Remove old pads when new ones are added
2009-11-09 Thiago Santosasfdemux: Handle chained asfs on pull mode
2009-11-09 Thiago Santosasfdemux: properly do chained asfs on push mode
2009-11-06 Thiago Santosasfdemux: add support for chained asfs (push mode)
2009-11-05 Tim-Philipp Müllerasfdemux: fix two small leaks
2009-11-05 Tim-Philipp Müllerasfdemux: prefer WM/TrackNumber over WM/Track, it's...
2009-11-05 Tim-Philipp Müllerasfdemux: WM/Track starts counting from 0, adjust to...
2009-11-05 Tim-Philipp Müllerasfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER...
2009-11-04 Jan Schmidtasfdemux: Fix bogus variable used uninitialised warnings
2009-10-11 Josep Torraasfdemux: fix warning in macosx snow leopard
2009-10-07 Stefan Kostbuild: fprintf, sprintf, sscanf need stdio.h
2009-06-29 Edward Herveyasfdemux: Refactor multiple packet pull.
2009-06-29 Wim Taymansasfdemux: use the right accurate field
2009-06-28 Edward Herveyasfdemux: Sprinkle branch prediction macros accross...
2009-06-28 Edward Herveyasfdemux: Delay newsegment handling until we have a...
2009-06-28 Edward Herveyasfdemux: Remove useless check. We already have checked...
2009-06-28 Edward Herveyasfdemux: No longer queue GOPs now that seeking is...
2009-06-28 Edward Herveyasfdemux: Store the accurate seeking flag
2009-06-28 Edward Herveyasfdemux: Use the average frame duration for buffers...
2009-06-28 Edward Herveyasfdemux: Use index entry packet count to optimize...
2009-06-27 Thiago Santosasfdemux: Do not try to free const pointer
2009-06-26 Edward Herveyasfdemux: Use presentation timestamp when searching...
2009-06-26 Edward Herveyasfdemux: Convert index entry from presentation time...
2009-06-26 Edward Herveyasfdemux: Fix byte array metadata handling.
2009-06-26 Edward Herveyasfdemux: Handle PAR/interlaced information stored...
2009-06-26 Edward Herveyasfdemux: Store/Handle global metadata (not specific...
2009-06-23 Tim-Philipp Müllerasfdemux: don't try to free a NULL taglist
2009-06-23 Tim-Philipp Müllerasfdemux: post tags only after we've created our source...
2009-06-23 Tim-Philipp Müllerasfdemux: use new bytereader functions for image tag...
2009-06-22 Mark Nauwelaertsasfdemux: remove some more unused variables
2009-06-22 Wim Taymansasfdemux: set DISCONT on streams
2009-06-22 Wim Taymansasfdemux: fix latency calculations
2009-06-05 Tim-Philipp Müllerasfdemux: nicer metadata extraction of genre tags in...
2009-06-05 Tim-Philipp Müllerasfdemux: parse WM/Picture tags to extract cover art
2009-05-30 Tim-Philipp Müllerasfdemux: fix bogus flow return handling in eos handler
2009-05-07 Mark Nauwelaertsasfdemux: use upstream segment and timestamps for some...
2009-05-05 Mark Nauwelaertsasfdemux: 0-base timestamps consistently (whether or...
2009-05-05 Mark Nauwelaertsasfdemux: report initial latency due to internal prerol...
2009-05-05 Mark Nauwelaertsasfdemux: enhance debug statement and refactor some...
2009-05-05 Mark Nauwelaertsasfdemux: handle FIXME; activate pads after internal...
2009-05-05 Mark Nauwelaertsasfdemux: handle FIXME; normalize preroll
2009-05-05 Mark Nauwelaertsasfdemux: fixes for streaming mode
2009-05-05 Mark Nauwelaertsasfdemux: fixes/enhancements for streaming mode
2009-04-19 Edward Herveyasfdemux: Initialize flow for a corner case.
2009-04-14 Wim Taymansasfdemux: add some more debugging
2009-01-30 Sebastian DrögeRemove redundant push_mode struct member
2009-01-26 Stefan KostMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-26 Hans de GoedeAdd seeking support to asfdemux in push mode
2009-01-24 David SchleefFix leak of converted string
2008-11-20 Wim Taymansgst/asfdemux/gstasfdemux.c: Remove duplicate and broken...
2008-11-11 Wim Taymansgst/asfdemux/gstasfdemux.c: Only copy sane aspect ratio...
2008-08-28 Edward Herveygst/asfdemux/gstasfdemux.c: Fix aggregated GST_FLOW_RET...
2008-08-11 Michael Smithgst/asfdemux/gstasfdemux.c: Properly aggregate flow...
2008-07-03 Tim-Philipp MüllerUse correct error code for encrypted streams.
2008-04-22 Edgard LimaFix "unused var" compiler error when --disable-gst...
2008-04-01 Wim Taymansgst/asfdemux/gstasfdemux.c: Remove some debug code.
2008-04-01 Wim Taymansgst/asfdemux/gstasfdemux.c: Guard against division...
2008-04-01 Wim Taymansgst/asfdemux/gstasfdemux.c: Instead of adding a fixes...
2008-02-22 Sebastian Drögegst/asfdemux/gstasfdemux.c: If we don't have the positi...
2008-01-08 Tim-Philipp Müllergst/asfdemux/gstasfdemux.*: Parse metadata object and...
2007-11-13 Stefan Kostgst/asfdemux/gstasfdemux.c: Sync _activate_pull() a...
2007-10-31 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Convert tags that come...
2007-07-20 Stefan Kostgst/asfdemux/gstasfdemux.c: Include stdlib.
2007-07-11 Tim-Philipp MüllerFix build against core CVS by not using deprecated...
2007-05-07 Tim-Philipp Müllergst/asfdemux/gstasfdemux.*: Activate streams (ie. add...
2007-05-04 Tim-Philipp Müllergst/asfdemux/: Make all timestamps start from zero...
2007-05-01 Tim-Philipp Müllergst/asfdemux/: Seeking improvements: honour the KEY_UNI...
2007-04-30 Tim-Philipp Müllergst/asfdemux/: Implement payload extension system/exten...
2007-04-30 Tim-Philipp Müllergst/asfdemux/: Refactor stream parse/activation a bit...
2007-04-28 Tim-Philipp Müllergst/asfdemux/: Init debug category before using it.
2007-04-27 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Fix silly bug when we can...
2007-04-20 Tim-Philipp Müllergst/asfdemux/: New packet parsing code: should put...
2007-04-20 Tim-Philipp Müllergst/asfdemux/: Some clean-ups and small fixes: rename...
2007-04-17 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Printf format fixes.
2007-04-12 Tim-Philipp Müllergst/asfdemux/: Make asfdemux work in pull mode where...
2007-03-10 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Printf format fix.
2007-02-15 Tim-Philipp Müllergst/asfdemux/gstasfdemux.*: Parse advanced mutual exclu...
2007-02-08 Tim-Philipp Müllergst/asfdemux/: Refactor and clean up header parsing...
2007-02-01 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Post an error if we receive...
2007-01-24 Xavier Bgst/asfdemux/gstasfdemux.c: Guard places where we assum...
2006-12-21 Stefan Kostgst/asfdemux/gstasfdemux.c: add a comment about a futur...
2006-12-15 Tim-Philipp Müllergst/asfdemux/gstasfdemux.c: Update query_types function...
2006-12-15 Tim-Philipp Müllergst/asfdemux/gstasfdemux.*: Don't crash in the seek...
next