oggdemux: minor cleanup
[platform/upstream/gstreamer.git] / ext / ogg /
2011-11-24 Vincent Penquerc'hoggdemux: minor cleanup
2011-11-24 Vincent Penquerc'hoggdemux: skip the second bisection when possible
2011-11-24 Vincent Penquerc'hoggdemux: improve push time seeking
2011-11-24 Vincent Penquerc'hoggdemux: gather some more stats about bisection
2011-11-22 Vincent Penquerc'hoggstream: extract opus comments if available
2011-11-22 Vincent Penquerc'hoggstream: recognize opus headers from data, not packet...
2011-11-22 Vincent Penquerc'hoggdemux: add some more debug info when determining...
2011-11-22 Vincent Penquerc'hoggstream: fix opus duration calculation
2011-11-22 Vincent Penquerc'hoggstream: early out on headers when determining packet...
2011-11-22 Vincent Penquerc'hoggstream: account for opus pre-skip in granpos/time...
2011-11-19 Vincent Penquerc'hogg: add opus support
2011-11-07 Vincent Penquerc'hoggdemux: survive skeleton finding length behind our...
2011-11-03 Sebastian Drögeoggmux: Remove obsolete #include
2011-10-28 Thiago Santosoggmux: port to gstcollectpads2
2011-10-21 René Stadleroggdemux: remove avoidable call to gst_object_set_name
2011-10-17 Vincent Penquerc'hoggdemux: do not retry seeking indefinitely
2011-09-19 Vincent Penquerc'hoggstream: only use information from skeleton if we...
2011-09-16 Tim-Philipp Mülleroggdemux: remove superfluous check in newsegment event...
2011-09-16 Tim-Philipp Mülleroggdemux: minor printf format fix
2011-09-16 Vincent Penquerc'hoggdemux: fix wedge when seeking twice quickly in push...
2011-09-16 Vincent Penquerc'hoggdemux: implement push mode seeking
2011-09-14 Vincent Penquerc'hoggdemux: do not propagate discontinuities in sparse...
2011-08-25 Vincent Penquerc'hoggmux: fix leaks in skeleton writing
2011-08-25 Vincent Penquerc'hoggmux: generate message headers from received tags
2011-08-25 Vincent Penquerc'hogg: use memory slices where appropriate
2011-08-24 Vincent Penquerc'hoggdemux: do not warn when reaching EOS while scanning...
2011-08-24 Vincent Penquerc'hoggdemux: add media type to chain information reports
2011-08-24 Vincent Penquerc'hoggstream: correctly identify skeleton EOS packet
2011-08-24 Vincent Penquerc'hoggdemux: do not warn about expected occurences
2011-08-24 Vincent Penquerc'hoggdemux: do not warn when finding a non BOS page
2011-08-24 Vincent Penquerc'hoggdemux: rename local variable for clarity
2011-08-24 Vincent Penquerc'hoggdemux: do not try to determine duration of header...
2011-08-24 Vincent Penquerc'hoggstream: include stream type in warnings
2011-08-24 Vincent Penquerc'hoggstream: set skeleton stream media type to applicatio...
2011-08-24 Vincent Penquerc'hoggmux: add skeleton write support
2011-08-23 Vincent Penquerc'hoggdemux: do not skip sparse streams when determining...
2011-08-23 Vincent Penquerc'hoggdemux: do not ignore sparse streams' start time
2011-08-18 Vincent Penquerc'hogg: do not use 32 bit modifiers to print serial numbers
2011-08-18 Vincent Penquerc'hogg: get the operator precedence right, even if only...
2011-08-18 Vincent Penquerc'hoggstream: vorbis has a preroll of 2
2011-08-18 Vincent Penquerc'hoggstream: new convenience function to get a stream...
2011-08-18 Vincent Penquerc'hogg: move the "always flush page" to oggstream
2011-08-18 Vincent Penquerc'hoggmux: use oggstream to decide which BOS packets to...
2011-08-18 Vincent Penquerc'hogg: rationalize serialno type to guint32
2011-08-18 Vincent Penquerc'hoggmux: factor the header packet creation code
2011-08-18 Vincent Penquerc'hoggmux: headers should always have granpos 0
2011-08-03 Jonathan Liuoggstream: Fix crashes with 0-byte vorbis packets
2011-07-10 David Schleefoggmux: check for EOS on both current and best pad
2011-07-10 David Schleefoggmux: check for EOS on current pad, not best
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-06-11 David Schleefoggmux: refactor how EOS is determined
2011-06-06 Mark Nauwelaertsoggmux: determine granulepos metadata using stream...
2011-06-06 Mark Nauwelaertsoggmux: convert incoming buffer timestamp to running...
2011-06-06 Mark Nauwelaertsoggmux: remove superfluous code
2011-04-16 Vincent Penquerc'hoggmux: prefer headers from caps to determine stream...
2011-04-13 Tim-Philipp Müllerogg: fix unused-but-set-variable warnings with gcc 4.6
2011-04-12 Tim-Philipp Mülleroggmux: fix uninitialised variable usage and element...
2011-04-11 Alessandro Decinaandroid: make it ready for androgenizer
2011-04-01 Josep Torraoggmux: fix warning building in mac os x
2011-04-01 Sebastian Drögeoggmux: Store the segment directly inside the pad
2011-04-01 Sebastian Drögeoggmux: Reset the segment on flush-stop events and...
2011-04-01 Thiago Santosoggmux: Use running time instead of timestamps
2011-04-01 Thiago Santosoggmux: Keep track of pad's segments
2011-03-26 Tim-Philipp Mülleroggparse: fix list iteration code
2011-03-26 Tim-Philipp Mülleroggparse: make sure buffer metadata is writable before...
2011-03-14 Sebastian Drögeoggmux: Increase the seen header packets count when...
2011-02-24 Sebastian Drögeoggmux: Don't handle GstCollectData as GstObject, use...
2011-02-21 Edward HerveyRevert "oggmux,adder: Check if collectpads has been...
2011-02-21 David Schleefoggmux,adder: Check if collectpads has been freed
2011-02-18 David Schleefoggparse: better detection of delta unit flag
2011-02-03 Vincent Penquerc'hoggmux: ensure serialnos are unique
2011-02-02 Tim-Philipp Mülleroggmux: free stream map caps when done
2011-02-02 Tim-Philipp Mülleroggmux: keep IN_CAPS flag check for header buffers...
2011-02-02 Vincent Penquerc'hoggmux: use oggstream for less brittleness in recognizi...
2011-02-01 Vincent Penquerc'hoggmux: do not skip a pageno at start
2011-01-24 Vincent Penquerc'hoggmux: cleanup
2011-01-24 Sreerenj Balachandranoggdemux: Remove dead code
2011-01-24 Yang Xichuanoggparse: Make gst_ogg_parse_submit_buffer() safe
2011-01-10 Yang Xichuanoggdemux: remove outdated comment
2011-01-06 David Schleefoggdemux: ignore header pages when looking for keyframe
2011-01-06 Vincent Penquerc'hoggstream: when the last keyframe position is not known...
2010-12-29 Tim-Philipp Müllerogg: fix typo in comment
2010-12-29 Vincent Penquerc'hoggstream: fix interpretation of Theora granule position
2010-12-28 Wim Taymansoggdemux: handle pads that are not added yet
2010-12-27 Vincent Penquerc'hoggstream: implement tag extraction for Kate streams
2010-12-25 Vincent Penquerc'hoggdemux: set headers on caps
2010-12-22 David Schleefoggstream: Fix parsing of theora size
2010-12-22 Vincent Penquerc'hoggdemux: Don't use gst_pad_alloc_buffer()
2010-12-18 Vincent Penquerc'hogg: implement packet duration query for kate streams
2010-12-03 Mark Nauwelaertsoggstream: additional tag extraction
2010-12-03 Mark Nauwelaertsoggstream: use separate tag extraction vfunction
2010-12-03 Mark Nauwelaertsoggstream: refactor vorbis comment tag extraction
2010-12-03 Mark Nauwelaertsoggdemux: plug some oggstream leaks
2010-12-03 Mark Nauwelaertsoggstream: streamline tag extraction and prevent some...
2010-12-03 Mark Nauwelaertsoggdemux: send stream tags after newsegment and global...
2010-12-03 Sreerenj Balachandranoggdemux: perform more (vorbis comment header) tag...
2010-12-03 David Schleefoggstream: fix incorrect warning on skeleton headers
2010-12-03 David Schleefoggparse: Set DELTA_UNIT on buffers
2010-10-29 Wim Taymansoggdemux: fix wrong flowreturn handling
2010-10-29 Wim Taymansogg: add some more debug statements
next