aboutsummaryrefslogtreecommitdiffstats
path: root/libav/aviobuf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone2002-09-121-1/+38
| | | | | | This adds functions to send and receive doubles and also null terminated strings. Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-271-1/+1
| | | | Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-241-9/+236
| | | | Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-11/+11
| | | | Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-181-5/+5
| | | | Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-081-1/+1
| | | | | | * grab containes new code Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-20/+9
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+426
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk