Thu, 19 Aug 2010 21:21:32 +0000 |
aurel |
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
libavformat
|
Thu, 19 Aug 2010 16:49:08 +0000 |
aurel |
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
libavformat
|
Sun, 18 Jul 2010 18:38:23 +0000 |
mru |
Allow all valid (and only valid) characters in URL scheme for url_open()
libavformat
|
Sun, 27 Jun 2010 17:51:17 +0000 |
mstorsjo |
Remove an unused label, fixing a warning
libavformat
|
Sun, 27 Jun 2010 17:33:52 +0000 |
mstorsjo |
Add proper const declaration to a cast, fixes a warning
libavformat
|
Wed, 23 Jun 2010 11:26:43 +0000 |
mstorsjo |
Reindent
libavformat
|
Tue, 22 Jun 2010 14:09:08 +0000 |
mstorsjo |
Add priv_data_size and priv_data_class to URLProtocol
libavformat
|
Tue, 22 Jun 2010 14:03:37 +0000 |
mstorsjo |
Split url_open and url_open_protocol into url_alloc and url_connect
libavformat
|
Tue, 22 Jun 2010 13:58:48 +0000 |
mstorsjo |
Add an av_register_protocol2 function that takes a size parameter
libavformat
|
Tue, 01 Jun 2010 07:46:23 +0000 |
mstorsjo |
Declare the url_write buffer parameter as const
libavformat
|
Wed, 28 Apr 2010 20:00:23 +0000 |
michael |
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
libavformat
|
Sun, 18 Apr 2010 17:37:16 +0000 |
stefano |
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
libavformat
|
Mon, 15 Mar 2010 22:54:22 +0000 |
michael |
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
libavformat
|
Fri, 05 Mar 2010 22:30:21 +0000 |
mstorsjo |
Always call ff_network_init/ff_network_close when opening protocols
libavformat
|
Thu, 28 Jan 2010 09:11:26 +0000 |
benoit |
Use av_mallocz in url_open_protocol for URLContext.
libavformat
|
Sun, 24 Jan 2010 18:09:46 +0000 |
reimar |
Make url_read_complete handle EAGAIN more intelligently.
libavformat
|
Sat, 23 Jan 2010 10:23:47 +0000 |
reimar |
Make url_read_complete retry on EAGAIN and return how much data it read
libavformat
|
Sun, 17 Jan 2010 13:39:34 +0000 |
mru |
Fix comment typo carefull -> careful
libavformat
|
Thu, 04 Jun 2009 06:25:53 +0000 |
kostya |
Move function for reading whole specified amount of data from RTSP
libavformat
|
Tue, 03 Mar 2009 17:04:51 +0000 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
Sun, 15 Feb 2009 14:25:23 +0000 |
stefano |
Rename register_protocol() to av_register_protocol() and deprecate
libavformat
|
Fri, 10 Oct 2008 16:59:37 +0000 |
ramiro |
Only special-case absolute DOS paths on systems that support them.
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Tue, 19 Aug 2008 23:44:23 +0000 |
rbultje |
Implement url_open_protocol(), which is basiclly the former url_open()
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Mon, 05 May 2008 09:17:56 +0000 |
michael |
Check url_seek() in url_open().
libavformat
|
Mon, 10 Mar 2008 19:03:39 +0000 |
superdump |
Add AVClass to URLContext at next major version bump
libavformat
|
Tue, 08 Jan 2008 22:07:59 +0000 |
reimar |
url_write is part of the public API so it may not be under ifdef.
libavformat
|
Wed, 19 Dec 2007 21:11:08 +0000 |
michael |
Make recently added and still unused read_seek functions return offset_t.
libavformat
|
Wed, 19 Dec 2007 20:57:13 +0000 |
michael |
Merge recently added and still unused play and pause functions.
libavformat
|
Wed, 19 Dec 2007 11:31:36 +0000 |
michael |
Remove dead code which disappeared with the last major version bump.
libavformat
|
Wed, 12 Dec 2007 19:01:58 +0000 |
michael |
av_*_next() API for libavformat
libavformat
|
Sat, 24 Nov 2007 07:09:32 +0000 |
andoma |
Extend URLProtocol with new function pointers and api functions for
libavformat
|
Fri, 16 Nov 2007 00:14:48 +0000 |
alex |
Call prot->url_close only if it is present.
libavformat
|
Wed, 07 Nov 2007 08:34:00 +0000 |
benoit |
Check context before accessing its field.
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Mon, 05 Mar 2007 14:26:50 +0000 |
takis |
Move avio.h's url_get_max_packet_size() comment from source to header file.
libavformat
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Tue, 30 Jan 2007 10:37:52 +0000 |
gpoirier |
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
libavformat
|
Sun, 14 Jan 2007 22:07:19 +0000 |
gpoirier |
makes the filename member of the URLContext a pointer, so that the
libavformat
|
Mon, 01 Jan 2007 21:49:50 +0000 |
michael |
fix indention of previous commit
libavformat
|
Mon, 01 Jan 2007 21:49:09 +0000 |
michael |
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sat, 21 Jan 2006 18:36:32 +0000 |
diego |
Add --disable-protocols option to configure to disable I/O protocol from
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sun, 11 Apr 2004 02:07:31 +0000 |
michael |
avoid seeking to the end, as it confuses some crappy code
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Thu, 17 Jul 2003 10:25:36 +0000 |
bellard |
added primitive aborting system
libavformat
|
Fri, 21 Feb 2003 11:08:08 +0000 |
bellard |
avoid false URL protocol detection when using ':' in filenames
libavformat
|
Sat, 11 Jan 2003 04:59:17 +0000 |
bellard |
added url_get_filename()
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|