aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
Commit message (Expand)AuthorAgeFilesLines
* remove GTK1 codeUlf Lamping2008-04-071-3/+0
* From Jim Young:Jaap Keuter2008-01-161-2/+7
* To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher2008-01-091-1/+1
* Make RTP player G.729 Annex B compatible.Jaap Keuter2008-01-081-3/+9
* Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)Mike Duigou2007-10-311-2/+2
* new codec table for registering codecs by nameTomas Kukosa2007-10-251-8/+60
* From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929Bill Meier2007-10-221-1/+1
* VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero2007-10-081-2/+8
* Add #include needed to get defs for PT_PCMU & etcBill Meier2007-08-181-0/+1
* Use #defines, rather than raw numbers, for RTP payload types.Guy Harris2007-08-181-5/+15
* Fixing the GTK1 build shouldn't break the GTK2 build.Jaap Keuter2007-08-111-1/+1
* Fix GTK1 compilation.Jaap Keuter2007-08-091-3/+2
* Unused parameterJaap Keuter2007-04-161-2/+1
* uninitialized warning fixSebastien Tandel2007-04-141-0/+1
* unused variableSebastien Tandel2007-04-141-4/+4
* fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping2007-03-211-1/+1
* Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, soGuy Harris2006-10-251-0/+1
* Clean up indentation.Guy Harris2006-10-201-41/+42
* Don't destroy something if it doesn't exist.Guy Harris2006-10-201-1/+2
* Don't pass an uninitialized string to gtk_widget_create_pango_layout();Guy Harris2006-10-201-1/+1
* Don't do things with the RTP channels hash table if it hasn't beenGuy Harris2006-10-201-10/+15
* Fix the progress bars.Guy Harris2006-10-201-7/+18
* from Stephen Fisher:Ulf Lamping2006-10-171-2/+2
* Alejandro Vaquero:Jörg Mayer2006-10-071-53/+46
* Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris2006-09-211-1/+1
* rtp_player.c will now compile with the new API, although it will notJörg Mayer2006-09-051-3/+72
* Comment #endifs so you can tell what they match.Guy Harris2006-09-041-2/+2
* Correct some typos and add some comments.Anders Broman2006-09-041-6/+6
* The previous way of (not) including portaudio support didn'tJörg Mayer2006-09-041-0/+4
* Ad $Id: § and reorder and reformat some comments in the header.Jörg Mayer2006-09-031-43/+53
* Squelch compiler warnings, and get rid of unused variables andGuy Harris2006-09-021-26/+23
* Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris2006-09-021-2/+2
* From Alejandro Vaquero:Anders Broman2006-08-301-0/+1830