aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* support building shared library on windowsPascal Bühler2019-08-061-14/+14
* compile some tests with vc2010Pascal Bühler2019-07-102-3/+4
* Update cmake to support most of the options available with configurePascal Bühler2019-07-081-4/+4
* Merge branch 'master'Pascal Buhler2019-06-262-37/+102
|\
| * Merge pull request #444 from pabuhler/extend-rtp-decoderPascal Bühler2019-06-112-34/+92
| |\
| | * fix is rtp checkPascal Bühler2019-06-041-2/+2
| | * extend rtp_decoder to support rtcpPascal Buhler2019-05-152-18/+75
| | * change ssrc type of rtp_decoder to ssrc_any_inboundPascal Buhler2019-05-152-22/+14
| | * output counters of rtp_decoderPascal Buhler2019-05-152-5/+14
| * | rtp_decoder fix checking against tag sizePascal Bühler2019-06-031-3/+3
| |/
| * rtp_decoder avoid crash when no packets foundPascal Bühler2019-04-261-1/+4
| * add -t to usage summaryPascal Buhler2019-03-141-1/+1
| * update debug options to use new srtp log apiPascal Buhler2019-03-142-2/+34
| * support AES_CM 192 & 256 with -sPascal Buhler2019-03-141-16/+114
| * support -s with AEAD_AES_(128/256)_GCMPascal Buhler2019-03-141-8/+23
| * support decoding base64 AEAD_AES_GCM keyPascal Buhler2019-03-141-5/+1
| * Update rtp_decoder.cTaras Gavrylenko2019-02-211-1/+1
| * Update rtp_decoder.cTaras Gavrylenko2019-02-211-1/+1
| * Fix rtp_decoder policy init on Raspbian OSTaras Gavrylenko2019-02-211-1/+1
* | Merge changes from masterGuido Vranken2019-03-282-29/+170
|/
* create single rand func for use in testsPascal Buhler2018-09-283-5/+9
* Improve library finding in rtpw testsRichard Barnes2018-07-272-14/+24
* Fix clang-format errorsRichard Barnes2018-07-271-2/+2
* printf cleanupRichard Barnes2018-07-271-1/+0
* All tests pass (with some hacks)Richard Barnes2018-07-273-15/+15
* Non-shell tests passRichard Barnes2018-07-271-24/+26
* coverity: divide by zeroPascal Buhler2018-07-052-0/+6
* coverity: memory overwritePascal Buhler2018-07-051-2/+3
* coverity: control flowPascal Buhler2018-07-051-1/+2
* coverity: initialize valuePascal Buhler2018-07-051-0/+1
* coverity: free mem on returnPascal Buhler2018-07-051-0/+2
* coverity: unused valuePascal Buhler2018-07-051-1/+1
* Ensure returned trailer length is sufficientPascal Buhler2018-02-091-2/+2
* apply clang formatMartin Meszaros2017-11-021-9/+9
* Merge branch 'master' into masterMartin2017-11-021-2/+3
|\
| * Fixed buffer size issue in test/srtp_driver.cPaul E. Jones2017-11-021-2/+3
* | add timersub macroMartin Meszaros2017-11-011-0/+12
|/
* Fix memleak in tests, as reported by valgrindPascal Buhler2017-10-161-0/+14
* Merge pull request #361 from pabuhler/clang-format-12Pascal Bühler2017-10-052-241/+303
|\
| * clang-format remaining filesPascal Bühler2017-09-292-241/+303
* | test/rtp_decoder.c: Reflow bash exampleGeir Istad2017-09-291-8/+9
|/
* Merge pull request #346 from thisisG/format_test_test_srtp_cPascal Bühler2017-09-281-11/+11
|\
| * test/test_srtp.c: Apply clang-formatGeir Istad2017-09-261-11/+11
* | Merge pull request #345 from thisisG/format_test_rtpw_cPascal Bühler2017-09-271-533/+530
|\ \
| * | test/rtpw.c: Apply clang-formatGeir Istad2017-09-261-533/+530
| |/
* | Merge pull request #344 from thisisG/format_test_rtp_decode_c_hPascal Bühler2017-09-272-427/+456
|\ \
| * | test/rtp_decoder.[c|h]: Apply clang-formatGeir Istad2017-09-262-427/+456
| |/
* | Merge pull request #347 from thisisG/format_test_util_c_hPascal Bühler2017-09-272-34/+59
|\ \
| * | test/util.[c|h]: Apply clang-formatGeir Istad2017-09-262-34/+59
| |/
* | Merge pull request #343 from thisisG/format_test_rtp_cPascal Bühler2017-09-272-208/+194
|\ \