summaryrefslogtreecommitdiff
path: root/ext/amrwb
Commit message (Expand)AuthorAgeFilesLines
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/amrwb/gstamrwbenc.*: Pass the discont flag from the input buffer on to th...Stefan Kost2008-10-092-2/+22
* ext/amrwb/gstamrwbparse.*: Add flush seek handler. Taken from recent armnbpar...Stefan Kost2008-10-092-38/+284
* ext/amrwb/gstamrwbparse.*: Fix the duration query. Also set caps on the pads ...Stefan Kost2008-10-092-16/+35
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-133-23/+14
* ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so t...Sebastien Merle2008-06-121-1/+1
* docs/plugins/: Now we have full hierarchy.Stefan Kost2008-01-241-0/+5
* ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles2007-09-162-2/+94
* ext/amrwb/gstamrwbparse.c: Don't leak the adapter.Stefan Kost2007-08-171-0/+19
* docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively.Stefan Kost2007-07-051-1/+1
* Also document AMR-WB elements.Stefan Kost2007-07-033-2/+52
* Fix leaks.Edward Hervey2007-06-223-17/+6
* ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't le...Stefan Kost2007-06-203-53/+142
* ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost2007-05-183-57/+43
* Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec2007-05-169-87/+15
* ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ...Edward Hervey2007-02-071-1/+1
* move amrwb codeThomas Vander Stichele2007-01-045-9/+81
* move amrwb codeThomas Vander Stichele2007-01-041-44/+0
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-013-6/+6
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-062-4/+6
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-253-3/+3
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-083-3/+3
* ext/: don't dist amr wb source codeThomas Vander Stichele2006-04-061-2/+2
* Unify the long descriptions in the plugin details (#337263).j^2006-04-063-18/+15
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+2
* Added new plugin amrwb parse.Renato Araujo Oliveira Filho2006-03-2911-0/+1348