summaryrefslogtreecommitdiff
path: root/sys/acmmp3dec
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-3/+3
|
* mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp2011-11-111-1/+1
| | | | | | Pass --tag=disable-static to libtool everywhere where it's been forgotten https://bugzilla.gnome.org/show_bug.cgi?id=663768
* Fix printf format strings for gcc 4.5Руслан Ижбулатов2010-04-291-1/+1
| | | | | | Done on Windows/MinGW. Fixes #617146
* acmmp3dec: fix warningsBenjamin Otte2010-03-211-3/+5
|
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
|
* acmenc, acmmp3dec, sdp: link to all requires libraries on win32.Michael Smith2009-04-081-9/+14
| | | | | Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec.
* acm: Port to MinGWРуслан Ижбулатов2009-03-262-5/+6
| | | | Fixes bug #573595.
* acmmp3dec: fix major memory leaks and clean up code.Michael Smith2009-02-091-349/+410
| | | | | Unref incoming buffers when we're done. Reindent, clean up white space. Fix comments.
* sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a ↵Michael Smith2009-01-061-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.
* sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.Jan Schmidt2009-01-061-1/+1
| | | | | | Original commit message from CVS: * sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.
* Add new directory for new acmmp3dec pluginMichael Smith2008-11-252-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.