| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support building shared library on windows | Pascal Bühler | 2019-08-06 | 1 | -14/+14 |
| * | compile some tests with vc2010 | Pascal Bühler | 2019-07-10 | 2 | -3/+4 |
| * | Update cmake to support most of the options available with configure | Pascal Bühler | 2019-07-08 | 1 | -4/+4 |
| * | Merge branch 'master' | Pascal Buhler | 2019-06-26 | 2 | -37/+102 |
| |\ | |||||
| | * | Merge pull request #444 from pabuhler/extend-rtp-decoder | Pascal Bühler | 2019-06-11 | 2 | -34/+92 |
| | |\ | |||||
| | | * | fix is rtp check | Pascal Bühler | 2019-06-04 | 1 | -2/+2 |
| | | * | extend rtp_decoder to support rtcp | Pascal Buhler | 2019-05-15 | 2 | -18/+75 |
| | | * | change ssrc type of rtp_decoder to ssrc_any_inbound | Pascal Buhler | 2019-05-15 | 2 | -22/+14 |
| | | * | output counters of rtp_decoder | Pascal Buhler | 2019-05-15 | 2 | -5/+14 |
| | * | | rtp_decoder fix checking against tag size | Pascal Bühler | 2019-06-03 | 1 | -3/+3 |
| | |/ | |||||
| | * | rtp_decoder avoid crash when no packets found | Pascal Bühler | 2019-04-26 | 1 | -1/+4 |
| | * | add -t to usage summary | Pascal Buhler | 2019-03-14 | 1 | -1/+1 |
| | * | update debug options to use new srtp log api | Pascal Buhler | 2019-03-14 | 2 | -2/+34 |
| | * | support AES_CM 192 & 256 with -s | Pascal Buhler | 2019-03-14 | 1 | -16/+114 |
| | * | support -s with AEAD_AES_(128/256)_GCM | Pascal Buhler | 2019-03-14 | 1 | -8/+23 |
| | * | support decoding base64 AEAD_AES_GCM key | Pascal Buhler | 2019-03-14 | 1 | -5/+1 |
| | * | Update rtp_decoder.c | Taras Gavrylenko | 2019-02-21 | 1 | -1/+1 |
| | * | Update rtp_decoder.c | Taras Gavrylenko | 2019-02-21 | 1 | -1/+1 |
| | * | Fix rtp_decoder policy init on Raspbian OS | Taras Gavrylenko | 2019-02-21 | 1 | -1/+1 |
| * | | Merge changes from master | Guido Vranken | 2019-03-28 | 2 | -29/+170 |
| |/ | |||||
| * | create single rand func for use in tests | Pascal Buhler | 2018-09-28 | 3 | -5/+9 |
| * | Improve library finding in rtpw tests | Richard Barnes | 2018-07-27 | 2 | -14/+24 |
| * | Fix clang-format errors | Richard Barnes | 2018-07-27 | 1 | -2/+2 |
| * | printf cleanup | Richard Barnes | 2018-07-27 | 1 | -1/+0 |
| * | All tests pass (with some hacks) | Richard Barnes | 2018-07-27 | 3 | -15/+15 |
| * | Non-shell tests pass | Richard Barnes | 2018-07-27 | 1 | -24/+26 |
| * | coverity: divide by zero | Pascal Buhler | 2018-07-05 | 2 | -0/+6 |
| * | coverity: memory overwrite | Pascal Buhler | 2018-07-05 | 1 | -2/+3 |
| * | coverity: control flow | Pascal Buhler | 2018-07-05 | 1 | -1/+2 |
| * | coverity: initialize value | Pascal Buhler | 2018-07-05 | 1 | -0/+1 |
| * | coverity: free mem on return | Pascal Buhler | 2018-07-05 | 1 | -0/+2 |
| * | coverity: unused value | Pascal Buhler | 2018-07-05 | 1 | -1/+1 |
| * | Ensure returned trailer length is sufficient | Pascal Buhler | 2018-02-09 | 1 | -2/+2 |
| * | apply clang format | Martin Meszaros | 2017-11-02 | 1 | -9/+9 |
| * | Merge branch 'master' into master | Martin | 2017-11-02 | 1 | -2/+3 |
| |\ | |||||
| | * | Fixed buffer size issue in test/srtp_driver.c | Paul E. Jones | 2017-11-02 | 1 | -2/+3 |
| * | | add timersub macro | Martin Meszaros | 2017-11-01 | 1 | -0/+12 |
| |/ | |||||
| * | Fix memleak in tests, as reported by valgrind | Pascal Buhler | 2017-10-16 | 1 | -0/+14 |
| * | Merge pull request #361 from pabuhler/clang-format-12 | Pascal Bühler | 2017-10-05 | 2 | -241/+303 |
| |\ | |||||
| | * | clang-format remaining files | Pascal Bühler | 2017-09-29 | 2 | -241/+303 |
| * | | test/rtp_decoder.c: Reflow bash example | Geir Istad | 2017-09-29 | 1 | -8/+9 |
| |/ | |||||
| * | Merge pull request #346 from thisisG/format_test_test_srtp_c | Pascal Bühler | 2017-09-28 | 1 | -11/+11 |
| |\ | |||||
| | * | test/test_srtp.c: Apply clang-format | Geir Istad | 2017-09-26 | 1 | -11/+11 |
| * | | Merge pull request #345 from thisisG/format_test_rtpw_c | Pascal Bühler | 2017-09-27 | 1 | -533/+530 |
| |\ \ | |||||
| | * | | test/rtpw.c: Apply clang-format | Geir Istad | 2017-09-26 | 1 | -533/+530 |
| | |/ | |||||
| * | | Merge pull request #344 from thisisG/format_test_rtp_decode_c_h | Pascal Bühler | 2017-09-27 | 2 | -427/+456 |
| |\ \ | |||||
| | * | | test/rtp_decoder.[c|h]: Apply clang-format | Geir Istad | 2017-09-26 | 2 | -427/+456 |
| | |/ | |||||
| * | | Merge pull request #347 from thisisG/format_test_util_c_h | Pascal Bühler | 2017-09-27 | 2 | -34/+59 |
| |\ \ | |||||
| | * | | test/util.[c|h]: Apply clang-format | Geir Istad | 2017-09-26 | 2 | -34/+59 |
| | |/ | |||||
| * | | Merge pull request #343 from thisisG/format_test_rtp_c | Pascal Bühler | 2017-09-27 | 2 | -208/+194 |
| |\ \ | |||||
