aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-19Some routine name changes.Guy Harris1-8/+8
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-5/+5
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-98/+82
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+2
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-1/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-2/+2
2013-07-21Update rtp_player for rel_ts move.Evan Huus1-2/+2
2013-05-15Remove an unused variable.Gerald Combs1-1/+0
2013-05-15Merge some of the changes to rtp player from https://bugs.wireshark.org/bugzi...Anders Broman1-44/+43
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-21[-Wmissing-prototypes]Anders Broman1-25/+25
2013-03-04Fix a minor typo in SVN #48065Bill Meier1-1/+1
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-1/+5
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-5/+5
2013-02-15Fix Voice RTP player crash if player is closed while playingMichael Mann1-11/+15
2013-01-06Use GdkRGBA colors directly in the arrayAnders Broman1-46/+57
2013-01-04Use gdk_cairo_set_source_rgbaAnders Broman1-18/+24
2013-01-02Fix a GTK3 issue:Bill Meier1-1/+1
2012-12-23Use the types that PortAudio specifies for values passed to or returnedGuy Harris1-14/+11
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-7/+7
2012-09-29More unused variables caught by cppcheck.Evan Huus1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-07-22Two little cleanups from cppcheck:Evan Huus1-1/+1
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+2
2012-04-21More GTK3 adaptationsAnders Broman1-3/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-5/+5
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+2
2012-02-10Sean Bright <sean.bright@gmail.com>:Jörg Mayer1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2530