summaryrefslogtreecommitdiff
path: root/libavformat/swfenc.c
Commit message (Collapse)AuthorAge
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
| | | | | | swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type Originally committed as revision 17036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
| | | | Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use internal video frame numberBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFifoBufferBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init and declarationBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and use version insteadBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split swf de/muxerBaptiste Coudurier2008-05-20
Originally committed as revision 13203 to svn://svn.ffmpeg.org/ffmpeg/trunk