]> sjero.net Git - linphone/blob - linphone/oRTP/ChangeLog
8276cdffac081548f44f5e45228a8b69f9f50d10
[linphone] / linphone / oRTP / ChangeLog
1 2007-07-26  Francois-Xavier Kowalski  <fix@hp.com>
2
3         * pkg.list: 1.3 
4           Do not run makewhatis when installing EPM-generated package.
5
6 2007-04-19 Francois-Xavier Kowalski <fix@hp.com>
7
8         * ortp.spec.in (Requires): 1.4
9           Adapt  to new  documentation generation  change from  gtk-doc to
10           Doxygen.
11
12         * Makefile.am (docdir): 1.27
13           automake's  docdir is  not  always defined  &  is generally  not
14           package specific, so we manually define docdir & pkgdocdir.
15
16 2007-03-01 Francois-Xavier Kowalski <fix@hp.com>
17
18         * include/ortp/payloadtype.h: 1.28
19           Encompass every declaration (whether lvalue or not) under extern
20           "C".
21
22 2007-01-18 Francois-Xavier Kowalski <fix@hp.com>
23
24         * oRTP/Makefile.am: 1.24 
25           Fix     RPM     package     generattion     to     cope     with
26           <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206841>
27
28 2006-10-24  Francois-Xavier 'FiX' KOWALSKI  <fix@hp.com>
29
30         * include/ortp/port.h: 1.21 
31         * src/scheduler.h (ortp_get_scheduler): 1.13
32           Disable some Intel C/C++ warnings to build with icc.
33
34         * include/ortp/stun_udp.h (__STUN_UDP_H__): 1.6 
35         * include/ortp/stun.h: 1.6
36           Use <ortp/port.h>
37
38 2006-07-10 Francois-Xavier 'FiX' KOWALSKI <fix@hp.com>
39
40         * configure.ac: 1.89 
41         * gtk-doc.make (dist-check-gtkdoc): 1.1
42           Non-fatal  but  incomplete  "make  dist"  when  gtk-doc  is  not
43           installed.
44
45 2006-07-07 Francois-Xavier 'FiX' KOWALSKI <fix@hp.com>
46
47         * src/avprofile.c (NORMAL_BITRATE): 1.27
48           Use ISO C/99 tagged struct syntax rather than GCC's legacy one.
49
50 2006-07-07 Francois-Xavier Kowalski <fix@hp.com>
51
52         * src/rtpsession.c (RTP_SEQ_IS_GREATER): 1.132 
53           Fix  comment   content  (using  <>)  that   breaks  gtkdoc  SGML
54           generation.
55
56         * include/ortp/event.h: 1.3 
57           OrtpEventData cannot be a type a s struct at the same time.
58
59         * ortp.spec.in (Requires): 1.2
60           Drop glib option
61
62         * gtk-doc.make:
63         * docs/Makefile.am (#DOC_MAIN_SGML_FILE): 1.7 
64         * Makefile.am
65           Use slightly modified gtkdocize. 
66
67         * ortp.spec.in (Requires): 1.2 
68           Force build  of gtk-doc, as  the default choice that  comes with
69           GTK_DOC_CHECK m4 macro is "no".
70
71 2006-07-06  Francois-Xavier Kowalski  <fix@hp.com>
72
73         * src/payloadtype.c (rtp_profile_destroy): 1.20 
74           avoid double-free
75
76         * configure.ac: 1.88
77           ortp-0.10.1.1
78
79 Friday March 10 2006 : ortp-0.9.1
80         - fix package name (was 0.9.0.)
81
82 Wednesday March 8 2006  : ortp-0.9.0
83         - a lot of cleanups, glib dropped, win32 port reactivated
84
85 Tuesday December 20 2005 : ortp-0.8.1
86         - change session's clockrate dependant parameters upon payload type changed events at socket level 
87         - rtp_session_set_recv_buf_size() added.
88         - bugfix in rtp_session_set_remote_addr()
89         - memory leak fixed in rtp_profile_destroy()
90
91 Wednesday December 07 2005: ortp-0.8.0
92         - make package modifications
93         - make rpm added
94         - add support for different payload types for incoming and outgoing stream (which breaks api compatibility)
95         - prefix all PayloadType with payload_type_* to avoid naming conflicts
96
97 Wednesday August 24 2005: ortp-0.7.1
98         - added patch for pkgconfig support from Jean-Philippe Barrette-LaPierre
99
100 Monday August 8 2005: ortp-0.7.1pre5
101         - adaptive jitter buffer improvements
102         - timestamp compensated packets returned by rtp_session_recvm_with_ts
103         - new payload definitions.
104
105 Tuesday August 2 2005: ortp-0.7.1pre4
106         - adaptive jitter buffer cleanups.
107         - hton24 utility function added for RTCP
108
109 Tuesday July 4 2005: ortp-0.7.1pre3
110         - improve automatic jitter buffer: no more closed-loop; just estimation.
111         - merge patch for multicast from Samuel Thibault
112         - merge patch for parsing of rtcp packets from Nicola Baldo
113         - add static payload definitions for g723.1 and g729.
114
115 Wednesday November 17 2004: ortp-0.7.0 series starts
116         - add automatic jitter buffer:
117                 * compensate clock slides
118                 * estimate the jitter and sets the minimum jitter compensation delay accordingly        
119         - posix timer simplified
120         - less system calls: use non blocking recv() and don't use select() or poll()
121         - add new functions for optimized packet sending
122         - recv() and send() are always made within the rtp_session_recv..() and rtp_session_send..()
123                 functions. That means that scheduled non blocking mode does no more work as it worked before, ie 
124                 that packet will be sent immediately rather than being sent on time by the scheduler as it was before.
125         - HPUX kernel target removed.
126         - scheduler always built.
127
128 Tuesday August 12 2003 : ortp-0.6.3
129         - some improvements by Aymeric Moizard for Win32 build
130         - some bug fixes concerning ipv6 support.
131
132 Thursday August 7 2003 : ortp-0.6.2
133         - just some minor improvements for using oRTP in a C++ environment.
134
135 Wednesday January 8 2003: ortp-0.6.0
136         - many bug fixes by Telisma: the most important bug concerned the windows port.
137         - some new functionnalities concerning the RTP profiles and payload management.
138         - ported to glib-2.0 .
139
140 Monday September 23 2002: ortp-0.5.0
141         - ortp has been ported to the Microsoft Windows OS (version 2000 and later) by Eloquant
142                 (http://www.eloquant.com)
143         - some bug fixes and improvements of the windows port have been made by Telisma 
144                 (http://www.telisma.com)
145
146 Wednesday June 5 2002: ortp-0.4.4
147         - Some crashing bugs fixed.
148
149 Wednesday May 15 2002: ortp-0.4.3
150         - Install include files properly.
151
152 Tuesday May 7 2002: ortp-0.4.2
153         - First official and public release of oRTP.