2009-06-04 |
kostya |
Move function for reading whole specified amount of data from RTSP
libavformat
|
2009-05-25 |
stefano |
Define struct URLContext and typedef it to URLContext in one step.
libavformat
|
2009-03-03 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
2009-02-26 |
stefano |
Mark as "internal but installed" the avio.h file.
libavformat
|
2009-02-26 |
stefano |
Add a @file notice to avio.h.
libavformat
|
2009-02-17 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavformat
|
2009-02-15 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavformat
|
2009-02-15 |
stefano |
Do not export to the public the first_protocol symbol at the next
libavformat
|
2009-02-15 |
stefano |
Document av_protocol_next().
libavformat
|
2009-02-15 |
stefano |
Rename register_protocol() to av_register_protocol() and deprecate
libavformat
|
2008-12-13 |
diego |
whitespace cosmetics
libavformat
|
2008-10-03 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
2008-08-31 |
stefano |
Globally rename the header inclusion guard names.
libavformat
|
2008-08-19 |
rbultje |
Implement url_open_protocol(), which is basiclly the former url_open()
libavformat
|
2008-03-31 |
diego |
minor typo fixes
libavformat
|
2008-03-22 |
michael |
1st attempt at correcting the punktuation.
libavformat
|
2008-03-21 |
michael |
Document get_*_buffer()
libavformat
|
2008-03-21 |
michael |
Document a few url_* functions.
libavformat
|
2008-03-10 |
superdump |
Add AVClass to URLContext at next major version bump
libavformat
|
2007-12-22 |
reimar |
Add a av_alloc_put_byte function.
libavformat
|
2007-12-21 |
diego |
Fix Doxygen function parameter name.
libavformat
|
2007-12-21 |
diego |
comment typo fixes
libavformat
|
2007-12-21 |
ivo |
typo ;)
libavformat
|
2007-12-20 |
michael |
Document ByteIOContext and URLContext change rules.
libavformat
|
2007-12-19 |
michael |
Make recently added and still unused read_seek functions return offset_t.
libavformat
|
2007-12-19 |
michael |
Merge recently added and still unused play and pause functions.
libavformat
|
2007-12-19 |
michael |
Remove dead code which disappeared with the last major version bump.
libavformat
|
2007-12-12 |
michael |
av_*_next() API for libavformat
libavformat
|
2007-11-28 |
andoma |
Extend ByteIOContext and add the buffered IO functions:
libavformat
|
2007-11-24 |
andoma |
Extend URLProtocol with new function pointers and api functions for
libavformat
|
2007-11-21 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
2007-11-15 |
takis |
Fix Doxygen parameter name
libavformat
|
2007-11-15 |
takis |
Fix Doxygen parameter name
libavformat
|
2007-11-03 |
kostya |
Add ff_ prefix to get_v()
libavformat
|
2007-11-03 |
kostya |
Make get_v() available to the other demuxers
libavformat
|
2007-10-30 |
bcoudurier |
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
libavformat
|
2007-10-17 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavformat
|
2007-10-11 |
benoit |
Add functionality to set the direction of a ByteIOContext buffer.
libavformat
|
2007-09-28 |
benoit |
Documentation fix for url_f(d)open()
libavformat
|
2007-09-10 |
aurel |
*_protocol are not part of public API
libavformat
|
2007-06-16 |
mru |
include all prerequisites in header files
libavformat
|
2007-06-12 |
diego |
misc typo fixes
libavformat
|
2007-03-05 |
takis |
Convert all the comment sections into Doxygen compatible comments, same for
libavformat
|
2007-03-05 |
takis |
Move avio.h's url_get_max_packet_size() comment from source to header file.
libavformat
|
2007-03-05 |
takis |
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,
libavformat
|
2007-02-13 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
2007-01-14 |
gpoirier |
makes the filename member of the URLContext a pointer, so that the
libavformat
|
2007-01-01 |
michael |
AVSEEK_SIZE doxy
libavformat
|
2007-01-01 |
michael |
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
libavformat
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
2006-09-10 |
diego |
Add official LGPL license headers to the files that were missing them.
libavformat
|
2006-07-13 |
mru |
move adler32 to libavutil
libavformat
|
2006-02-09 |
aurel |
add a Creative VOC (de)muxer
libavformat
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
2005-07-19 |
michael |
remove non portable get/put_be64_double()
libavformat
|
2005-07-19 |
michael |
kill duplicated get/put_be24()
libavformat
|
2005-05-30 |
michael |
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavformat
|
2005-05-19 |
aurel |
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
libavformat
|
2004-10-08 |
michael |
write error handling
libavformat
|
2004-04-05 |
michael |
checksuming for nut & nice checksum API for libavformat
libavformat
|