aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
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