summaryrefslogtreecommitdiff
path: root/sys/acmmp3dec
AgeCommit message (Collapse)AuthorFilesLines
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=662664
2011-11-11mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp1-1/+1
Pass --tag=disable-static to libtool everywhere where it's been forgotten https://bugzilla.gnome.org/show_bug.cgi?id=663768
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов1-1/+1
Done on Windows/MinGW. Fixes #617146
2010-03-21acmmp3dec: fix warningsBenjamin Otte1-3/+5
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-04-08acmenc, acmmp3dec, sdp: link to all requires libraries on win32.Michael Smith1-9/+14
Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec.
2009-03-26acm: Port to MinGWРуслан Ижбулатов2-5/+6
Fixes bug #573595.
2009-02-09acmmp3dec: fix major memory leaks and clean up code.Michael Smith1-349/+410
Unref incoming buffers when we're done. Reindent, clean up white space. Fix comments.
2009-01-06sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a ↵Michael Smith1-5/+5
sensible name. Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a sensible name.
2009-01-06sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.Jan Schmidt1-1/+1
Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
2008-11-25Add new directory for new acmmp3dec pluginMichael Smith2-0/+384
Original commit message from CVS: * configure.ac: * sys/Makefile.am: Add new directory for new acmmp3dec plugin * sys/acmenc/Makefile.am: * sys/acmenc/acmmp3dec.c: Add new acmmp3dec plugin, which uses ACM for decoding mp3 on windows.