summaryrefslogtreecommitdiff
path: root/gr-fec
Commit message (Expand)AuthorAgeFilesLines
* cmake: abs path for external volkSebastian Koslowski2015-03-301-1/+1
* docs: fixed labels and references in manual.Tom Rondeau2015-03-231-1/+1
* fec: no need for this forecasting.Tom Rondeau2015-01-052-11/+0
* Merge branch 'maint'Tom Rondeau2014-12-295-24/+3
|\
| * fec: cleanupTom Rondeau2014-12-293-3/+10
| * fec: fixed bug in dummy decoder that shifted the samples by +1.Tom Rondeau2014-12-292-9/+2
* | Merge branch 'maint'Johnathan Corgan2014-10-131-4/+4
|\|
| * fec: qa: fix use of Bool type to be actual boolean Python valuesMichael Dickens2014-10-131-4/+4
* | Merge branch 'maint'Tom Rondeau2014-10-066-204/+181
|\|
| * fec: removed ber_tools; unnecessary and not exported. Replaced compber with c...Tom Rondeau2014-10-066-204/+181
* | fec: turning off some debug output.Tom Rondeau2014-09-242-10/+10
|/
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | blocks: adding VOLK support for some functions.Tom Rondeau2014-07-291-0/+1
* | cmake: coalesce EXPAND macros into 3 common macros, and switch to using those...Michael Dickens2014-07-241-54/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
* | fec: updated fecapi blocks in grc to use new var_value concept.Tom Rondeau2014-07-147-39/+21
|/
* Windows compatibility fixesNicholas Corgan2014-07-081-0/+11
* Merge branch 'maint'Tom Rondeau2014-07-074-9/+9
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-077-17/+17
* | qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-027-13/+13
* | fec: updating FEC encoder/decoder loggers to use set function instead of add ...Tom Rondeau2014-06-302-6/+6
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
* | gr-fec: cc_decoder: fix leak; coverity 1215943Marcus Müller2014-06-261-0/+2
* | fec: fixing a bit of sloppy memory handling in the cc decoder.Tom Rondeau2014-05-211-5/+9
* | fec: wip: fixing up allocated memory; allowing async encoder deployment to be...Tom Rondeau2014-05-209-397/+849
* | fec: mostly documentation updates, spell check, etc.Tom Rondeau2014-05-2010-70/+297
* | fec: wip: adding qa code.Tom Rondeau2014-05-197-56/+706
* | fec: wip: async encoder/decoder working deployments.Tom Rondeau2014-05-1914-878/+2888
* | fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-1713-354/+749
* | blocks: adding reverse packing/unpacking functions.Tom Rondeau2014-05-1729-2341/+7218
* | fec: wip: adding extended encoder for async version.Tom Rondeau2014-05-176-0/+110
* | fec: wip: using unpack/pack k bits kernels instead of copying logic in here.Tom Rondeau2014-05-172-14/+14
* | fec: wip: fixing formatting.Tom Rondeau2014-05-179-563/+574
* | fec: wip: adding async (PDU) encoder and decoder blocks.Tom Rondeau2014-05-1721-716/+1967
* | fec: wip: cleaning up tagged decoder, rep code.Tom Rondeau2014-05-1711-730/+1532
* | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve.Tom Rondeau2014-05-1728-3124/+1847
* | fec: wip: adding a dummy encoder/decoder and repetition code to exercise the ...Tom Rondeau2014-05-1737-3083/+8477
* | fec: use logger to explain exception when using threading with history.Tom Rondeau2014-05-171-1/+4
* | fec: updating puncturing, adding documentation, adding CCSDS encoder.Tom Rondeau2014-05-1755-423/+9169
* | fec: changed puncture block for easier to use API.Tom Rondeau2014-05-1711-49/+441
* | fec: encoder now outputs bytes to make it more easily integratable with modul...Tom Rondeau2014-05-1715-38/+302
* | fec: wip: allowing ber block to be used as a streaming block.Tom Rondeau2014-05-174-48/+94
* | fec: improved fecapi stuff.Nick McCarthy2014-05-174-76/+40
* | adding ber sink to qt guiNicholas McCarthy2014-05-177-496/+208
* | fec: Merging fecapi with support for CC code.Tom Rondeau2014-05-1762-27/+7839
|/
* fec: adding small comments in rs encoder about duplicated lines.Tom Rondeau2014-03-071-0/+2
* Add a lookup table to the encoder inner loop for byte mode onlyRon Economos2014-02-073-0/+36
* Merge branch 'maint'Tom Rondeau2014-01-102-0/+5
|\