aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-0/+10
2018-06-07CMake: Get rid of FULL_SO_VERSIONGerald Combs1-3/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke15-15/+30
2018-04-18Remove autotools build system.Dario Lombardo1-84/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo16-16/+16
2018-02-02codex: use SPDX identifiers.Dario Lombardo15-210/+15
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 Valverde2-54/+34
2017-11-19Fix (and chop) static build optionJoão Valverde1-12/+10
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-4/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
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-09-24Install libwiretap and libwscodecs headersJoão Valverde2-1/+15
2017-09-06plugins: config.h must not be included by public headersJoão Valverde7-2/+13
2017-07-30Add G.729 decoding based on bcg729 libraryPascal Quantin5-1/+172
2016-12-07Change SpanDSP capitalizationPascal Quantin3-5/+5
2016-12-06codecs: Add support for G.722 and G.726Peter Wu7-62/+148
2016-12-04Show codec information in About dialogPeter Wu2-0/+25
2016-12-04codecs: allow it to be used without pluginsPeter Wu2-2/+9
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-08-19codecs/speex: add check in speex_resampler_init_frac/set_rate_frac (CID 13556...Dario Lombardo1-1/+5
2016-06-30Remove Makefile.common filesJoão Valverde2-37/+10
2016-06-21libcodecs and libwsutil are DLLs, not static librariesPascal Quantin1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin2-88/+0
2016-05-22speex: Fix unknown option after ‘#pragma GCC diagnostic’ kind [-Werror=pr...João Valverde1-3/+1
2016-05-16autotools: Check for SpeexDSP system libraryJoão Valverde2-2/+5
2016-05-12codecs: Move noinst_HEADERS to Makefile.amJoão Valverde2-13/+14
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+9
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-3/+1
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-4/+3
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-02-07autotools: Move SBC dependency to libwscodecsJoão Valverde3-20/+25
2016-02-06CMake: Avoid unnecessary link dependency with SBC and fix debian warningsJoão Valverde1-0/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-9/+2
2016-01-28codecs: add deregister_codec APIPascal Quantin2-0/+15
2015-12-04codecs: fix libary name when compiling with CMakePascal Quantin1-1/+1
2015-12-04More libcodecs -> libwscodecs.Guy Harris4-21/+21
2015-12-03Change codecs from static to dynamic libraryPascal Quantin6-97/+151
2015-12-01SpeexDSP: Work around self assignments.Gerald Combs1-0/+6
2015-10-05Fix warnings introduced by "Qt: Initial RTP playback"Peter Wu2-4/+6
2015-10-02Add another speex cast.Gerald Combs1-2/+2
2015-10-02Add casts to the speex resampler.Gerald Combs2-9/+9
2015-10-02Distcheck fixes.Gerald Combs1-0/+1
2015-10-02Qt: Initial RTP playback.Gerald Combs8-2/+1923
2015-09-09codecs/gtk: fix int to size_tDario Lombardo8-42/+43
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-2/+3