aboutsummaryrefslogtreecommitdiff
path: root/libavformat/smjpegenc.c
AgeCommit message (Expand)Author
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-20avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-01-16add SMJPEG muxerPaul B Mahol