summaryrefslogtreecommitdiff
path: root/ext/faad
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* faad: fix typo in element documentationStéphane Cerveau2021-06-211-1/+1
* faad: allow per feature registrationStéphane Cerveau2021-03-232-2/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-11/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-2/+2
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Fix code indentationTim-Philipp Müller2018-04-221-2/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Fix incorrect return type in several functionsNirbheek Chauhan2016-10-271-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+21
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* faad: simplify configure check and require faad >= 2.7Tim-Philipp Müller2016-01-313-55/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* faad: set channel positions using the appropriate APIVincent Penquerc'h2014-11-121-11/+10
* faad: fix wrong unrefs in set_format error code pathTim-Philipp Müller2014-10-281-3/+0
* faad: logical disjunction consecutive return, break unnecessaryAnuj Jaiswal2014-09-181-1/+0
* ext:faad: Set rank to SECONDARY as the libav decoder is concidered betterThibault Saunier2014-08-071-1/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* faad: do not access frame buffer following _finish_frame callMark Nauwelaerts2012-08-021-2/+3
* faad: only discard frame once upon decoding errorMark Nauwelaerts2012-07-201-2/+0
* faad: don't access buffer after _finish_frameWim Taymans2012-06-121-6/+9
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* ext: Update for audio decoder API changesSebastian Dröge2012-03-301-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-0/+2
|\
| * faad: fixup nasty typo breaking compilationMark Nauwelaerts2012-02-231-1/+1
| * faad: discard frame upon decoding errorMark Nauwelaerts2012-02-231-0/+2
* | faad: add some channel map debugWim Taymans2012-03-201-1/+1
* | faad: optimize channel remap, avoid potential memcpyWim Taymans2012-03-202-5/+40
* | update for memory api changesWim Taymans2012-03-151-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-1/+2
|\ \ | |/
| * faad: include specific support AAC stream formats in template capsVincent Penquerc'h2012-02-021-1/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+3
* | faad: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-7/+1
* | port some more to new memory APIMark Nauwelaerts2012-01-251-6/+13
* | faad: Unset the UNPOSITIONED flag if we have valid channel positionsSebastian Dröge2012-01-111-0/+3
* | faad: Make sure that the srcpad has caps before finishing actual audio dataSebastian Dröge2012-01-091-1/+2
* | faad: Update for the new raw audio capsSebastian Dröge2012-01-052-34/+37
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-031-1/+1
* | update for adapter api changeWim Taymans2011-11-101-1/+1
* | faad: use right capsWim Taymans2011-10-041-6/+3
* | faad: port to 0.11Wim Taymans2011-09-271-51/+35
|/
* faad: fix compiler warningTim-Philipp Müller2011-09-231-3/+6