Anton Khirnov
|
ddffc2fdc3
|
avio: add support for passing options to protocols.
Not used anywhere yet, support for passing options from avio_open() will
follow.
|
2011-11-13 13:14:39 +01:00 |
|
Martin Storsjö
|
6f1b7b3944
|
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Change all uses of these function to pass the relevant
callback on.
|
2011-11-13 13:12:17 +01:00 |
|
Anton Khirnov
|
f35ff97f2e
|
lavf: use designated initializers for all protocols
This is more readable and makes it easier to reorder URLProtocol
members.
|
2011-04-08 11:08:26 +02:00 |
|
Anton Khirnov
|
32a97d4630
|
avio: make url_filesize() internal.
|
2011-04-04 17:45:20 +02:00 |
|
Anton Khirnov
|
e52a9145c8
|
avio: make url_close() internal.
|
2011-04-04 17:45:20 +02:00 |
|
Anton Khirnov
|
58a48c6511
|
avio: make url_seek() internal.
|
2011-04-04 17:45:20 +02:00 |
|
Anton Khirnov
|
bc371aca46
|
avio: make url_read() internal.
|
2011-04-04 17:45:20 +02:00 |
|
Anton Khirnov
|
0589da0aa5
|
avio: make url_open() internal.
|
2011-04-04 17:45:20 +02:00 |
|
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
Diego Elio Pettenò
|
c6610a216e
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
This also lists the objects from those two libraries as internal (by adding
the ff_ prefix) so that they can then be hidden via linker scripts.
|
2011-01-26 22:10:09 +00:00 |
|
Wolfram Gloger
|
ae2c694388
|
Fix concat seeking SEEK_END case.
Patch by Wolfram Gloger wmglo ^ dent.med.uni-muenchen.de.
Originally committed as revision 22306 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-08 00:40:22 +00:00 |
|
Wolfram Gloger
|
35eaadcba0
|
Fix concat seek result.
Patch by Wolfram Gloger wmglo AT-SIGN dent.med.uni-muenchen DOT de.
Originally committed as revision 22302 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-08 00:22:03 +00:00 |
|
Michele Orrù
|
084eb95fd5
|
Implement a physical concatenation protocol.
Patch by Michele Orrù reverse(<moc.liamg@yp.rekam>).
Originally committed as revision 21666 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-02-07 10:25:58 +00:00 |
|