History | View | Annotate | Download (9.68 KB)
Remove video-specific code from generic frame_header_fill()
Rename payload_* to video_payload_*
Use switch() instead of if() on the media type, in preparation for audio...
Use proper header_size instead of the video-specific size
Remove globals in input-stream
Make valgrind happy
Properly set the loop attribute
Use a new interface for chunkise()
Free the bitstream filters on exit (make valgrind happy!)
Fix support for H.264 video, by using the proper BSF
Use the ffmpeg's bitstream filters, instead of reinventing them
Split the chunkiser/dechunkiser interface from the implementation
First draft of a chunkiser infrastructure