aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-15Mark an unused argument.Stig Bjørlykke1-1/+1
2011-05-15Use correct signature for event callback functions;Bill Meier1-59/+39
2011-05-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5902 :Jeff Morriss1-6/+7
2010-12-29Fix Windows build, which complained about possible loss of data convertingStephen Fisher1-1/+1
2010-12-28Implement first part of request in bug #5527 - allow the user to changeStephen Fisher1-2/+31
2010-12-27Clarify some commentsStephen Fisher1-2/+6
2010-12-27The RTP Player shows the number of seconds since the beginning of thatStephen Fisher1-1/+1
2010-12-15From k barnard:Jaap Keuter1-5/+34
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-1/+1
2010-11-04From Alexis La Goutte:Jaap Keuter1-13/+7
2010-10-12Define some vars & fcns as static;Bill Meier1-3/+3
2010-03-27Fix (or at least work around the crash in)Jeff Morriss1-2/+14
2010-03-26s/#if DEBUG/#ifdef DEBUG/Jeff Morriss1-95/+95
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-25/+25
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier1-2/+2
2009-12-18PortAudio doesn't make sure that a default device is even available on the de...Jaap Keuter1-40/+130
2009-12-17Squelch GTK warnings on the RTP player progress bar when resizeing the window.Jaap Keuter1-1/+2
2009-12-17Squelch a GTK warning on the RTP player spinner control.Jaap Keuter1-1/+1
2009-11-15From Alejandro Vaquero:Anders Broman1-22/+37
2009-08-18Properly handle closing/destruction of RTP player window.Jaap Keuter1-1/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-3/+3
2009-05-22From Nick Lewis via bug 3319:Gerald Combs1-9/+32
2009-05-14Extend error reporting from PortAudio library.Jaap Keuter1-0/+69
2008-12-21When destroying the RTP player make sure to terminate the use of PortAudio li...Jaap Keuter1-0/+12
2008-12-19Correct language.Jaap Keuter1-13/+13
2008-11-28Plug memory leak.Jaap Keuter1-0/+2
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-05-14From Alejandro Vaquero:Tomas Kukosa1-4/+36
2008-04-13sort #includes by directoriesUlf Lamping1-20/+18
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-16/+16
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping1-4/+4
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-3/+3
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-4/+4
2008-04-07remove GTK1 codeUlf Lamping1-3/+0
2008-01-16From Jim Young:Jaap Keuter1-2/+7
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher1-1/+1
2008-01-08Make RTP player G.729 Annex B compatible.Jaap Keuter1-3/+9
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)Mike Duigou1-2/+2
2007-10-25new codec table for registering codecs by nameTomas Kukosa1-8/+60
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929Bill Meier1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero1-2/+8
2007-08-18Add #include needed to get defs for PT_PCMU & etcBill Meier1-0/+1
2007-08-18Use #defines, rather than raw numbers, for RTP payload types.Guy Harris1-5/+15
2007-08-11Fixing the GTK1 build shouldn't break the GTK2 build.Jaap Keuter1-1/+1
2007-08-09Fix GTK1 compilation.Jaap Keuter1-3/+2
2007-04-16Unused parameterJaap Keuter1-2/+1
2007-04-14uninitialized warning fixSebastien Tandel1-0/+1