Sun, 18 Apr 2010 17:37:16 +0000 |
stefano |
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
libavformat
|
Fri, 16 Apr 2010 20:36:24 +0000 |
mstorsjo |
Parse strf mov atoms
libavformat
|
Fri, 16 Apr 2010 12:21:38 +0000 |
conrad |
oggdec: Move warning about missing granule to the correct place
libavformat
|
Fri, 16 Apr 2010 12:21:35 +0000 |
conrad |
oggdec: Fix duration calculation if the last page in a file has no granule
libavformat
|
Fri, 16 Apr 2010 12:21:29 +0000 |
conrad |
oggdec: Remove write-only variable
libavformat
|
Fri, 16 Apr 2010 00:20:11 +0000 |
ramiro |
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
libavformat
|
Thu, 15 Apr 2010 18:27:27 +0000 |
rbultje |
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error).
libavformat
|
Thu, 15 Apr 2010 13:30:12 +0000 |
rbultje |
Remove useless assert(), since this can (in theora) be used for any Xiph
libavformat
|
Tue, 13 Apr 2010 22:11:21 +0000 |
diego |
Plug librtmp logging into av_log.
libavformat
|
Tue, 13 Apr 2010 22:08:36 +0000 |
diego |
whitespace cosmetics
libavformat
|
Tue, 13 Apr 2010 07:25:50 +0000 |
benoit |
Do not probe when the format is known.
libavformat
|
Tue, 13 Apr 2010 01:19:59 +0000 |
vitor |
Use a suitable timebase in VQF demuxer
libavformat
|
Mon, 12 Apr 2010 15:03:30 +0000 |
cehoyos |
Do not set pos to an error value.
libavformat
|
Mon, 12 Apr 2010 07:24:30 +0000 |
thardin |
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer
libavformat
|
Sun, 11 Apr 2010 21:44:23 +0000 |
stefano |
Move the internal function declarations in avformat.h to internal.h.
libavformat
|