fixes for G_DISABLE_ASSERT and friends
[platform/upstream/gstreamer.git] / gst / flv /
2010-12-07 Mark Nauwelaertsflvdemux: use aac codec-data to adjust samplerate if...
2010-12-03 Edward Herveyflvdemux: Refactor tag pushing logic
2010-12-03 Edward Herveyflvdemux: Use pbutils for codec descriptions
2010-12-02 Tom Janiszewskiflvmux: Fix for nellymoser codecid setting
2010-10-06 Andoni Morales Ala... flvmux: resend onMetada tag when tags changes in stream...
2010-09-23 Wim Taymansflvdemux: parse and use cts
2010-09-23 Wim Taymansflvdemux: improve pts debugging
2010-09-04 Sebastian Drögeflvdemux: Don't use GST_FLOW_IS_FATAL()
2010-07-02 Andrzej K. Haczewskiflvmux: Write duration at the correct position
2010-06-17 Zaheer Abbas Meraliflvmux: add documentation for streamable property
2010-06-09 Thiago Santosflvmux: Rename unreleased property 'indexed' to 'stream...
2010-06-08 Zaheer Abbas Meraliflvmux: Add indexed property to replace disabled is...
2010-06-07 Sebastian Drögeflvdemux: Don't handle non-TIME seeks
2010-06-06 Sebastian Drögegst: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
2010-06-06 Sebastian Drögeflvdemux: Clear adapter on discontinuities
2010-06-06 Sebastian Drögeflvdemux: First try upstream when handling seek events...
2010-06-02 Mark Nauwelaertsflvdemux: delayed seek handling also deserves TRUE...
2010-06-01 Tim-Philipp MüllerRevert "avimux, flvmux, matroskamux: don't crash if...
2010-05-29 Sebastian Drögeflvdemux: Fix position query
2010-05-25 Tim-Philipp Mülleravimux, flvmux, matroskamux: don't crash if tags arrive...
2010-05-11 Jan Urbańskiflvmux: only store the last buffer timestamp if it...
2010-05-06 Stefan Kostflvdemux: tell what we can do
2010-04-25 Tim-Philipp Müllerflvmux: hide is-live property for release
2010-04-08 Stefan Kostflvdemux: make debug category static
2010-04-08 Stefan Kostflxdemux: rename GstFLVDemux for GstFlvDemux
2010-04-08 Stefan Kostflvdemux: merge flvparse into the demuxer and make...
2010-04-01 Mark Nauwelaertsflvdemux: remove obsolete reverse playback code path
2010-04-01 Mark Nauwelaertsflvdemux: support (pull mode) negative seek rate
2010-04-01 Mark Nauwelaertsflvdemux: also check for segment stop for non-segment...
2010-03-21 Benjamin OtteAdd -Wwrite-strings to the configure flags
2010-03-18 Jan Urbańskiflvmux: put more information in the metadata
2010-03-17 Jan Urbańskiflvmux: Put width and height in the metadata
2010-03-17 Jan Urbańskiflvmux: don't put timestamps larger than G_MAXINT32...
2010-03-16 Jan Urbańskiflvmux: Always put a duration tag in the metadata
2010-03-16 Jan Urbańskiflvmux: Remove the send_codec_data field from GstFlvPad
2010-03-15 Jan Urbańskiflvmux: Correctly mark buffers as delta units
2010-03-15 Jan Urbańskiflvmux: Support streamheaders
2010-03-15 Jan Urbańskiflvmux: Preallocate index space and fill it after finis...
2010-03-15 Sebastian Drögeflvmux: Minor coding style fixes and cleanup
2010-03-15 Jan Urbańskiflvmux: Add a is-live property
2010-03-15 Jan Urbańskiflvmux: Only put valid seek points in the index
2010-03-15 Jan Urbańskiflvmux: Fix index building to make entries point to...
2010-03-11 Edward Herveyflvdemux: Fix printf formatting for macosx
2010-03-11 Edward Herveyflvdemux: Fix unitialized variables
2010-03-11 Edward Herveyflvparse: Make script tag parsing more flexible.
2010-03-10 Mark Nauwelaertsflvdemux: conduct index scan in task thread
2010-03-10 Mark Nauwelaertsflvdemux: avoid indefinite index growth
2010-03-10 Mark Nauwelaertsflvdemux: also collect index info on-the-fly in pull...
2010-03-10 Mark Nauwelaertsflvdemux: incrementally build index in pull mode
2010-03-10 Mark Nauwelaertsflvdemux: some more variable cleanup
2010-03-10 Mark Nauwelaertsflvdemux: refactor adding index entry
2010-03-10 Mark Nauwelaertsflvdemux: fix setting DELTA_UNIT flag on outgoing buffers
2010-02-19 Tim-Philipp Müllerflvdemux: minor micro-optimisation
2010-02-19 Tim-Philipp Müllerflvdemux: remove static keyword from variables that...
2010-02-13 Edward Herveyflvdemux: Audio tags without any content are valid.
2010-02-13 Edward Herveyflvdemux: Fix GST_CLOCK_DIFF usage.
2010-02-13 Edward Herveyflvdemux: Don't forget to reset the indexed variable...
2010-02-13 Edward Herveyflvdemux: Speedup GstIndex usage
2010-02-12 Robert Swainflvdemux: Obtain the index from the end of an flv file...
2010-02-12 Wim Taymansflvparse: fix confusing debug messages
2010-01-27 Robert Swainflvmux: index timestamps should be in seconds, not...
2009-11-18 Jan Urbańskiflvmux: properly finish the ECMA array
2009-10-03 Sebastian Drögeflvdemux: If there's no audio stream after 6 seconds...
2009-10-03 Sebastian Drögeflvdemux: Make sure to only signal no-more-pads a singl...
2009-09-22 Alessandro DecinaFix compile warnings with gcc 4.0.1.
2009-09-03 Stefan Kostflvmux: fully use tagsetter to manage the tags. Fixes...
2009-08-31 Jan Schmidtflvdemux: Fix tests warning from setting a NULL index
2009-08-03 Sebastian Drögeflvmux: Fix writing of the index for < 128 buffers
2009-08-03 Sebastian Drögeflvmux: Fix resetting of the element
2009-07-31 Tim-Philipp Müllerflvmux: fix invalid write caused by using sizeof("strin...
2009-07-23 Sebastian Drögeflvdemux: Implement SEEKING query
2009-06-25 Edward Herveyflvparse: Add missing break in switch/case.
2009-06-25 Edward Herveyflvdemux: Remove unused variable, hint branch likelines...
2009-05-22 Sebastian Drögeflvmux: Get the max duration from upstream if there...
2009-05-22 Sebastian Drögeflvmux: Write an index table to the end of the file
2009-05-15 James AndrewarthaFix compiler warnings
2009-05-12 Christian Schaller[MOVED FROM BAD 57/57] Add ranks to various muxers...
2009-05-12 Tristan Matthews[MOVED FROM BAD 56/57] flvmux: init variable to NULL...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 55/57] flv: Set/require the framed...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 54/57] flv: Always write at least the...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 53/57] flv: Add support for muxing...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 52/57] flv: Add support for title tag
2009-05-12 Sebastian Dröge[MOVED FROM BAD 51/57] flv: Fix parsing of tags and...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 50/57] flv: Add documentation to flvmux...
2009-05-12 Jan Urbanski[MOVED FROM BAD 49/57] Add support for ECMA arrays...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 48/57] gst/flv/gstflvparse.c: Check...
2009-05-12 Julien Moutte[MOVED FROM BAD 47/57] gst/flv/gstflvdemux.c: Fix non...
2009-05-12 Stefan Kost[MOVED FROM BAD 46/57] Don't install static libs for...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 45/57] gst/flv/gstflvdemux.c: Implement...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 44/57] gst/flv/: Put the GstSegment...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 43/57] gst/flv/: Don't memcpy() all...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 42/57] gst/flv/Makefile.am: Fix (non...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 41/57] gst/flv/gstflvparse.c: Properly...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 40/57] gst/flv/gstflvparse.c: If the...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 39/57] gst/flv/: Add support for Speex...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 38/57] gst/flv/gstflvdemux.c: Don't...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 37/57] gst/flv/gstflvdemux.c: Error...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 36/57] gst/flv/: In pull mode we create...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 35/57] gst/flv/gstflvdemux.c: Instead...
2009-05-12 Sebastian Dröge[MOVED FROM BAD 34/57] gst/flv/gstflvdemux.*: If our...
next