summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Collapse)AuthorAge
* 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