- 04 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Based on code by Rolf Siegrist Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Sep, 2011 2 commits
-
-
Stefan Fritsch authored
currently libavformat only allows seeking if a request with "Range: 0-" results in a 206 reply from the HTTP server which includes a Content-Range header. But according to RFC 2616, the server may also reply with a normal 200 reply (which is more efficient for a request for the whole file). In fact Apache HTTPD 2.2.20 has changed the behaviour in this way and it looks like this change will be kept in future versions. The fix for libavformat is easy: Also look at the Accept-Ranges header.
-
Michael Niedermayer authored
* qatar/master: codec-regression: force vsync 0 on the me_threshold test to make sure frames match. Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Sep, 2011 9 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Needed by libvpx This reverts commit a0147957.
-
Alexander Strasser authored
Transforms the loose enumeration of issues that was to far below in the text into a more verbose paragraph at the top. The new text also mentions the possibility to propose new types of issues to track on the development mailing list. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
Alexander Strasser authored
This change makes the first part of the file easier to read quickly. It makes it also easier to spot the URLs which might be one of the main interests of many readers. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
Alexander Strasser authored
Correct a few grammar and spelling errors. Also improve consistency by always referring to substatus (not substate). Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
Tomas Härdin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket427 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Ramiro Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket159 If someone knows of a cleaner way to detect this, patch is welcome. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Sep, 2011 28 commits
-
-
Alex Converse authored
-
Michael Niedermayer authored
Revert "mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested" This broke mplayer This reverts commit a18e04bc.
-
Chiranjeevi Melam authored
-
Michael Niedermayer authored
Fixes Ticket426 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This is the same code as for x86_64. This is necessary because uname returns PPC64 if the hardware is 64 bit, however the userland can still be fully 32 bit. In that case FFmpeg fails to compile because some macros in the asm code are set up incorrectly. For details see https://bugs.gentoo.org/show_bug.cgi?id=341235Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Fixes trac ticket #396. Completely untested. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Fixes issue #362. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Reset it when we actually process an EOI, not when we actually decide to ignore it for bug-workarounds, and reset it on SOF to make it more reliable in case of missing EOI. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Clément Bœsch authored
-
Michael Niedermayer authored
* qatar/master: avconv: fix some bugs introduced in 630902a1 libmp3lame: fix typo AVOptions: drop av_ prefix from static av_get_number(). libx264: use X264_THREADS_AUTO constant instead of 0. Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
If st is NULL, it means no 'fmt ' tag is found, but 'data' tag (which needs a previous 'fmt ' tag to be parsed correctly and st initialized) check will make sure st is never dereferenced in that case.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Carl Eugen Hoyos authored
Fixes ticket #425.
-
Gavin Kinsey authored
-
Michael Niedermayer authored
These caused scrambled error messages to be printed and floating point exceptions. For example when there was no decoder available for a stream. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
FF_API_LAME_GLOBAL_OPTIONS => FF_API_LAME_GLOBAL_OPTS Thanks to Clément Bœsch for spotting.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Michael Niedermayer authored
commit 630902a1 Author: Anton Khirnov <anton@khirnov.net> Date: Wed Jul 6 08:49:07 2011 +0200 avconv: factor out initializing input streams. These caused scrambled error messages to be printed and floating point exceptions. For example when there was no decoder available for a stream Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This should make no functional difference. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-