summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Use FFABS instead of abs.Benjamin Larsson2007-05-17
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
* Added support for instances where linesize[0] is negative.Benjamin Larsson2007-05-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson2007-03-11
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-10
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson2007-01-25
* Remove debug line.Benjamin Larsson2007-01-21
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-21
* Flash screen video encoder.Benjamin Larsson2007-01-21