summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Collapse)AuthorAge
* Use FFABS instead of abs.Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added support for instances where linesize[0] is negative.Benjamin Larsson2007-05-12
| | | | | | Based on patch by Jason Askew, jason dot askew at gmail dot com. Originally committed as revision 9006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old ↵Benjamin Larsson2007-03-11
| | | | | | behaviour. Originally committed as revision 8326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-10
| | | | Originally committed as revision 8309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot ↵Benjamin Larsson2007-01-25
| | | | | | com and Michel Bardiaux mbardiaux at mediaxim dot be. Originally committed as revision 7702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debug line.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash screen video encoder.Benjamin Larsson2007-01-21
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk