| Commit message (Expand) | Author | Age | Files | Lines |
* | Make url_resetbuf() assert on wrong flags passed and make it static on next | Benoit Fouet | 2009-10-20 | 1 | -0/+2 |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 1 | -0/+1 |
* | Define struct URLContext and typedef it to URLContext in one step. | Stefano Sabatini | 2009-05-25 | 1 | -4/+2 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+12 |
* | Mark as "internal but installed" the avio.h file. | Stefano Sabatini | 2009-02-26 | 1 | -0/+3 |
* | Add a @file notice to avio.h. | Stefano Sabatini | 2009-02-26 | 1 | -1/+5 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2009-02-17 | 1 | -0/+2 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | Do not export to the public the first_protocol symbol at the next | Stefano Sabatini | 2009-02-15 | 1 | -0/+3 |
* | Document av_protocol_next(). | Stefano Sabatini | 2009-02-15 | 1 | -0/+5 |
* | Rename register_protocol() to av_register_protocol() and deprecate | Stefano Sabatini | 2009-02-15 | 1 | -1/+8 |
* | whitespace cosmetics | Diego Biurrun | 2008-12-13 | 1 | -14/+17 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -19/+15 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Implement url_open_protocol(), which is basiclly the former url_open() | Ronald S. Bultje | 2008-08-19 | 1 | -0/+2 |
* | 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 |