summaryrefslogtreecommitdiff
path: root/libav/img.c
Commit message (Collapse)AuthorAge
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converted to new APIFabrice Bellard2002-05-20
| | | | Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-18
| | | | 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-07
| | | | | | | | | | (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
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
| | | | Originally committed as revision 373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed image number syntax problemsFabrice Bellard2001-09-16
| | | | Originally committed as revision 128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added staticFabrice Bellard2001-08-15
| | | | Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe ↵Fabrice Bellard2001-08-11
| | | | | | read/write support Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk