aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-1/+1
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-031-23/+16
| | | | Originally committed as revision 1542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-231-9/+16
| | | | Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-231-2/+0
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video_device fixesFabrice Bellard2003-01-231-0/+2
| | | | Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-111-6/+10
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-111-1/+3
| | | | Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-111-12/+115
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-201-0/+2
| | | | Originally committed as revision 1347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-111-5/+14
| | | | | | | %125*d means substitute the frame number MOD 125 into the filename. This is a cheap method of having an infinite stream. Originally committed as revision 1332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-1/+1
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-1/+3
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+1280
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk