Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 1 | -2/+4 |
| | |||||
* | aviocat: Remove useless includes | Martin Storsjö | 2012-01-21 | 1 | -5/+1 |
| | | | | | | | Also include stdlib.h explicitly - currently it is used implicitly via avformat.h. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | aviocat: Flush the output before closing | Martin Storsjö | 2012-01-21 | 1 | -0/+1 |
| | | | | | | Without this, the end of the file might not be transmitted/written. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Add a tool that uses avio to read and write, doing a plain copy of data | Martin Storsjö | 2012-01-20 | 1 | -0/+97 |
It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by: Martin Storsjö <martin@martin.st> |