aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G711u
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09codecs/gtk: fix int to size_tDario Lombardo2-10/+10
Change-Id: I8f467f09375c8227c4b70aef47ff3a590a0c00d7 Reviewed-on: https://code.wireshark.org/review/10413 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte3-6/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki3-13/+90
Add optional dependancy to libsbc to play Bluetooth SBC in A2DP payload. Also simplify RTP Player and extent codec interface. Change-Id: I52e1fce9c82e2885736354fe73c6c37168a4fda3 Reviewed-on: https://code.wireshark.org/review/19 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2006-09-04Add RCS IDs, introductory comments, and multiple-include protection. Guy Harris3-7/+75
Remove extra blank lines. svn path=/trunk/; revision=19142
2006-09-02Squelch compiler warnings, and get rid of unused variables andGuy Harris1-1/+1
declarations. Define functions with no arguments as such. Clean up white space. Declare tables in the codec .h files. svn path=/trunk/; revision=19118
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris3-0/+62
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117