- 16 Oct, 2012 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Fixes Bug 379 CC: libav-stable@libav.org
-
Anton Khirnov authored
-
Victor Vasiliev authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Victor Vasiliev authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Victor Vasiliev authored
It will be useful in the wav muxer. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
This header uses various types provided by stdint.h without explicitly including it. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Luca Barbato authored
Raw audio does not provide valid audio tags while rawvideo does. The fate refs have to be updated because it undoes the previous tag change.
-
Mans Rullgard authored
This way avserver only depends on the data structures of the ffm demuxer, which it already does, and not also on private functions being exported by the library. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 13 Oct, 2012 2 commits
-
-
Luca Barbato authored
The native tags will be used when available.
-
Luca Barbato authored
Use native tags instead of avi ones, simplifies a lot raw video codecs handling.
-
- 12 Oct, 2012 7 commits
-
-
Mans Rullgard authored
parse_packed_headers() returns either zero or a negative error code so its return type must be signed. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The 'ret' variable is used for negative error codes so it should be a signed type. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
The table is so small that the space gain is not worth the performance overhead of cross-library access.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
ffurl_read_complete can return 0 as well as negative error codes. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Oct, 2012 2 commits
-
-
Martin Storsjö authored
This avoids having to overestimate the md5 context size, which isn't known beforehand, allowing us to use the new allocate functions instead. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Oct, 2012 4 commits
-
-
Janne Grunau authored
Fixes CID732275.
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
- 09 Oct, 2012 12 commits
-
-
Janne Grunau authored
Fixes CID231347.
-
Janne Grunau authored
Fixes CID700730.
-
Janne Grunau authored
Prevents memory leak and possible access to freed memory. Fixes CID605744.
-
Janne Grunau authored
Prevents CID602000.
-
Janne Grunau authored
Fixes CID700204.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
This is defined by RFC 3986 section 5.4.1 to be handled this way. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
Strip off query parameters from the original url before applying the new relative path. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Some invocations include a verb in the log message, others do not. Yet av_log_missing_feature expects callers to provide a verb. Change the function to include a verb instead and update the callers accordingly. The result is a more natural function API and correct English in the function invocations.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Yusuke Nakamura authored
This fixes a regression in 4ed5ac50. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Oct, 2012 3 commits
-
-
Martin Storsjö authored
Tested to work with the gstreamer depacketizer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Not all details are implemented, but it's enough for proper playback as long as there is no packet loss. Tested to work with the packetizer in gstreamer (which although uses a different codec name, to clarify that it is still a spec draft). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
avconv provides an option to set it externally and there isn't a way for the outer demuxer to report the inner demuxer flag. Solves a bad interaction between mpegts and x264, but requires additional setting for the user.
-