aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-2/+3
2015-01-04Fix out-of-tree build includes of config.hGraham Bloice1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-09Fix ranlib "has no symbols" errors in the codecs directory.Gerald Combs1-3/+8
2014-11-19SBC: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-7/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte14-28/+0
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
2014-02-12Fix nmake buildEvan Huus1-1/+1
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki15-154/+506
2014-01-08Have HAVE_SPANDSP just go over entire file rather than individual functions.Michael Mann2-26/+6
2013-12-13(Trivial) remove some trailing whitespace.Bill Meier1-3/+3
2013-12-08check licence: fix FSF address.Jakub Zawadzki4-4/+4
2013-12-02Do something less catastrophic than crashing if the same name is used inGuy Harris2-6/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris5-35/+167
2013-12-01If we're including "config.h" when compiling a codec, then /I.. must be part...Bill Meier1-1/+1
2013-12-01SBC -> sbcJörg Mayer5-7/+7
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann5-0/+137
2013-11-30The HAVE_xxx definitions come from config.h; include it.Guy Harris1-0/+2
2013-11-30Tag arguments to decodeXXX routines as unused iff we don't support theGuy Harris2-2/+18
2013-11-30Add G.722, G.726 and SBC codecs. G.722 and G.726 are from bug 5619 (https://...Michael Mann9-4/+381
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki8-8/+8
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+5
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+2
2010-03-18cmake changes:Jörg Mayer1-1/+1
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+32
2008-08-14Replace a deprecated -o option with /Fd.Gerald Combs1-2/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+4
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-05-21Let the buildbot run a some of the checkapi targets.Anders Broman1-1/+4
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+3
2007-03-21no MSVC warnings, set CFLAGS to block new warningsUlf Lamping1-1/+1
2006-09-10minor cleanup for making codecsBill Meier1-7/+3
2006-09-04Add RCS IDs, introductory comments, and multiple-include protection. Guy Harris6-12/+150
2006-09-02Fix path and name.Anders Broman1-1/+1
2006-09-02Squelch compiler warnings, and get rid of unused variables andGuy Harris2-2/+2
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris8-0/+205