- 04 Sep, 2011 4 commits
-
-
Reimar Döffinger authored
Ignore resolution change if resolution not defined in extradata. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Clément Bœsch authored
-
Michael Niedermayer authored
* qatar/master: AVOptions: fix av_set_string3() doxy to match reality. cmdutils: get rid of dummy contexts for examining AVOptions. lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). cpu detection: avoid a signed overflow Conflicts: avconv.c cmdutils.c doc/APIchanges ffmpeg.c libavcodec/options.c libavcodec/version.h libavformat/version.h libavutil/avutil.h Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Based on code by Rolf Siegrist Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Sep, 2011 7 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.
-
Anton Khirnov authored
Fixes bug 28.
-
Anton Khirnov authored
Replace it with newly introduced libavutil API.
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
Sean McGovern authored
1<<31 overflows because 1 is signed, so force it to unsigned. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
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 20 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
-