2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix integer overflow. More... about 14 years ago
Fix a problem that makes the library not able to create UO-1-ID packets. In case RTP TS may be deducted from RTP SN, UO-1-ID packet may be used even if several bits of TS are expected to be transmitted. More... about 14 years ago
Large CID support in ROHC library: - Make the non-regression tests run with large CID in addition to small CID. - Fix the code that manages the large CIDs in the ROHC library. - Fix a problem with CID parsing in feedback packets: the CID of the feedback was used for the ROHC packet that follows the feedback. More... about 14 years ago
Correct CRC computation (with CRC-STATIC and CRC-DYNAMIC distinction) but IPv6 extensiosn are not yet supported.
jbernard
as Julien BERNARD
More... about 14 years ago
Doxygen: create a new rohc_common group for ROHC common API More... about 14 years ago
Fix bug #482559 entitled "incorrect generic extension header list". Patch from Julien Bernard. More... about 14 years ago
Fix bug #518796 entitled "TS_Stride field not encoded with SDVL". More... about 14 years ago
Fix bug #490752 entitled "ROHC decompressor crashes on Blackfin 561". Also fix several endianness problems. Tested on PowerPC. More... about 14 years ago
Use the min() macro instead of a hand-made test. More... about 14 years ago
Always use 'packet' as variable name instead of some 'packet' and some 'buffer'. More... about 14 years ago
Fix the doxygen description of rohc_alloc_decompressor(). More... about 14 years ago
Correct the non regression captures related to previous patch
jbernard
as Julien BERNARD
More... about 14 years ago
Correct Bug #482559 (incorrect generic extension header list)
jbernard
as Julien BERNARD
More... about 14 years ago
Do not force -Werror CFLAG since it might break library build for some users. Add option --enable-fail-on-warning to enable -Werror CFLAG again. This option is enabled when the ./configure script is called from the ./autogen.sh script because the ./autogen.sh script is for developpers, not users. More... about 14 years ago
Miscellaneous updates to build system: - do not force automake version, - disable static libraries by default, - do not check for C++ compiler, - change contact address to website instead of email address. More... about 14 years ago
Re-work option parsing of ROHC tunnel application. More... about 14 years ago
Beautify some code in c_generic.c and d_generic.c. More... about 14 years ago
Fix non-regression tests for cases where RTP bit type is enabled. More... about 14 years ago
Fix packet comparison in non-regression test: If the comparison with ROHC reference packet or input IP packet fails, the non-regression tool compares only the first 180 bytes of the packet because only the protocol headers are interesting. This patch fixes that behaviour by replacing a call to the "max" macro by a call to the "min" macro. More... about 14 years ago
Fix report.sh script: always parse the output of the non-regression tool even if the tool exits with non-zero code. More... about 14 years ago
Run the non-regression tests with the "make check" command in addition to the "make report" command. More... about 14 years ago
Add pkg-config support for the ROHC library. More... about 14 years ago
Make trace level configurable through ./configure script. More... about 14 years ago
Sync on main branch. More... about 14 years ago
Fix bug #528573 entitled "Unexpected decompressed packets after compression/decompression of IPv6 packets with IPv6 extensions". More... about 14 years ago
Fix bug #527141 entitled "Segmentation fault with IPv6+extension capture". More... about 14 years ago
Fix bug #526469 entitled "Error in TS_Stride format for dynamic RTP part coding". More... about 14 years ago
Fix bug #526469 entitled "autogen.sh fails badly if aclocal, libtoolize, autoconf, autoheader or automake is missing". More... about 14 years ago
Fix bug #425727 entitled "make all error". More... about 14 years ago
Fix bug #510624 entitled "config.h is missing". More... about 14 years ago