- 10 Apr, 2017 3 commits
-
-
Vittorio Giovara authored
libavfilter/tests/filtfmts.c:57:18: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
-
Vittorio Giovara authored
This header was public but deprecated on 2013-04-11 (lavfi 3.8.0).
-
Luca Barbato authored
The private buffer is 20bytes but depending on the type only 12 bytes are actually filled.
-
- 05 Apr, 2017 1 commit
-
-
Sean McGovern authored
CC: libav-stable@libav.org Bug-Id: 1012
-
- 03 Apr, 2017 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 02 Apr, 2017 10 commits
-
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
Takes a raw input stream containing frames with correct timestamps but possibly out of order and inserts additional show-existing-frame packets to correct the ordering.
-
Ronald S. Bultje authored
From ffmpeg commit 2e6636aa.
-
Mark Thompson authored
Before this, output bitstream filters would never see EOF and therefore would not be able to flush any delayed packets.
-
Mark Thompson authored
In order to work correctly with the i965 driver, this also fixes the direction of forward/backward references - forward references are intended to be those from the past to the current frame, not from the current frame to the future.
-
Mark Thompson authored
-
- 31 Mar, 2017 3 commits
-
-
Martin Storsjö authored
Previously, the former form always produced a manually aligned, padded buffer, while the latter can use DECLARE_ALIGNED, if that amount of stack alignment is supported. libavutil/internal.h needs to include mem.h, since it uses the DECLARE_ALIGNED macro. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The data types within the MvField struct themselves imply 4 byte alignment. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
libavformat/takdec.c:144:20: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t'
-
- 29 Mar, 2017 2 commits
-
-
Anton Khirnov authored
num_core_channels is always equal to s->audio_header.prim_channels, neither one of those variables ever get changed. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
Not all compilers can do alignment larger than the normal stack alignment for variables on the stack. In these cases, the LOCAL_ALIGNED_* macros produce the workaround alignment wrapper consisting of a padded array and a pointer variable. This fixes the hevc fate tests on RVCT/ARMCC after adding IDCT assembly that actually assumes/relies on this alignment. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 Mar, 2017 2 commits
-
-
Martin Storsjö authored
The main hevcdsp.c file calls this init function if HAVE_ARM is set, regardless of whether neon support is available or not. This fixes builds where neon isn't supported by the build tools at all. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 27 Mar, 2017 3 commits
-
-
Mark Thompson authored
Also use that to fix a warning in av_hwdevice_get_type_name().
-
Alexandra Hájková authored
Optimized by Martin Storsjö <martin@martin.st>. The speedup vs C code is around 3.2-4.4x. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
These compilers pass the inline assembly check, but fail to compile our inline assembly in various ways.
-
- 26 Mar, 2017 2 commits
-
-
Sean McGovern authored
Fixes invalid reads with corrupted files. CC: libav-stable@libav.org Bug-Id: 1039
-
Ricardo Constantino authored
Replicates lavf/librtmp.c behavior in L145-152 and rtmpdump's behavior with "--swfVfy <url>" passing the url to swfUrl. Fixes bug 943. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Mar, 2017 1 commit
-
-
Diego Biurrun authored
Otherwise inline assembly may get enabled when disabled on the command line.
-
- 23 Mar, 2017 11 commits
-
-
Vittorio Giovara authored
-
Luca Barbato authored
Avoid confusion.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
These values are defined to be 32bit in the specification, so it makes more sense to store them as fixed width. Based on a patch by Micahel Niedermayer <michael@niedermayer.cc>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Deprecated in 05/2015.
-
Vittorio Giovara authored
Deprecated in 02/2014.
-
Vittorio Giovara authored
Deprecated in 07/2013.
-
Vittorio Giovara authored
Deprecated in 07/2015.
-
Vittorio Giovara authored
Deprecated in 10/2014 and 07/2015.
-
Vittorio Giovara authored
Deprecated in 10/2015.
-