aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codecs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Add AMR codec supportosmocom/masterDaniel Willmann1-0/+9
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-29codecs: register SBC codec once.Jaap Keuter1-4/+0
2018-01-11Use an enum for plugin types.Gerald Combs1-14/+2
2017-12-14Refactor plugin registration and loadingJoão Valverde1-52/+23
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-0/+2
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde1-1/+1
2017-07-30Add G.729 decoding based on bcg729 libraryPascal Quantin1-0/+19
2016-12-07Change SpanDSP capitalizationPascal Quantin1-3/+3
2016-12-06codecs: Add support for G.722 and G.726Peter Wu1-1/+20
2016-12-04Show codec information in About dialogPeter Wu1-0/+20
2016-12-04codecs: allow it to be used without pluginsPeter Wu1-1/+4
2016-01-28codecs: add deregister_codec APIPascal Quantin1-0/+14
2015-09-09codecs/gtk: fix int to size_tDario Lombardo1-3/+4
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki1-59/+113
2013-12-13(Trivial) remove some trailing whitespace.Bill Meier1-3/+3
2013-12-02Do something less catastrophic than crashing if the same name is used inGuy Harris1-5/+5
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+73
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-0/+88