summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.c
Commit message (Expand)AuthorAgeFilesLines
* asfmux: remove unnecessary testVincent Penquerc'h2014-04-091-5/+3
* asfmux: microoptimisation: avoid unnecessary gst_buffer_get_size() callsTim-Philipp Müller2013-12-011-12/+22
* asfmux: don't use buffer after giving away ownershipTim-Philipp Müller2013-11-291-1/+5
* asfmux: Various debug argument fixesEdward Hervey2013-07-271-11/+11
* asfmux: Send stream-start eventSebastian Dröge2013-05-151-0/+5
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
* rename some caps and elements in examplesWim Taymans2012-09-141-2/+2
* collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2012-09-121-1/+1
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-3/+3
* asfmux: update for riff field renameMark Nauwelaerts2012-07-091-3/+3
* asfmux: remove deprecated "is-live" propertyTim-Philipp Müller2012-07-061-16/+2
* fix x-wmv format stringWim Taymans2012-06-271-14/+12
* Fix printf format compiler warnings on mingw-w64Raimo Järvi2012-05-051-3/+3
* asfmux: use some more boilerplateMark Nauwelaerts2012-04-231-33/+2
* asfmux: port to 0.11Mark Nauwelaerts2012-04-231-108/+147
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-171-14/+14
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-18/+18
|\
| * asfmux: port to GstCollectPads2Vincent Penquerc'h2011-12-151-15/+15
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+5
* | collectpads: port API changesStefan Sauer2011-11-171-1/+1
* | make request pads take _%uWim Taymans2011-11-041-6/+6
|/
* asfmux: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+0
* asfmux: use g_error_free instead of g_freeStefan Kost2011-01-121-1/+1
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-6/+11
* asfmux: only use g_warning() when setting the old is-live property, not when ...Tim-Philipp Müller2010-07-061-1/+2
* asfmux: Warn if preroll value is too bigThiago Santos2010-06-241-0/+9
* asfmux: Deprecate 'is-live' and add 'streamable' propertyThiago Santos2010-06-081-15/+28
* asfmux: don't set the 'seekable' flag if we are streamingAndoni Morales Alastruey2010-06-081-2/+5
* asfmux: write preroll info in the header at initializationAndoni Morales Alastruey2010-06-081-1/+1
* asfmux: put headers in streamheader for streamingAndoni Morales Alastruey2010-06-081-0/+33
* Fixes for -Waggregate-returnBenjamin Otte2010-03-231-1/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* asfmux: fix typo in property descriptionTim-Philipp Müller2010-03-131-2/+2
* asfmux: Compatibility with WMSP in WMPHåkon Skjelten2010-01-251-10/+63
* [cleanup] Various style and cleanupsBenjamin Otte2010-01-201-3/+3
* asfmux: improving debug messagesThiago Santos2009-11-181-16/+29
* asfmux: Raise rank to PRIMARYEdward Hervey2009-11-181-1/+1
* asfmux: handle streams with different start timesThiago Sousa Santos2009-11-171-1/+23
* asfmux: fix tag writing bugThiago Santos2009-10-271-3/+4
* asfmux: Do not mess up GstCollectData listThiago Santos2009-08-121-2/+4
* asfmux: Set video stream seekable property to trueThiago Santos2009-07-301-1/+7
* asfmux: Removing useless TODOsThiago Santos2009-07-301-2/+1
* asfmux: Fixes video stream properties objectThiago Santos2009-07-301-4/+4
* asfmux: accept pad requests a little longerThiago Santos2009-07-301-3/+2
* asfmux: adds support to vc-1 streamsThiago Santos2009-07-301-12/+18
* asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos2009-07-281-5/+16