| Commit message (Expand) | Author | Age | Files | Lines |
* | minor typo fixes | Diego Biurrun | 2008-03-31 | 1 | -1/+1 |
* | 1st attempt at correcting the punktuation. | Michael Niedermayer | 2008-03-22 | 1 | -1/+1 |
* | Document get_*_buffer() | Michael Niedermayer | 2008-03-21 | 1 | -0/+12 |
* | Document a few url_* functions. | Michael Niedermayer | 2008-03-21 | 1 | -0/+25 |
* | Add AVClass to URLContext at next major version bump | Björn Axelsson | 2008-03-10 | 1 | -0/+3 |
* | Add a av_alloc_put_byte function. | Reimar Döffinger | 2007-12-22 | 1 | -0/+8 |
* | Fix Doxygen function parameter name. | Diego Biurrun | 2007-12-21 | 1 | -1/+1 |
* | comment typo fixes | Diego Biurrun | 2007-12-21 | 1 | -8/+9 |
* | typo ;) | Ivo van Poorten | 2007-12-21 | 1 | -2/+2 |
* | Document ByteIOContext and URLContext change rules. | Michael Niedermayer | 2007-12-20 | 1 | -0/+14 |
* | Make recently added and still unused read_seek functions return offset_t. | Michael Niedermayer | 2007-12-19 | 1 | -4/+4 |
* | Merge recently added and still unused play and pause functions. | Michael Niedermayer | 2007-12-19 | 1 | -12/+9 |
* | Remove dead code which disappeared with the last major version bump. | Michael Niedermayer | 2007-12-19 | 1 | -4/+0 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -0/+2 |
* | Extend ByteIOContext and add the buffered IO functions: | Björn Axelsson | 2007-11-28 | 1 | -0/+9 |
* | Extend URLProtocol with new function pointers and api functions for | Björn Axelsson | 2007-11-24 | 1 | -0/+30 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -5/+5 |
* | Fix Doxygen parameter name | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | Fix Doxygen parameter name | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | Add ff_ prefix to get_v() | Kostya Shishkov | 2007-11-03 | 1 | -1/+1 |
* | Make get_v() available to the other demuxers | Kostya Shishkov | 2007-11-03 | 1 | -0/+2 |
* | rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.... | Baptiste Coudurier | 2007-10-30 | 1 | -0/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -4/+3 |
* | Add functionality to set the direction of a ByteIOContext buffer. | Björn Axelsson | 2007-10-11 | 1 | -0/+5 |
* | Documentation fix for url_f(d)open() | Björn Axelsson | 2007-09-28 | 1 | -1/+3 |
* | *_protocol are not part of public API | Aurelien Jacobs | 2007-09-10 | 1 | -11/+0 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | Convert all the comment sections into Doxygen compatible comments, same for | Panagiotis Issaris | 2007-03-05 | 1 | -24/+26 |
* | Move avio.h's url_get_max_packet_size() comment from source to header file. | Panagiotis Issaris | 2007-03-05 | 1 | -0/+9 |
* | Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, | Panagiotis Issaris | 2007-03-05 | 1 | -0/+49 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -2/+2 |
* | makes the filename member of the URLContext a pointer, so that the | Ronald S. Bultje | 2007-01-14 | 1 | -0/+4 |
* | AVSEEK_SIZE doxy | Michael Niedermayer | 2007-01-01 | 1 | -0/+5 |
* | seekless filesize retrieving support in 7 lines of code, also doesnt break co... | Michael Niedermayer | 2007-01-01 | 1 | -0/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | move adler32 to libavutil | Måns Rullgård | 2006-07-13 | 1 | -1/+0 |
* | add a Creative VOC (de)muxer | Aurelien Jacobs | 2006-02-09 | 1 | -0/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | remove non portable get/put_be64_double() | Michael Niedermayer | 2005-07-19 | 1 | -2/+0 |
* | kill duplicated get/put_be24() | Michael Niedermayer | 2005-07-19 | 1 | -0/+2 |
* | Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-m... | Wolfram Gloger | 2005-05-30 | 1 | -2/+2 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -0/+1 |
* | write error handling | Michael Niedermayer | 2004-10-08 | 1 | -2/+4 |
* | checksuming for nut & nice checksum API for libavformat | Michael Niedermayer | 2004-04-05 | 1 | -0/+7 |
* | decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello... | Leon van Stuivenberg | 2004-03-15 | 1 | -0/+1 |
* | Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michael Niedermayer | 2003-09-30 | 1 | -1/+1 |
* | libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime d... | Michael Niedermayer | 2003-08-29 | 1 | -0/+4 |
* | added primitive aborting system | Fabrice Bellard | 2003-07-17 | 1 | -1/+10 |