Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: minor change to convert gr-utils to new stucture. | Tom Rondeau | 2012-12-29 | 1 | -87/+0 |
| | |||||
* | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 1 | -4/+4 |
| | |||||
* | core: add new options to GRC for file_meta_sink. | Tom Rondeau | 2012-12-12 | 1 | -3/+7 |
| | | | | Also updates gr_read_file_metadata to add a -D option that properly parses a detached header. | ||||
* | core: updated metadata structure to use relative header info. | Tom Rondeau | 2012-12-04 | 1 | -3/+2 |
| | | | | Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras). | ||||
* | core: adding ability to handle extra data in headers. | Tom Rondeau | 2012-11-27 | 1 | -2/+18 |
| | |||||
* | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | 2012-11-24 | 1 | -12/+21 |
| | | | | When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented. | ||||
* | core: adding Python files to easily parse header info of a file. | Tom Rondeau | 2012-11-21 | 1 | -0/+59 |
Also a utility script that you pass a filename to and it prints out the meta data. |