- 03 Nov, 2013 38 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The intent of the original check was to increase has_b_frames when it was incorrectly set to 0. Later codecs allowed larger values Found-by: divVerent Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mikulas Patocka authored
There are instructions pavgb and pavgusb. Both instructions do the same operation but they have different enconding. Pavgb exists in SSE (or MMXEXT) instruction set and pavgusb exists in 3D-NOW instruction set. livavcodec uses the macro PAVGB to select the proper instruction. However, the function avg_pixels8_xy2 doesn't use this macro, it uses pavgb directly. As a consequence, the function avg_pixels8_xy2 crashes on AMD K6-2 and K6-3 processors, because they have pavgusb, but not pavgb. This bug seems to be introduced by commit 71155d7b, "dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm" Signed-off-by:
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
In particular, warn in case -filter and streamcopy is used at the same time, fix trac ticket #678.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Suggested-by: BBB Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* cigaes/master: lavfi/af_pan: support unknown layouts on input. lavfi/af_pan: support unknown layouts on output. lswr: fix assert failure on unknown layouts. lavfi: parsing helper for unknown channel layouts. lavfi/avfiltergraph: do not reduce incompatible lists. lavfi/avfiltergraph: suggest a solution when format selection fails. lavd/lavfi: support unknown channel layouts. lavf/wavenc: check for a single stream. lavd/alsa: add stream validation lavd/alsa: fix timestamp calculation Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: rtmpproto: Reorder conditions to help dead code elimination See: 23e9e5c7Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Also make AVCODEC_RESAMPLE API removal depends on its presence, since its code depends on it as well. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '3ea5f64f': ansi: fix possible use of uninitialized variables Conflicts: libavcodec/ansi.c Only partially merged, ffmpeg is not affected by this. Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c0bba95c': wtv: fix variable sign in format Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5858a67f': attributes: disable flatten on llvm/clang Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '3a14b160': vf_scale: make the dar variable return the DAR. Conflicts: Changelog doc/filters.texi libavfilter/version.h See: 61d55fdaMerged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '34a0ac41': vf_aspect: support variables in evaluating the aspect ratios Conflicts: Changelog doc/filters.texi libavfilter/vf_aspect.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
This makes sure that these branches are eliminated properly with clang with optimizations disabled.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Nicolas George authored
Fix trac ticket #2899.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
Make ff_parse_channel_layout() accept unknown layouts too.
-
Nicolas George authored
A list of "all channel layouts" but not "all channel counts" can not be reduced to a single unknown channel count.
-
Nicolas George authored
Format selection can fail if unknown channel layouts are used with filters that do not support it.
-
Nicolas George authored
-
Nicolas George authored
Fix trac ticket #3110.
-
Lukasz Marek authored
Don't trust provided streams. Return with error when stream count is not 1 or provided stream is not an audio stream. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
Lukasz Marek authored
Current implementation didn't include duration of last processed packet. Device may return negative timestamps without this correction. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket3106 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This excludes many changes that worsen readability Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Zern authored
this is valid for both vp8 & vp9 and necessary for lossless in the latter Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2013 2 commits
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-