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