summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #915 from ↵open-avb-nextandrew-elder2021-06-224-25/+101
|\ | | | | | | | | MarcinMiklas/configuration_options_can_be_changed_at_runtime Configuration options can be changed at runtime
| * Added description for new functions.Marcin Miklas2021-06-212-1/+19
| |
| * Remove useless glib dependencyMarcin Miklas2021-05-241-2/+0
| |
| * WAV filename with spaces can be used dynamicallyMarcin Miklas2021-05-241-4/+30
| | | | | | | | Added custom idx name value parsing.
| * Configuration options can be changed at runtime.Marcin Miklas2021-05-243-23/+57
| | | | | | | | Only interface related options intf_nv_ can be changed this way.
* | Merge pull request #916 from MarcinMiklas/api_for_packet_droppingandrew-elder2021-06-227-6/+102
|\ \ | | | | | | Api for packet dropping
| * | Fixed drop_avtp_packets comparison.Marcin Miklas2021-06-211-1/+1
| | |
| * | Revert "Make drop_count unsigned."Marcin Miklas2021-06-217-13/+8
| | | | | | | | | | | | This reverts commit a5562938744a1d7e22c669d37562f464857aba1c.
| * | Fix compilation warning.Marcin Miklas2021-06-211-1/+1
| | |
| * | Make drop_count unsigned.Marcin Miklas2021-06-217-8/+13
| | |
| * | Add documentation for new stuffMarcin Miklas2021-06-212-1/+10
| | |
| * | Remove code for introducing FCS errors.Marcin Miklas2021-05-241-26/+0
| | | | | | | | | | | | | | | It requires patched test version igb_avb driver which is not suitable to go mainstream :).
| * | Hide not working optionMarcin Miklas2021-05-241-1/+1
| | |
| * | Fix packet droppingMarcin Miklas2021-05-241-1/+0
| | |
| * | Api for dropping number of AVTP frames.Marcin Miklas2021-05-247-5/+119
| |/
* | Merge pull request #913 from MarcinMiklas/fix_launchtime_featureandrew-elder2021-06-203-6/+7
|\ \ | | | | | | Added launchtime flag to talker
| * | Added launchtime flag to talkerMarcin Miklas2021-05-243-6/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometime ago spin wait was made separate from fixed_timestamp, this caused regression in builds using IGB_LAUNCHTIME_ENABLED=1. This adds launchtime flag to talker which will be set automatically if IGB/ATL_LAUNCHTIME_ENABLED is used. Otherwise we would need to use spin_wait flag to make launchtime work which would be counter-intuitive. Both spin_wait and launchtime mode work on WALLCLOCK, but launchtime doesn't need any waiting because it will be done in ethernet driver. So, we will have 3 modes for packet scheduling: sleep spin_wait launchtime
* | Merge pull request #914 from MarcinMiklas/atl_mode_should_not_be_defaultandrew-elder2021-06-203-6/+6
|\ \ | | | | | | Atl mode should not be default
| * | CASBMWG21-2812 ATL should not be defaultMarcin Miklas2021-05-243-6/+6
| |/
* | Merge pull request #917 from MarcinMiklas/little_endian_supportandrew-elder2021-06-121-0/+6
|\ \ | |/ |/| Map AAF uses userspecific format for little endian
| * Map AAF uses userspecific format for little endianMarcin Miklas2021-05-241-0/+6
|/
* Merge pull request #882 from audioscience/open-avb-nextandrew-elder2020-09-151-0/+0
|\ | | | | avdecc-lib update
| * avdecc-lib updateandrew-elder2019-09-231-0/+0
| |
* | Merge pull request #899 from twischer/patch-2andrew-elder2020-06-291-0/+9
|\ \ | | | | | | Add build instructions for debian
| * | Add build instructions for debiantwischer2020-06-261-0/+9
| | |
* | | Merge pull request #898 from twischer/patch-1andrew-elder2020-06-291-4/+11
|\ \ \ | | | | | | | | Update AVB_Talker_Listener_Example_Setup.md
| * | | Update AVB_Talker_Listener_Example_Setup.mdtwischer2020-06-261-4/+11
| |/ / | | | | | | | | | to be compatible with the moved sPTP source
* | | Merge pull request #888 from chris-kuhr/open-avb-next-pr-newandrew-elder2019-10-222-7/+20
|\ \ \ | | | | | | | | u32 audioRate in openavb_avdecc_read_ini_pub.h, Notice about the 6188…
| * | | u32 audioRate in openavb_avdecc_read_ini_pub.h, Notice about the 61883 ↵Christoph Kuhr2019-10-152-7/+20
|/ / / | | | | | | | | | static values, need to be filled in with configuration parameters, and set dbs equal to mbla count in openavb_descriptor_stream_io.c
* | | Merge pull request #887 from Aquantia/aq_atl_hw_supportandrew-elder2019-10-1143-25/+3739
|\ \ \ | |_|/ |/| | Aquantia NIC support
| * | Add note application was tested with i210 listenerJohn Tungul2019-10-081-1/+2
| | |
| * | Remove plug-fest commentJohn Tungul2019-10-071-3/+2
| | |
| * | Merge commit 'c225346c3c61c29647f3ca0c0ad0347ea917abbb' into aq_atl_hw_supportEgor Pomozov2019-10-045-17/+53
| |\ \ | |/ / |/| | | | | | | | | | | * commit 'c225346c3c61c29647f3ca0c0ad0347ea917abbb': fix building on Xcode 10 Add h264_timestamp size into the H264 data length, remove it from the AVTP header (IEEE 1722-2016 8.5.3.1 h264_timestamp). The stream data length of AVTP header stands for the size of h264 timestamp + h264 payload.
* | | Merge pull request #851 from lhoward/lhoward/osx-xcode10-buildfixandrew-elder2018-12-234-16/+48
|\ \ \ | | | | | | | | fix building on Xcode 10
| * | | fix building on Xcode 10Luke Howard2018-12-104-16/+48
|/ / /
* | | Merge pull request #841 from yesbman/masterandrew-elder2018-10-241-1/+5
|\ \ \ | | | | | | | | Add h264_timestamp size into the H264 data length, remove it from the…
| * | | Add h264_timestamp size into the H264 data length, remove it from the AVTP ↵Byoungman An2018-10-121-1/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | header (IEEE 1722-2016 8.5.3.1 h264_timestamp). The stream data length of AVTP header stands for the size of h264 timestamp + h264 payload. 1. Author : Byoungman An 2. Title : Open-AVB
| | * Add missed fileEgor-Pomozov-AQ2019-10-041-0/+52
| | | | | | | | | Restore a file missed in during submission
| | * Update submodule linkEgor Pomozov2019-10-031-0/+0
| | |
| | * Update submodule linkEgor Pomozov2019-10-031-0/+0
| | |
| | * Add atl_avb submoduleEgor Pomozov2019-10-032-0/+3
| | |
| | * Aquantia contribution:Egor Pomozov2019-10-0340-25/+3684
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add atl_avb submodule - Update Makefiles, .cmake and CMakeList.txt to support a building of Aquantia hardware support - Add atl lib support to common lib - Add atl_simple_talker example - Add asyncronous storing to pcap file in example applications - Add send_packet_precisely example application - Add run_atl.sh file to simple installation of atl_tsn driver - Add atl hardware support in avtp_pipeline: - Create new atl_rawsock - Create new scheme of launchtime calculation - Update logging system to support a log from hardware library - Apply fix in mrp_client.c
| * Merge pull request #836 from AVnu/open-avb-nextandrew-elder2018-10-08194-76362/+4746
| |\ | |/ |/| Open avb next
* | Merge pull request #819 from avinash-palleti/gptp_prandrew-elder2018-08-0999-24546/+3
|\ \ | | | | | | Move daemons/gptp as separate repo under AVnu
| * | Move daemons/gptp as separate repo under AVnuAvinash Reddy Palleti2018-08-0699-24546/+3
|/ / | | | | | | | | Removing daemons/gptp folder from OpenAVnu and updated all build files and travis-ci files.
* | Merge pull request #815 from avinash-palleti/igb_prandrew-elder2018-08-0360-51872/+12
|\ \ | | | | | | Remove lib/igb and kmod/igb folder as part of restructuring
| * | Remove lib/igb and kmod/igb folder as part of restructuringAvinash Reddy Palleti2018-08-0160-51872/+12
|/ / | | | | | | | | | | Removed lib/igb and kmod/igb and created as separate repos under AVnu. lib/igb is again added as submodule to lib/igb_avb/lib as there is build dependency for lib/common.
* | Merge pull request #814 from avinash-palleti/libavtp_pr3andrew-elder2018-07-2715-2466/+0
|\ \ | | | | | | Remove libavtp folder as part of OpenAVnu restructruing
| * | Remove libavtp folder as part of OpenAVnu restructruingAvinash Reddy Palleti2018-07-2415-2466/+0
|/ / | | | | | | Removing libavtp folder and created a separate repo under AVnu.
* | Merge pull request #810 from feishengfei/open-avb-nextandrew-elder2018-07-231-1/+1
|\ \ | | | | | | fix image file doesn't show for asciidoc generation on AVnu_gPTP_Code…