index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
autotools: Use pkg-config autoconf macros for GLib/GTK
João Valverde
2016-02-21
1
-4
/
+3
*
Don't add the wiretap directory to the list of include directories.
Guy Harris
2016-02-18
1
-1
/
+1
*
autotools: Move SBC dependency to libwscodecs
João Valverde
2016-02-07
3
-20
/
+25
*
CMake: Avoid unnecessary link dependency with SBC and fix debian warnings
João Valverde
2016-02-06
1
-0
/
+2
*
autotools: Don't use "user variables" to set build flags
João Valverde
2016-01-28
1
-9
/
+2
*
codecs: add deregister_codec API
Pascal Quantin
2016-01-28
2
-0
/
+15
*
codecs: fix libary name when compiling with CMake
Pascal Quantin
2015-12-04
1
-1
/
+1
*
More libcodecs -> libwscodecs.
Guy Harris
2015-12-04
4
-21
/
+21
*
Change codecs from static to dynamic library
Pascal Quantin
2015-12-03
6
-97
/
+151
*
SpeexDSP: Work around self assignments.
Gerald Combs
2015-12-01
1
-0
/
+6
*
Fix warnings introduced by "Qt: Initial RTP playback"
Peter Wu
2015-10-05
2
-4
/
+6
*
Add another speex cast.
Gerald Combs
2015-10-02
1
-2
/
+2
*
Add casts to the speex resampler.
Gerald Combs
2015-10-02
2
-9
/
+9
*
Distcheck fixes.
Gerald Combs
2015-10-02
1
-0
/
+1
*
Qt: Initial RTP playback.
Gerald Combs
2015-10-02
8
-2
/
+1923
*
codecs/gtk: fix int to size_t
Dario Lombardo
2015-09-09
8
-42
/
+43
*
Minor CMake updates to better group build artefacts
Graham Bloice
2015-01-05
1
-2
/
+3
*
Fix out-of-tree build includes of config.h
Graham Bloice
2015-01-04
1
-1
/
+1
*
Add '*.nativecodeanalysis.xml' to 'clean' targets
Bill Meier
2015-01-02
1
-1
/
+1
*
Removed duplicated #include lines
Dario Lombardo
2014-12-28
1
-1
/
+0
*
Fix ranlib "has no symbols" errors in the codecs directory.
Gerald Combs
2014-12-09
1
-3
/
+8
*
SBC: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2014-11-19
1
-1
/
+0
*
Support out-of-source checkapi
Stig Bjørlykke
2014-04-25
1
-1
/
+2
*
Continue to remove $Id$ from top of file
Alexis La Goutte
2014-03-31
4
-7
/
+0
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
14
-28
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-3
/
+3
*
Fix nmake build
Evan Huus
2014-02-12
1
-1
/
+1
*
RTP: Add support for SBC codec in RTP Player
Michal Labedzki
2014-02-12
15
-154
/
+506
*
Have HAVE_SPANDSP just go over entire file rather than individual functions.
Michael Mann
2014-01-08
2
-26
/
+6
*
(Trivial) remove some trailing whitespace.
Bill Meier
2013-12-13
1
-3
/
+3
*
check licence: fix FSF address.
Jakub Zawadzki
2013-12-08
4
-4
/
+4
*
Do something less catastrophic than crashing if the same name is used in
Guy Harris
2013-12-02
2
-6
/
+6
*
Move most of the plugin code from epan to wsutil and remove all
Guy Harris
2013-12-02
5
-35
/
+167
*
If we're including "config.h" when compiling a codec, then /I.. must be part...
Bill Meier
2013-12-01
1
-1
/
+1
*
SBC -> sbc
Jörg Mayer
2013-12-01
5
-7
/
+7
*
Move codecs.[ch] out of epan and into codecs directory.
Michael Mann
2013-12-01
5
-0
/
+137
*
The HAVE_xxx definitions come from config.h; include it.
Guy Harris
2013-11-30
1
-0
/
+2
*
Tag arguments to decodeXXX routines as unused iff we don't support the
Guy Harris
2013-11-30
2
-2
/
+18
*
Add G.722, G.726 and SBC codecs. G.722 and G.726 are from bug 5619 (https://...
Michael Mann
2013-11-30
9
-4
/
+381
*
Add CMake properties to targets so that they are logically organised when usi...
Graham Bloice
2013-10-13
1
-0
/
+1
*
makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.
Chris Maynard
2013-06-25
1
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
8
-8
/
+8
*
Add a "-build" argument to checkAPIs.pl. Use that argument when building
Jeff Morriss
2012-04-04
2
-2
/
+2
*
Add *.sbr files to the clean target.
Anders Broman
2012-01-29
1
-1
/
+1
*
A bit of Windows makefiles rework and cleanup:
Bill Meier
2011-02-02
1
-4
/
+5
*
H. Sivank <hsivank@gmail.com>
Jörg Mayer
2010-09-23
1
-1
/
+1
*
Add Cmake stuff to the source distribution so more people can try it out.
Jeff Morriss
2010-05-14
1
-1
/
+2
*
cmake changes:
Jörg Mayer
2010-03-18
1
-1
/
+1
*
CMAKE: Get most of of missing *build* pieces into place
Jörg Mayer
2009-09-09
1
-0
/
+32
*
Replace a deprecated -o option with /Fd.
Gerald Combs
2008-08-14
1
-2
/
+2
[next]