Switch back to normal versioning. Bump the version to 1.3.3.
[obnox/wireshark/wip.git] / gtk / rtp_player.c
2009-11-15 etxrabFrom Alejandro Vaquero:
2009-08-18 jakeProperly handle closing/destruction of RTP player window.
2009-06-22 etxrabChange window_new() to dlg_window_new() and destroy...
2009-05-22 geraldFrom Nick Lewis via bug 3319:
2009-05-14 jakeExtend error reporting from PortAudio library.
2008-12-21 jakeWhen destroying the RTP player make sure to terminate...
2008-12-19 jakeCorrect language.
2008-11-28 jakePlug memory leak.
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-05-14 kukosaFrom Alejandro Vaquero:
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handler...
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-01-16 jakeFrom Jim Young:
2008-01-09 sfisherTo ease troubleshooting of bug #2017 and for code clari...
2008-01-08 jakeMake RTP player G.729 Annex B compatible.
2007-10-31 bondoloAvoid casting directly from int to pointers. (It doesn...
2007-10-25 kukosanew codec table for registering codecs by name
2007-10-22 wmeierFrom Jim Young: Simple one line patch resolves compiler...
2007-10-08 avaqueroVoIP Calls changes: Add the file name to the title...
2007-08-18 wmeierAdd #include needed to get defs for PT_PCMU & etc
2007-08-18 guyUse #defines, rather than raw numbers, for RTP payload...
2007-08-11 jakeFixing the GTK1 build shouldn't break the GTK2 build.
2007-08-09 jakeFix GTK1 compilation.
2007-04-16 jakeUnused parameter
2007-04-14 standeluninitialized warning fix
2007-04-14 standelunused variable
2007-03-21 ulflfix all warnings in gtk dir & set the "treat all warnin...
2006-10-25 guyUnreffing rci->cursor_pixbuf should cause the pixbuf...
2006-10-20 guyClean up indentation.
2006-10-20 guyDon't destroy something if it doesn't exist.
2006-10-20 guyDon't pass an uninitialized string to gtk_widget_create...
2006-10-20 guyDon't do things with the RTP channels hash table if...
2006-10-20 guyFix the progress bars.
2006-10-17 ulflfrom Stephen Fisher:
2006-10-07 jmayerAlejandro Vaquero:
2006-09-21 guyInclude "rtp_player.h" in "voip_calls.c" if we're suppo...
2006-09-05 jmayerrtp_player.c will now compile with the new API, althoug...
2006-09-04 guyComment #endifs so you can tell what they match.
2006-09-04 etxrabCorrect some typos and add some comments.
2006-09-04 jmayerThe previous way of (not) including portaudio support...
2006-09-03 jmayerAd $Id: § and reorder and reformat some comments in...
2006-09-02 guySquelch compiler warnings, and get rid of unused variab...
2006-09-02 guyMove the codecs into a top-level "codecs" subdirectory...
2006-08-30 etxrabFrom Alejandro Vaquero: