Mon, 29 Mar 2010 19:17:49 +0000 |
reimar |
Some spelling fixes.
libavformat
|
Mon, 29 Mar 2010 17:36:08 +0000 |
rbultje |
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab
libavformat
|
Sun, 28 Mar 2010 13:39:36 +0000 |
stefano |
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
libavformat
|
Sun, 28 Mar 2010 10:31:22 +0000 |
stefano |
Document url_seek().
libavformat
|
Sun, 28 Mar 2010 09:59:58 +0000 |
vitor |
Fix NUT (de)muxer warnings:
libavformat
|
Sun, 28 Mar 2010 08:48:45 +0000 |
mstorsjo |
Initialize ssrc and base_timestamp using ff_random_get_seed()
libavformat
|
Sun, 28 Mar 2010 01:15:08 +0000 |
aurel |
correct first pts for ogg skeleton
libavformat
|
Sat, 27 Mar 2010 21:14:16 +0000 |
stefano |
Document the behavior of av_metadata_get() if the prev parameter is
libavformat
|
Sat, 27 Mar 2010 19:10:24 +0000 |
reimar |
Use more appropriate return values in txd demuxer.
libavformat
|
Sat, 27 Mar 2010 19:09:46 +0000 |
reimar |
eacdata: fix a memleak, return partial packets and use proper return values.
libavformat
|
Fri, 26 Mar 2010 16:04:38 +0000 |
mstorsjo |
Don't report EINTR from select as an error, retry select instead
libavformat
|
Fri, 26 Mar 2010 01:12:14 +0000 |
stefano |
Fix updating condition for the probe_size variable in the internal
libavformat
|
Thu, 25 Mar 2010 22:21:09 +0000 |
mstorsjo |
Reassemble the RTSP URL before replacing hostname with the numerical IP
libavformat
|
Thu, 25 Mar 2010 22:04:41 +0000 |
mstorsjo |
Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer
libavformat
|