aboutsummaryrefslogtreecommitdiffstats
path: root/libav/swf.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed double free - fixed probe functionFabrice Bellard2002-05-251-13/+12
| | | | Originally committed as revision 592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converted to new APIFabrice Bellard2002-05-201-5/+32
| | | | Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-181-4/+4
| | | | Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-1/+1
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer2002-02-121-3/+3
| | | | | | ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-11/+4
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+552
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk