summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/gstamrwbdec.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ...Iago Toral1-372/+0
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-8/+5
2008-06-12ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so t...Sebastien Merle1-1/+1
2007-07-03Also document AMR-WB elements.Stefan Kost1-2/+15
2007-06-22Fix leaks.Edward Hervey1-6/+2
2007-06-20ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't le...Stefan Kost1-25/+94
2007-05-18ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost1-20/+15
2007-05-16Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec1-0/+5
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz1-2/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-03-29Added new plugin amrwb parse.Renato Araujo Oliveira Filho1-0/+297