summaryrefslogtreecommitdiffstats
path: root/ext/amrwb
AgeCommit message (Expand)AuthorFilesLines
2008-01-24docs/plugins/: Now we have full hierarchy.Stefan Kost1-0/+5
2007-09-16ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles2-2/+94
2007-08-17ext/amrwb/gstamrwbparse.c: Don't leak the adapter.Stefan Kost1-0/+19
2007-07-05docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively.Stefan Kost1-1/+1
2007-07-03Also document AMR-WB elements.Stefan Kost3-2/+52
2007-06-22Fix leaks.Edward Hervey3-17/+6
2007-06-20ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't le...Stefan Kost3-53/+142
2007-05-18ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost3-57/+43
2007-05-16Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec9-87/+15
2007-02-07ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ...Edward Hervey1-1/+1
2007-01-04move amrwb codeThomas Vander Stichele5-9/+81
2007-01-04move amrwb codeThomas Vander Stichele1-44/+0
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost3-6/+6
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2-4/+6
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost3-3/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost3-3/+3
2006-04-06ext/: don't dist amr wb source codeThomas Vander Stichele1-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^3-18/+15
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
2006-03-29Added new plugin amrwb parse.Renato Araujo Oliveira Filho11-0/+1348