]> git.sesse.net Git - ffmpeg/history - libavcodec/flashsvenc.c
Simplify ptr[0]; ptr++; to *ptr++
[ffmpeg] / libavcodec / flashsvenc.c
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-11 Benjamin LarssonRespect the gop size (-g) for marking I frames. Use...
2007-03-10 Benjamin LarssonSimplify, use avctx->frame_number.
2007-01-25 Benjamin LarssonDon't copy more then needed, bugfix by Gus Scheidt...
2007-01-21 Benjamin LarssonRemove debug line.
2007-01-21 Benjamin LarssonAdd flashsv encoder to changelog and fix the encoder...
2007-01-21 Benjamin LarssonFlash screen video encoder.