aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-14unused variableSebastien Tandel1-4/+4
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-1/+1
2006-10-25Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, soGuy Harris1-0/+1
2006-10-20Clean up indentation.Guy Harris1-41/+42
2006-10-20Don't destroy something if it doesn't exist.Guy Harris1-1/+2
2006-10-20Don't pass an uninitialized string to gtk_widget_create_pango_layout();Guy Harris1-1/+1
2006-10-20Don't do things with the RTP channels hash table if it hasn't beenGuy Harris1-10/+15
2006-10-20Fix the progress bars.Guy Harris1-7/+18
2006-10-17from Stephen Fisher:Ulf Lamping1-2/+2
2006-10-07Alejandro Vaquero:Jörg Mayer1-53/+46
2006-09-21Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris1-1/+1
2006-09-05rtp_player.c will now compile with the new API, although it will notJörg Mayer1-3/+72
2006-09-04Comment #endifs so you can tell what they match.Guy Harris1-2/+2
2006-09-04Correct some typos and add some comments.Anders Broman1-6/+6
2006-09-04The previous way of (not) including portaudio support didn'tJörg Mayer1-0/+4
2006-09-03Ad $Id: § and reorder and reformat some comments in the header.Jörg Mayer1-43/+53
2006-09-02Squelch compiler warnings, and get rid of unused variables andGuy Harris1-26/+23
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris1-2/+2
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+1830