summaryrefslogtreecommitdiff
path: root/sys/acmenc
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-2/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-02-16acmenc/acmmp3dec: remove unnecessary break after returnVineeth TM1-1/+0
2015-12-07acm: Port ACM MP3 decoder and encoders to GStreamer 1.xFrédéric Wang1-20/+38
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-4/+2
2015-03-12Remove a bunch of silly ';;' typos at the end of linesJan Schmidt1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-3/+3
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов1-2/+2
2010-03-21Fix acmenc for warning flagsBenjamin Otte1-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+9
2009-04-08acmenc, acmmp3dec, sdp: link to all requires libraries on win32.Michael Smith1-10/+16
2009-03-26acm: Port to MinGWРуслан Ижбулатов2-11/+16
2009-02-28acmenc: fix whitespaceMichael Smith1-545/+568
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-16sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGSMichael Smith1-1/+1
2008-08-20Add new windows ACM encoder wrapper.Michael Smith2-0/+610