aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-25/+25
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...wmeier1-2/+2
2009-12-18PortAudio doesn't make sure that a default device is even available on the de...jake1-40/+130
2009-12-17Squelch GTK warnings on the RTP player progress bar when resizeing the window.jake1-1/+2
2009-12-17Squelch a GTK warning on the RTP player spinner control.jake1-1/+1
2009-11-15From Alejandro Vaquero:etxrab1-22/+37
2009-08-18Properly handle closing/destruction of RTP player window.jake1-1/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-3/+3
2009-05-22From Nick Lewis via bug 3319:gerald1-9/+32
2009-05-14Extend error reporting from PortAudio library.jake1-0/+69
2008-12-21When destroying the RTP player make sure to terminate the use of PortAudio li...jake1-0/+12
2008-12-19Correct language.jake1-13/+13
2008-11-28Plug memory leak.jake1-0/+2
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-05-14From Alejandro Vaquero:kukosa1-4/+36
2008-04-13sort #includes by directoriesulfl1-20/+18
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-16/+16
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funculfl1-4/+4
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-3/+3
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-4/+4
2008-04-07remove GTK1 codeulfl1-3/+0
2008-01-16From Jim Young:jake1-2/+7
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, usesfisher1-1/+1
2008-01-08Make RTP player G.729 Annex B compatible.jake1-3/+9
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)bondolo1-2/+2
2007-10-25new codec table for registering codecs by namekukosa1-8/+60
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929wmeier1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...avaquero1-2/+8
2007-08-18Add #include needed to get defs for PT_PCMU & etcwmeier1-0/+1
2007-08-18Use #defines, rather than raw numbers, for RTP payload types.guy1-5/+15
2007-08-11Fixing the GTK1 build shouldn't break the GTK2 build.jake1-1/+1
2007-08-09Fix GTK1 compilation.jake1-3/+2
2007-04-16Unused parameterjake1-2/+1
2007-04-14uninitialized warning fixstandel1-0/+1
2007-04-14unused variablestandel1-4/+4
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagulfl1-1/+1
2006-10-25Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, soguy1-0/+1
2006-10-20Clean up indentation.guy1-41/+42
2006-10-20Don't destroy something if it doesn't exist.guy1-1/+2
2006-10-20Don't pass an uninitialized string to gtk_widget_create_pango_layout();guy1-1/+1
2006-10-20Don't do things with the RTP channels hash table if it hasn't beenguy1-10/+15
2006-10-20Fix the progress bars.guy1-7/+18
2006-10-17from Stephen Fisher:ulfl1-2/+2
2006-10-07Alejandro Vaquero:jmayer1-53/+46
2006-09-21Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPguy1-1/+1
2006-09-05rtp_player.c will now compile with the new API, although it will notjmayer1-3/+72
2006-09-04Comment #endifs so you can tell what they match.guy1-2/+2