summaryrefslogtreecommitdiff
path: root/gst/asfmux
AgeCommit message (Expand)AuthorFilesLines
2010-09-21asfparse: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-6/+5
2010-07-06asfmux: only use g_warning() when setting the old is-live property, not when ...Tim-Philipp Müller1-1/+2
2010-06-24asfmux: Warn if preroll value is too bigThiago Santos1-0/+9
2010-06-24asfmux: Make metadata writable before setting itThiago Santos1-0/+1
2010-06-08asfmux: Deprecate 'is-live' and add 'streamable' propertyThiago Santos2-16/+29
2010-06-08asfmux: don't set the 'seekable' flag if we are streamingAndoni Morales Alastruey1-2/+5
2010-06-08asfmux: write preroll info in the header at initializationAndoni Morales Alastruey1-1/+1
2010-06-08asfmux: put headers in streamheader for streamingAndoni Morales Alastruey1-0/+33
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-1/+1
2010-03-23Fixes for -Waggregate-returnBenjamin Otte3-11/+9
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte3-22/+10
2010-03-13asfmux: fix typo in property descriptionTim-Philipp Müller1-2/+2
2010-01-25rtpasfpay: Fix packet length semanticsThiago Santos4-11/+40
2010-01-25asfmux: Compatibility with WMSP in WMPHåkon Skjelten3-11/+65
2010-01-20[cleanup] Various style and cleanupsBenjamin Otte3-9/+12
2010-01-11asfmux: fix alignment and endianness issueTim-Philipp Müller1-1/+1
2009-11-18asfmux: improving debug messagesThiago Santos1-16/+29
2009-11-18asfmux: Raise rank to PRIMARYEdward Hervey1-1/+1
2009-11-17asfmux: handle streams with different start timesThiago Sousa Santos2-1/+26
2009-11-09asfmux: Uncomment --disable-static flagJan Schmidt1-1/+1
2009-10-27asfmux: fix tag writing bugThiago Santos1-3/+4
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina2-15/+15
2009-08-12asfmux: Do not mess up GstCollectData listThiago Santos2-5/+4
2009-07-31rtpasfpay: set padding field to 0 on rtp asf packetsThiago Santos3-1/+40
2009-07-30asfmux: Set video stream seekable property to trueThiago Santos1-1/+7
2009-07-30asfmux: Removing useless TODOsThiago Santos1-2/+1
2009-07-30asfmux: Fixes video stream properties objectThiago Santos1-4/+4
2009-07-30asfmux: accept pad requests a little longerThiago Santos2-4/+2
2009-07-30asfmux: adds support to vc-1 streamsThiago Santos1-12/+18
2009-07-28asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos1-5/+16
2009-07-24asfmux: Adds new plugin asfmuxThiago Santos10-0/+4730