History | View | Annotate | Download (7.8 KB)
Allow to select different combinations of audio and video streams in the output
Another valgrind-related fix
Fix a warning
Support 1 video stream and 1 audio stream
Add support for audio streams (only 1 stream is supported)
Minimally working audio input (with raw output and payload=avf)
Rename payload_* to video_payload_*
Remove globals in output-stream
Make valgrind happy
Implement the dechunkiser "close" method
Allow to set the output format
Dynamically allocate the dechunkiser context
Change the dechunkiser API to accept a file name (and not only a config string) in open()
Use a better interface for chunk_write(), too
Use a new interface for chunkise()
Split the chunkiser/dechunkiser interface from the implementation
Output NUT by default
First draft of a chunkiser infrastructure