summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_encoder_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* global: Replace stdio logging with loggerDavid Winter2021-10-211-5/+7
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* fec/async_encoder: Remove manual memory managementThomas Habets2020-08-141-32/+14
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-3/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-125/+125
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-2/+1
* fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-241-5/+16
* Merge remote-tracking branch 'mmueller/gr_fec_async_encoder_signage'Johnathan Corgan2015-04-061-3/+3
|\
| * fixed signed/unsigned comparisonMarcus Müller2015-04-061-3/+3
* | fixed printf("%d", size_t)Marcus Müller2015-04-061-1/+1
|/
* fec: ldpc encoder now working in async encoder interfaceTim O'Shea2015-04-011-3/+17
* fec: wip: fixing up allocated memory; allowing async encoder deployment to be...Tom Rondeau2014-05-201-22/+52
* fec: wip: async encoder/decoder working deployments.Tom Rondeau2014-05-191-20/+54
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-171-1/+1
* blocks: adding reverse packing/unpacking functions.Tom Rondeau2014-05-171-13/+22
* fec: wip: using unpack/pack k bits kernels instead of copying logic in here.Tom Rondeau2014-05-171-14/+10
* fec: wip: fixing formatting.Tom Rondeau2014-05-171-118/+125
* fec: wip: adding async (PDU) encoder and decoder blocks.Tom Rondeau2014-05-171-0/+118