summaryrefslogtreecommitdiff
path: root/libavformat/smjpegenc.c
Commit message (Collapse)AuthorAge
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
| | | | | | | This is consistent with stdio and is what we want to do in all cases. Fixes a bug in the voc muxer which didn't flush in write_trailer() previously. This is the cause of the change in the test results.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* add SMJPEG muxerPaul B Mahol2012-01-16
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>