Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 2016-03-24 | 1 | -6/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081 | ||||
* | acmenc/acmmp3dec: remove unnecessary break after return | Vineeth TM | 2016-02-16 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=761109 | ||||
* | acm: Port ACM MP3 decoder and encoders to GStreamer 1.x | Frédéric Wang | 2015-12-07 | 1 | -25/+40 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=744047 | ||||
* | Remove unnecessary NULL checks before g_free() | Reynaldo H. Verdejo Pinochet | 2015-11-18 | 1 | -4/+2 |
| | | | | g_free() is NULL-safe | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -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_metadata | Mark Nauwelaerts | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -3/+3 |
| | |||||
* | mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins | Mart Raudsepp | 2011-11-11 | 1 | -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-29 | 1 | -1/+1 |
| | | | | | | Done on Windows/MinGW. Fixes #617146 | ||||
* | acmmp3dec: fix warnings | Benjamin Otte | 2010-03-21 | 1 | -3/+5 |
| | |||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 1 | -7/+4 |
| | |||||
* | acmenc, acmmp3dec, sdp: link to all requires libraries on win32. | Michael Smith | 2009-04-08 | 1 | -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-26 | 2 | -5/+6 |
| | | | | Fixes bug #573595. | ||||
* | acmmp3dec: fix major memory leaks and clean up code. | Michael Smith | 2009-02-09 | 1 | -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 Smith | 2009-01-06 | 1 | -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 Schmidt | 2009-01-06 | 1 | -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 plugin | Michael Smith | 2008-11-25 | 2 | -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. |