summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* huffyuv 4cc & -strictMichael Niedermayer2002-12-27
| | | | | | (huffyuv still doesnt work with ffmpeg (it does work with mencoder though) someone should fix the avi de(muxer)) Originally committed as revision 1363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot ↵Ryutaroh Matsumoto2002-12-20
| | | | | | titech dot ac dot jp>) Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.aviFrançois Revol2002-12-20
| | | | Originally committed as revision 1350 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
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-11
| | | | | | | %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
* * 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
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash caused by a null coded_picture pointer in ffserver.Philip Gladstone2002-12-09
| | | | Originally committed as revision 1326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | 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
* Added support for a realease function to eliminate the context blocks usedPhilip Gladstone2002-11-30
| | | | | | by each hook. Originally committed as revision 1294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed 'file:' in URLsFabrice Bellard2002-11-29
| | | | Originally committed as revision 1290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-29
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-27
| | | | Originally committed as revision 1287 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