summaryrefslogtreecommitdiff
path: root/libavformat/img.c
Commit message (Collapse)AuthorAge
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
| | | | | | * added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleaner support for usleep()François Revol2003-03-12
| | | | Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-07
| | | | Originally committed as revision 1641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
| | | | Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-11
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ↵François Revol2002-12-20
| | | | | | TAB :P Originally committed as revision 1349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
| | | | Originally committed as revision 1347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hey, not everyone has usleep() ! (temporary fix, we should check for this in ↵François Revol2002-12-20
| | | | | | configure) Originally committed as revision 1343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone2002-12-11
| | | | | | | This (will) allow testing of ffserver in an automated way. The code is nasty in that it uses a global....... Originally committed as revision 1331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk