summaryrefslogtreecommitdiff
path: root/gst/asfmux
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-24/+25
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM3-14/+11
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-6/+6
2015-08-08asfmux: output TIME segment if we output a stream and won't seek back laterTim-Philipp Müller1-2/+31
2015-05-08Update references to decodebinLuis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-03-03asfmux: remove unnecessary conditionalLuis de Bethencourt1-5/+1
2014-09-10asfmux: allocate byte readers on the stackTim-Philipp Müller2-31/+27
2014-05-13asfmux: Don't leak bytereaderEdward Hervey1-1/+1
2014-04-09asfmux: remove unnecessary testVincent Penquerc'h1-5/+3
2014-04-09asfmux: remove stray gst_buffer_unmap on error pathVincent Penquerc'h1-2/+0
2013-12-14asfparse: add timestamps to packetsThiago Santos3-56/+80
2013-12-14asfparse: port to baseparseThiago Santos4-442/+241
2013-12-05rtpasfpay: Use GstRTPBasePayload method to push bufferOlivier Crête1-3/+1
2013-12-01asfmux: microoptimisation: avoid unnecessary gst_buffer_get_size() callsTim-Philipp Müller1-12/+22
2013-11-29rtpasfpay: init rtp buffer fixing rtp packet creationTim-Philipp Müller1-1/+1
2013-11-29asfmux: don't use buffer after giving away ownershipTim-Philipp Müller1-1/+5
2013-07-27asfmux: Various debug argument fixesEdward Hervey1-11/+11
2013-05-15asfmux: Send stream-start eventSebastian Dröge1-0/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller9-18/+18
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller3-3/+3
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts3-3/+3
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-09-14rename some caps and elements in examplesWim Taymans1-2/+2
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-09-11ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-3/+3
2012-07-09asfmux: update for riff field renameMark Nauwelaerts1-3/+3
2012-07-06asfmux: remove deprecated "is-live" propertyTim-Philipp Müller1-16/+2
2012-06-27fix x-wmv format stringWim Taymans1-14/+12
2012-06-20update for task api changeWim Taymans1-1/+2
2012-05-05Fix printf format compiler warnings on mingw-w64Raimo Järvi3-5/+6
2012-04-23asfmux: use some more boilerplateMark Nauwelaerts1-33/+2
2012-04-23asfmux: port to 0.11Mark Nauwelaerts7-245/+356
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts3-19/+19
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-28update for buffer changesWim Taymans2-3/+3
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-3/+6
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey3-23/+23
2011-12-15asfmux: port to GstCollectPads2Vincent Penquerc'h3-20/+20
2011-11-28various: fix pad template ref leaksVincent Penquerc'h3-14/+11
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04make request pads take _%uWim Taymans1-6/+6
2011-04-15asfmux: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller4-48/+13
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+15
2011-01-12asfmux: use g_error_free instead of g_freeStefan Kost1-1/+1