Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -4/+4 |
| | |||||
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found. | ||||
* | gr-blocks: Fix wavfile sink and source block performance issues. | Ron Economos | 2020-09-25 | 1 | -0/+4 |
| | | | | | | | Calling libsndfile sf_read/write_float() for every sample created too much overhead. sf_read/write_float() is now called every 1024 samples for the wavfile source block and every 8192 samples for the wavfile sink block. | ||||
* | gr-blocks: Transition the WAV sink and source blocks to libsndfile. | Ron Economos | 2020-09-01 | 1 | -11/+4 |
| | | | | Compressed input and output with FLAC and Ogg Vorbis now supported. | ||||
* | blocks: refactor and reorganize WAV internals | japm48 | 2020-04-14 | 1 | -8/+5 |
| | | | | | | | | This includes the following: - WAV header parameters are now stored in a struct. - do not assume fixed position of data chunk (useful for appending). - use INT{8,18}T_MAX/MIN. - 0|NULL -> nullptr. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -30/+30 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | blocks: moved tagged_file_sink and wavfile source/sink/base to gr-blocks. | Tom Rondeau | 2013-03-09 | 1 | -0/+70 |