------------------------------------------------------------------------
------------------------------------------------------------------------
NEMESI 0.6.0
------------------------------------------------------------------------
------------------------------------------------------------------------
[shawill@ngeva01 nemesi]$ svn log
------------------------------------------------------------------------
r451 | dario | 2006-11-02 17:00:17 +0100 (Thu, 02 Nov 2006) | 2 lines

Fixed typo.

------------------------------------------------------------------------
r450 | dario | 2006-11-02 16:32:49 +0100 (Thu, 02 Nov 2006) | 2 lines

Fixed a possible bug when using IPv6 and a pre-binded socket for connection.

------------------------------------------------------------------------
r449 | dario | 2006-10-24 18:05:00 +0200 (Tue, 24 Oct 2006) | 3 lines

Code cleanup.
Comments translation.

------------------------------------------------------------------------
r448 | dario | 2006-10-24 17:28:40 +0200 (Tue, 24 Oct 2006) | 3 lines

Avoided multiple free calls when using multiple session.
Fixed handle of error messages when waiting for PLAY response.

------------------------------------------------------------------------
r447 | dario | 2006-10-24 14:38:19 +0200 (Tue, 24 Oct 2006) | 2 lines

Fixed audio thread sometimes not starting when using TCP or SCTP for RTP.

------------------------------------------------------------------------
r446 | dario | 2006-10-23 16:23:21 +0200 (Mon, 23 Oct 2006) | 2 lines

Fixed small bug for interleaved packets.

------------------------------------------------------------------------
r445 | dario | 2006-10-23 16:13:55 +0200 (Mon, 23 Oct 2006) | 2 lines

Removed LOCAL type from enum sock_type.

------------------------------------------------------------------------
r444 | lu_zero | 2006-10-23 12:55:15 +0200 (Mon, 23 Oct 2006) | 1 line

typo
------------------------------------------------------------------------
r443 | lu_zero | 2006-10-23 12:54:46 +0200 (Mon, 23 Oct 2006) | 1 line

doxy translation
------------------------------------------------------------------------
r442 | dario | 2006-10-20 18:14:07 +0200 (Fri, 20 Oct 2006) | 2 lines

Improved some checks in RTSP TCP Intelreaved.

------------------------------------------------------------------------
r441 | dario | 2006-10-20 15:04:53 +0200 (Fri, 20 Oct 2006) | 2 lines

No more performance problems in RTP/AVP/TCP.

------------------------------------------------------------------------
r440 | dario | 2006-10-18 18:26:53 +0200 (Wed, 18 Oct 2006) | 3 lines

RTP/AVP/SCTP working correctly.
RTP/AVP/TCP working but only with low packet rate.

------------------------------------------------------------------------
r439 | dario | 2006-10-17 17:44:32 +0200 (Tue, 17 Oct 2006) | 4 lines

Preliminary support for TCP interleaved and SCTP multistream.
Transport negotiation is not yet implemented so their command line options
are still ignored.

------------------------------------------------------------------------
r438 | dario | 2006-10-16 17:55:17 +0200 (Mon, 16 Oct 2006) | 4 lines

* Implemented SCTP transport of RTSP.
* Added 3 options to nemesi text interface in order to select which protocol
  nemesi should use for connection to server.

------------------------------------------------------------------------
r437 | dario | 2006-10-16 15:58:15 +0200 (Mon, 16 Oct 2006) | 2 lines

Moved default socket type init for RTP in the proper place

------------------------------------------------------------------------
r436 | dario | 2006-10-16 15:42:35 +0200 (Mon, 16 Oct 2006) | 2 lines

Added TCP e SCTP support to Transport string generator

------------------------------------------------------------------------
r435 | dario | 2006-10-12 18:38:17 +0200 (Thu, 12 Oct 2006) | 3 lines

struct rtp_transport now uses nms_transport for low level network information
storage

------------------------------------------------------------------------
r434 | dario | 2006-10-12 16:01:27 +0200 (Thu, 12 Oct 2006) | 3 lines

Changed Nemesi usage of udp port in a symmetric way.
Added parser for RTP/AVP/TCP e RTP/AVP/SCTP Transports.

------------------------------------------------------------------------
r433 | shawill | 2006-09-27 18:55:04 +0200 (Wed, 27 Sep 2006) | 3 lines

- NeMeSI SIGINT signal handler adder: NeMeSI is't so arrogant anymore!
- fixed libnms bug for deadlock on DESCRIBE error response
- some fixes in thread join parts
------------------------------------------------------------------------
r431 | lu_zero | 2006-09-27 16:06:07 +0200 (Wed, 27 Sep 2006) | 1 line

deallocation paranoia part I of Many
------------------------------------------------------------------------
r430 | lu_zero | 2006-09-27 15:49:11 +0200 (Wed, 27 Sep 2006) | 1 line

80col -> indent -l79
------------------------------------------------------------------------
r429 | shawill | 2006-09-27 13:00:45 +0200 (Wed, 27 Sep 2006) | 7 lines

indent with --line-length80
macros with multiple code lines "braced" with:
do {
        ...
        statements
        ...
) while (0)
------------------------------------------------------------------------
r428 | shawill | 2006-09-26 19:23:58 +0200 (Tue, 26 Sep 2006) | 1 line

fixed indent make target with bakcup suffix for indent command
------------------------------------------------------------------------
r427 | shawill | 2006-09-26 18:38:25 +0200 (Tue, 26 Sep 2006) | 1 line

both autogen.sh fixed
------------------------------------------------------------------------
r426 | shawill | 2006-09-26 17:32:23 +0200 (Tue, 26 Sep 2006) | 4 lines

indented all code with Kernighan & Ritchie coding style.
new make target created: "indent". This will indent all .c and .h files
acconding with style chosen by LS3 developers:
indent -kr -l120 -i8
------------------------------------------------------------------------
r425 | shawill | 2006-09-26 16:22:17 +0200 (Tue, 26 Sep 2006) | 1 line

rtcp canceltype is now DEFERREND. tmp change for bug hunting on Darwin
------------------------------------------------------------------------
r424 | shawill | 2006-09-25 17:17:43 +0200 (Mon, 25 Sep 2006) | 1 line

dump_info bugfixes
------------------------------------------------------------------------
r423 | lu_zero | 2006-09-25 10:30:24 +0200 (Mon, 25 Sep 2006) | 1 line

Use nanosleep instead of select, thanks to nenolod for spotting it
------------------------------------------------------------------------
r422 | lu_zero | 2006-09-22 17:20:15 +0200 (Fri, 22 Sep 2006) | 1 line

some fixes here and there
------------------------------------------------------------------------
r421 | lu_zero | 2006-09-21 03:47:23 +0200 (Thu, 21 Sep 2006) | 1 line

Fix the grep hack to avoid false positive
------------------------------------------------------------------------
r420 | lu_zero | 2006-09-21 03:32:56 +0200 (Thu, 21 Sep 2006) | 1 line

macosx doesn't have false in /bin
------------------------------------------------------------------------
r419 | lu_zero | 2006-09-20 19:00:22 +0200 (Wed, 20 Sep 2006) | 1 line

rc1?
------------------------------------------------------------------------
r418 | lu_zero | 2006-09-20 18:41:44 +0200 (Wed, 20 Sep 2006) | 1 line

workaround for macosx
------------------------------------------------------------------------
r417 | lu_zero | 2006-09-20 17:29:55 +0200 (Wed, 20 Sep 2006) | 1 line

fine libtool nonsense
------------------------------------------------------------------------
r416 | lu_zero | 2006-09-20 15:17:03 +0200 (Wed, 20 Sep 2006) | 1 line

Cleanup
------------------------------------------------------------------------
r415 | lu_zero | 2006-09-20 15:13:52 +0200 (Wed, 20 Sep 2006) | 1 line

Updated todo with the long term aims
------------------------------------------------------------------------
r414 | lu_zero | 2006-09-13 04:56:57 +0200 (Wed, 13 Sep 2006) | 1 line

Description fix
------------------------------------------------------------------------
r413 | lu_zero | 2006-09-13 04:23:12 +0200 (Wed, 13 Sep 2006) | 1 line

Fix headers
------------------------------------------------------------------------
r412 | lu_zero | 2006-09-13 04:06:15 +0200 (Wed, 13 Sep 2006) | 1 line

Fix the headers
------------------------------------------------------------------------
r410 | lu_zero | 2006-09-12 13:39:16 +0200 (Tue, 12 Sep 2006) | 1 line

Translation
------------------------------------------------------------------------
r409 | lu_zero | 2006-09-12 13:38:32 +0200 (Tue, 12 Sep 2006) | 1 line

Cosmetics
------------------------------------------------------------------------
r408 | lu_zero | 2006-09-12 13:38:17 +0200 (Tue, 12 Sep 2006) | 1 line

Fix autorebuild
------------------------------------------------------------------------
r407 | lu_zero | 2006-09-12 11:33:06 +0200 (Tue, 12 Sep 2006) | 1 line

Update
------------------------------------------------------------------------
r406 | lu_zero | 2006-09-12 11:21:13 +0200 (Tue, 12 Sep 2006) | 1 line

Examples updated
------------------------------------------------------------------------
r405 | lu_zero | 2006-09-10 07:07:52 +0200 (Sun, 10 Sep 2006) | 1 line

Fix compatibility with freebsd
------------------------------------------------------------------------
r404 | lu_zero | 2006-09-10 04:58:14 +0200 (Sun, 10 Sep 2006) | 1 line

missing the obvious
------------------------------------------------------------------------
r403 | lu_zero | 2006-09-10 04:34:04 +0200 (Sun, 10 Sep 2006) | 1 line

Make it correctly expose pthreads flags
------------------------------------------------------------------------
r402 | lu_zero | 2006-09-10 02:59:21 +0200 (Sun, 10 Sep 2006) | 1 line

Make it work correctly on amd64, patch from Diego PettenÃ² <flameeyes@gentoo.org>
------------------------------------------------------------------------
r401 | lu_zero | 2006-09-10 02:38:23 +0200 (Sun, 10 Sep 2006) | 1 line

leftover from previous commit
------------------------------------------------------------------------
r400 | lu_zero | 2006-09-10 02:31:59 +0200 (Sun, 10 Sep 2006) | 1 line

libnemesi is a shared lib...
------------------------------------------------------------------------
r399 | lu_zero | 2006-09-10 01:32:02 +0200 (Sun, 10 Sep 2006) | 1 line

add rtsp_close
------------------------------------------------------------------------
r398 | lu_zero | 2006-09-10 00:56:42 +0200 (Sun, 10 Sep 2006) | 1 line

fix pkg-config
------------------------------------------------------------------------
r397 | lu_zero | 2006-09-08 04:12:58 +0200 (Fri, 08 Sep 2006) | 1 line

Initial shared libnemesi, including portability fixes
------------------------------------------------------------------------
r396 | lu_zero | 2006-09-08 04:10:54 +0200 (Fri, 08 Sep 2006) | 1 line

m4 stuff added
------------------------------------------------------------------------
r395 | lu_zero | 2006-09-08 03:52:11 +0200 (Fri, 08 Sep 2006) | 1 line

vorbis&theora fixes
------------------------------------------------------------------------
r394 | shawill | 2006-09-07 19:04:39 +0200 (Thu, 07 Sep 2006) | 1 line

details
------------------------------------------------------------------------
r393 | lu_zero | 2006-09-07 17:53:32 +0200 (Thu, 07 Sep 2006) | 1 line

cleanup
------------------------------------------------------------------------
r392 | shawill | 2006-08-31 18:15:37 +0200 (Thu, 31 Aug 2006) | 5 lines

- 'nmst_read', 'nmst_write', 'nmst_is_active' funcionts added for transport level wrapper
- updated rtsp source for nmst_* functions

Note:
   for the moment only TCP is implemented in nmst_* wrapper
------------------------------------------------------------------------
r391 | shawill | 2006-08-30 18:05:40 +0200 (Wed, 30 Aug 2006) | 6 lines

- typedef for some structs in rtsp module
- 'nms_transport' definition added in wsocket:
        this will be the abstraction for the transport layer that will manage
        the connection of different types (TCP, UDP and, soon, SCTP)
- 'nmst_init' and 'nmst_close' functions added:
        the firsts functions of the wsocket trasport layer abstraction
------------------------------------------------------------------------
r389 | shawill | 2006-07-27 18:20:15 +0200 (Thu, 27 Jul 2006) | 1 line

still small makeup art...
------------------------------------------------------------------------
r388 | shawill | 2006-07-26 18:52:14 +0200 (Wed, 26 Jul 2006) | 2 lines

a=med: supported
this attribute is an dirty fenice's attribute for dinamic payload change...
------------------------------------------------------------------------
r387 | shawill | 2006-07-24 18:47:37 +0200 (Mon, 24 Jul 2006) | 1 line

make up
------------------------------------------------------------------------
r386 | lu_zero | 2006-07-18 19:13:35 +0200 (Tue, 18 Jul 2006) | 1 line

unint+init
------------------------------------------------------------------------
r385 | shawill | 2006-07-18 18:49:46 +0200 (Tue, 18 Jul 2006) | 1 line

same other names changed inside structs
------------------------------------------------------------------------
r384 | shawill | 2006-07-18 13:02:34 +0200 (Tue, 18 Jul 2006) | 1 line

lu would say: "Cosmetics" :-)
------------------------------------------------------------------------
r383 | lu_zero | 2006-07-17 19:41:36 +0200 (Mon, 17 Jul 2006) | 1 line

rtp_vorbis init&uninint - pending api changes
------------------------------------------------------------------------
r382 | lu_zero | 2006-07-17 18:03:51 +0200 (Mon, 17 Jul 2006) | 1 line

Cosmetics
------------------------------------------------------------------------
r381 | lu_zero | 2006-07-17 16:54:06 +0200 (Mon, 17 Jul 2006) | 1 line

Cosmetics
------------------------------------------------------------------------
r380 | lu_zero | 2006-07-12 12:22:13 +0200 (Wed, 12 Jul 2006) | 1 line

rtp_vorbis builds, yet the init is missing
------------------------------------------------------------------------
r379 | lu_zero | 2006-07-12 12:21:17 +0200 (Wed, 12 Jul 2006) | 1 line

Cosmetics
------------------------------------------------------------------------
r377 | shawill | 2006-07-08 14:08:01 +0200 (Sat, 08 Jul 2006) | 2 lines

decoder arrays saved in park for each rtp_sess.
Now we will init them accordingly with announced rtp_pt... to be continued...
------------------------------------------------------------------------
r375 | mancho | 2006-07-04 11:30:05 +0200 (Tue, 04 Jul 2006) | 2 lines

Updated credits in README file.

------------------------------------------------------------------------
r374 | lu_zero | 2006-07-04 11:12:53 +0200 (Tue, 04 Jul 2006) | 1 line

contacts added
------------------------------------------------------------------------
r373 | shawill | 2006-07-03 12:47:46 +0200 (Mon, 03 Jul 2006) | 2 lines

updated plugins interface.
Not so sure that everything is ok, please try and let me know.
------------------------------------------------------------------------
r372 | lu_zero | 2006-06-30 18:59:10 +0200 (Fri, 30 Jun 2006) | 1 line

rtp_vorbis inline done, missing init and uninit
------------------------------------------------------------------------
r370 | lu_zero | 2006-06-30 01:27:55 +0200 (Fri, 30 Jun 2006) | 1 line

make the code more readable
------------------------------------------------------------------------
r369 | shawill | 2006-06-29 18:14:52 +0200 (Thu, 29 Jun 2006) | 1 line

little bugfix in rtp_mpa
------------------------------------------------------------------------
r368 | shawill | 2006-06-29 18:09:06 +0200 (Thu, 29 Jun 2006) | 2 lines

little changes in load_plugins.
New plugins interface not complete yet.
------------------------------------------------------------------------
r367 | lu_zero | 2006-06-28 22:46:41 +0200 (Wed, 28 Jun 2006) | 1 line

second example, dumps every stream
------------------------------------------------------------------------
r366 | lu_zero | 2006-06-28 22:44:52 +0200 (Wed, 28 Jun 2006) | 1 line

minor retouches, dump option removed, port option added
------------------------------------------------------------------------
r365 | lu_zero | 2006-06-28 22:44:05 +0200 (Wed, 28 Jun 2006) | 1 line

fix compilation of examples
------------------------------------------------------------------------
r364 | shawill | 2006-06-28 18:17:58 +0200 (Wed, 28 Jun 2006) | 3 lines

- new interface for rtp_fill_buffer
- new function: rtp_fill_buffers
- decoder plugin API changed
------------------------------------------------------------------------
r363 | shawill | 2006-06-26 16:59:53 +0200 (Mon, 26 Jun 2006) | 1 line

rtp dynamic parser fixed.
------------------------------------------------------------------------
r362 | shawill | 2006-06-26 12:58:53 +0200 (Mon, 26 Jun 2006) | 2 lines

- some refactorings
- parser_reg for dynamic payload... still some issues.
------------------------------------------------------------------------
r361 | lu_zero | 2006-06-26 12:50:55 +0200 (Mon, 26 Jun 2006) | 1 line

Incomplete, I'll finish later
------------------------------------------------------------------------
r359 | shawill | 2006-06-23 19:01:13 +0200 (Fri, 23 Jun 2006) | 26 lines

1. Parser init & unint functions implemented and correctlyt called:
now a new parser can be initialized as usual with RTPPRSR macro. This macro
will inizilize the 'init' function to NULL. otherwise if 'init' is needed
the new macro RTPPRSR_WITH_INIT will declare and initialize the 'init'
function:

static int rtp_init_parser(struct _rtp_session *rtp_sess, unsigned pt);

this function now must be implemented by parser programmer.

On the other hand unint is not included in 'rtpparser' struct: if needed
this could be implemented according the prototype defined in rtp.h:

typedef int (*rtp_parser_uninit)(rtp_ssrc *stm_src, unsigned pt);

and the the function 'rtp_parser_set_uninit' can be called to attach the
function to rtp_session.

2. rtp_fmts_list moved in rtp_session and wrapper (rtp_announce_pt) to handle this
list implemented.
With this list we can in a simple way handle the media announced in sdp
description, with their attributes and parser initialization.

3. rtp_thread_create function assumes more than before the meaning of 
"we are ready to receive rtp data with the correct settings (pt defs, parsers, ...)"

------------------------------------------------------------------------
r358 | shawill | 2006-06-23 09:12:17 +0200 (Fri, 23 Jun 2006) | 1 line

little changes fot fmt lists
------------------------------------------------------------------------
r357 | shawill | 2006-06-21 19:21:24 +0200 (Wed, 21 Jun 2006) | 1 line

rtp_mpv was not so ok! Now should be better ;-)
------------------------------------------------------------------------
r356 | shawill | 2006-06-21 18:04:06 +0200 (Wed, 21 Jun 2006) | 1 line

rtp_mpv parser should be ok.
------------------------------------------------------------------------
r354 | shawill | 2006-06-20 18:56:03 +0200 (Tue, 20 Jun 2006) | 1 line

rtp_mpv parser updated. not finished yet.
------------------------------------------------------------------------
r353 | shawill | 2006-06-20 16:20:19 +0200 (Tue, 20 Jun 2006) | 4 lines

rtp_fmts_list compiled for each media with the definitions of payload types
specified in sdp description.
if a dynamic payload type is specified it's handled also the  properties setting via
 'rtpmap' and 'fmtp'.
------------------------------------------------------------------------
r352 | shawill | 2006-06-19 13:10:40 +0200 (Mon, 19 Jun 2006) | 1 line

system cleaning fixed... should no more segfault...
------------------------------------------------------------------------
r351 | shawill | 2006-06-18 19:58:15 +0200 (Sun, 18 Jun 2006) | 2 lines

- added media attributes on rtp payload definitions from sdp media descrition
- fixed rtp and rtsp clean functions
------------------------------------------------------------------------
r350 | shawill | 2006-06-15 16:42:01 +0200 (Thu, 15 Jun 2006) | 4 lines

- rtp_mpa  complete
- decoder2 complete
- ffmp3 adapted to new structure with parsers.

------------------------------------------------------------------------
r349 | shawill | 2006-06-14 19:47:50 +0200 (Wed, 14 Jun 2006) | 5 lines

- decoder2 implementation complete => testing
- rtp_mpa testing
something's still wrong
- new util function "f2time" that converts a double (time in seconds)
  in a 'struct timeval'
------------------------------------------------------------------------
r348 | shawill | 2006-06-13 18:40:43 +0200 (Tue, 13 Jun 2006) | 3 lines

- rtp_session and rtp_ssrc typedef(ined)
- removed blocking and non_blocking concepts in rtp: only non-blocking functions
- rtp_rm_pkt now takes just ssrc
------------------------------------------------------------------------
r347 | lu_zero | 2006-06-13 16:53:03 +0200 (Tue, 13 Jun 2006) | 1 line

Xiph.org code in rtp_xiph, license set
------------------------------------------------------------------------
r346 | shawill | 2006-06-12 19:43:07 +0200 (Mon, 12 Jun 2006) | 4 lines

- rtp mpegaudio parser updated to new parsers API.
- started implementation of new decoder (decoder2) that will use libnms API
  entirely without hacks. This will be useful for API testing and, maybe
  it will be the new nemesi's decoder
------------------------------------------------------------------------
r340 | shawill | 2006-06-08 19:04:15 +0200 (Thu, 08 Jun 2006) | 4 lines

- introduced rtp_frame
- changed rtp_parser API
- started mpa parser update to new API
- started mpa fragmented frames support
------------------------------------------------------------------------
r339 | lu_zero | 2006-06-08 17:24:43 +0200 (Thu, 08 Jun 2006) | 1 line

new prototype
------------------------------------------------------------------------
r338 | mancho | 2006-06-08 17:19:52 +0200 (Thu, 08 Jun 2006) | 3 lines

Added 'svndist' make target to generate dist packages with SVN revision label.


------------------------------------------------------------------------
r335 | mancho | 2006-06-08 12:12:19 +0200 (Thu, 08 Jun 2006) | 4 lines

decoder/gsm_amr_float/Makefile.am:
        - Fix a compile bug on x86_64.


------------------------------------------------------------------------
r322 | shawill | 2006-06-06 18:36:05 +0200 (Tue, 06 Jun 2006) | 2 lines

- ssrc sactive streams queue complete.
- bug fix activating ssrc after a RTCP SDES packet
------------------------------------------------------------------------
r321 | lu_zero | 2006-06-06 13:40:27 +0200 (Tue, 06 Jun 2006) | 1 line

added theora file, the bitreader is yet to be decided...
------------------------------------------------------------------------
r320 | shawill | 2006-06-05 19:16:11 +0200 (Mon, 05 Jun 2006) | 1 line

start focusing on sscr active_streams queue
------------------------------------------------------------------------
r319 | lu_zero | 2006-05-29 08:52:19 +0200 (Mon, 29 May 2006) | 1 line

vorbis support almost complete
------------------------------------------------------------------------
r318 | lu_zero | 2006-05-25 16:07:45 +0200 (Thu, 25 May 2006) | 1 line

almost complete
------------------------------------------------------------------------
r317 | lu_zero | 2006-05-25 16:07:13 +0200 (Thu, 25 May 2006) | 1 line

cleanup
------------------------------------------------------------------------
r315 | shawill | 2006-05-15 17:51:43 +0200 (Mon, 15 May 2006) | 3 lines

rtp_get_pkt now checks if there is a correct rtp definition for the 
payload type of packet that it returns: if not it discrds pkt
as unknown.
------------------------------------------------------------------------
r314 | shawill | 2006-05-12 18:57:47 +0200 (Fri, 12 May 2006) | 2 lines

new queue for active SSRCs.
still some problems with CC masks.
------------------------------------------------------------------------
r313 | lu_zero | 2006-05-12 12:08:25 +0200 (Fri, 12 May 2006) | 1 line

minor update, restructured
------------------------------------------------------------------------
r312 | lu_zero | 2006-05-12 10:40:06 +0200 (Fri, 12 May 2006) | 1 line

minor update, still broken
------------------------------------------------------------------------
r311 | lu_zero | 2006-05-12 01:06:12 +0200 (Fri, 12 May 2006) | 1 line

halfway to the vorbis parse probably a restructure could be better
------------------------------------------------------------------------
r310 | shawill | 2006-05-11 18:28:56 +0200 (Thu, 11 May 2006) | 2 lines

moved preferences from libnms to nemesi and done some other
cleanings to library
------------------------------------------------------------------------
r309 | lu_zero | 2006-05-11 13:32:31 +0200 (Thu, 11 May 2006) | 1 line

Reverting pref removal
------------------------------------------------------------------------
r308 | lu_zero | 2006-05-11 13:29:46 +0200 (Thu, 11 May 2006) | 1 line

Reverting pref removal
------------------------------------------------------------------------
r307 | lu_zero | 2006-05-11 13:27:22 +0200 (Thu, 11 May 2006) | 1 line

example dir
------------------------------------------------------------------------
r306 | shawill | 2006-05-10 18:19:23 +0200 (Wed, 10 May 2006) | 1 line

typing errors bug fixes for some transport functions.
------------------------------------------------------------------------
r304 | shawill | 2006-05-09 19:00:17 +0200 (Tue, 09 May 2006) | 3 lines

- rtp_pt_defs global value definitively gone.
- dynamic payload definition in sdp session description handled
  with the new (and better) functions.
------------------------------------------------------------------------
r303 | shawill | 2006-05-08 13:13:50 +0200 (Mon, 08 May 2006) | 2 lines

rtpptdefs_new function added. The next step will be too remove rtp_pt_defs
global variable.
------------------------------------------------------------------------
r302 | shawill | 2006-05-05 18:43:05 +0200 (Fri, 05 May 2006) | 1 line

added some functions for payload type definitions management.
------------------------------------------------------------------------
r301 | shawill | 2006-05-04 18:20:59 +0200 (Thu, 04 May 2006) | 2 lines

modified rtpptdefs data structure. Soon the old global array will be replaced
by a per-rtp session local array.
------------------------------------------------------------------------
r300 | shawill | 2006-05-02 17:16:45 +0200 (Tue, 02 May 2006) | 2 lines

sizeof(char) removed and other little changes.

------------------------------------------------------------------------
r291 | shawill | 2006-02-03 11:15:08 +0100 (Fri, 03 Feb 2006) | 1 line

rtp_get_n_pkt completed
------------------------------------------------------------------------
r290 | shawill | 2006-02-02 18:26:24 +0100 (Thu, 02 Feb 2006) | 1 line

still some AV sync problems
------------------------------------------------------------------------
r288 | shawill | 2006-02-01 19:56:13 +0100 (Wed, 01 Feb 2006) | 1 line

some minor changes
------------------------------------------------------------------------
r287 | shawill | 2006-01-31 19:59:33 +0100 (Tue, 31 Jan 2006) | 3 lines

- parser API unified (block, non_block)
- mpa parser completed
- mpv parser added
------------------------------------------------------------------------
r285 | shawill | 2006-01-31 12:58:06 +0100 (Tue, 31 Jan 2006) | 1 line

other name changes and rtpparser init and register funcs
------------------------------------------------------------------------
r284 | shawill | 2006-01-31 12:37:48 +0100 (Tue, 31 Jan 2006) | 1 line

some name changes in rtpparsers (aka rtpframers)
------------------------------------------------------------------------
r283 | shawill | 2006-01-30 23:54:18 +0100 (Mon, 30 Jan 2006) | 2 lines

rtp_def_frmr functions and framers vector initialization.

------------------------------------------------------------------------
r282 | shawill | 2006-01-30 18:48:10 +0100 (Mon, 30 Jan 2006) | 1 line

rtp framers implementation started
------------------------------------------------------------------------
r281 | shawill | 2006-01-27 19:03:20 +0100 (Fri, 27 Jan 2006) | 1 line

rtsp_play API changed
------------------------------------------------------------------------
r280 | shawill | 2006-01-26 16:46:35 +0100 (Thu, 26 Jan 2006) | 1 line

rtcp refactoring
------------------------------------------------------------------------
r279 | shawill | 2006-01-26 13:48:17 +0100 (Thu, 26 Jan 2006) | 2 lines

- rtsp_stop function added
- another patch from lu_zero for namespace
------------------------------------------------------------------------
r278 | shawill | 2006-01-26 12:17:04 +0100 (Thu, 26 Jan 2006) | 2 lines

libnms now compiles independently from nemesi
some other changes to API and doxygen comments (thanx lu_zero again :-))
------------------------------------------------------------------------
r274 | shawill | 2006-01-24 17:12:47 +0100 (Tue, 24 Jan 2006) | 2 lines

unified namespace (tanx to lu_zero)
configuration files configure.ac and other copied in libnms dir to allow independent compiling (to be continued...)
------------------------------------------------------------------------
r273 | shawill | 2006-01-24 13:20:44 +0100 (Tue, 24 Jan 2006) | 1 line

libnms almost done
------------------------------------------------------------------------
r272 | shawill | 2006-01-20 19:57:31 +0100 (Fri, 20 Jan 2006) | 2 lines

2nd temporary commit to resolve libnms/include problem:
problem, I hope, solved.
------------------------------------------------------------------------
r271 | shawill | 2006-01-20 19:45:51 +0100 (Fri, 20 Jan 2006) | 1 line

temporary commit to resolve libnms/include problem
------------------------------------------------------------------------
r270 | shawill | 2006-01-20 19:32:17 +0100 (Fri, 20 Jan 2006) | 1 line

rtp packet wrappers...
------------------------------------------------------------------------
r269 | shawill | 2006-01-17 19:34:34 +0100 (Tue, 17 Jan 2006) | 2 lines

libNeMeSI -> libnms
decoder almost completely detached from rtp
------------------------------------------------------------------------
r268 | shawill | 2006-01-13 18:35:39 +0100 (Fri, 13 Jan 2006) | 1 line

added some new structures in order to split decoder from rtp
------------------------------------------------------------------------
r267 | shawill | 2006-01-12 18:19:45 +0100 (Thu, 12 Jan 2006) | 1 line


------------------------------------------------------------------------
r264 | shawill | 2005-11-14 13:07:38 +0100 (Mon, 14 Nov 2005) | 2 lines

Makefile.am changed for a better svnrev.h file handling.

------------------------------------------------------------------------
r263 | shawill | 2005-11-14 11:31:12 +0100 (Mon, 14 Nov 2005) | 2 lines

New svnrev.h for keeping track of SVN revisone number in the development source tree.

