summaryrefslogtreecommitdiff
path: root/libav/img.c
Commit message (Collapse)AuthorAge
* renamed libav to libavformatFabrice Bellard2002-11-25
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the pkt->pts field correctly so that frame rate reduction has a chancePhilip Gladstone2002-11-20
| | | | | | of working Originally committed as revision 1243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c syntax update patch by (mru at users dot sourceforge dot net (Måns ↵Måns Rullgård2002-10-06
| | | | | | Rullgård)) Originally committed as revision 1008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason2002-09-06
| | | | Originally committed as revision 908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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