- 28 Sep, 2017 2 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e6bff23f': cpu: add a function for querying maximum required data alignment Adapted to work with the arbitrary runtime cpuflag changes av_force_cpu_flags() can generate. Merged-by: James Almer <jamrial@gmail.com>
-
- 27 Sep, 2017 30 commits
-
-
James Almer authored
* commit '5c8a5765': scale_npp: explicitly set the output frames context for passthrough mode See 62b75537Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '6f554521': Use the new AVIOContext destructor. avio: add a destructor for AVIOContext This commit is a noop, see b12e4d3b 78a7af82Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '435cd7bc': arm: vp9lpf: Use orrs instead of orr+cmp arm/aarch64: vp9lpf: Calculate !hev directly aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter aarch64: vp9mc: Simplify the extmla macro parameters This commit is a noop, see ac6cb8ae bff07715 045e33ae 758302e4 148cc0bb f0ecbb13 92ab8374Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '53ea595e': mov: Rework stsc index validation See e26e6240. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ce6d72d1': imgutils: Document av_image_get_buffer_size() Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b6093e8c': hlsenc: Correctly write down all 16 bytes in hex This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'bc258976': utvideodec: Add a missing include This commit is a noop, see 91ed4e71Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a52976c0': nvenc: make gpu indices independent of supported capabilities This commit is a noop, see 5403d90fMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '77c23704': avcodec: Mark some codecs with threadsafe init as such This commit is a noop, see 91ed4e71Merged-by: James Almer <jamrial@gmail.com>
-
Mark Thompson authored
Their previous positioning would cause them to chosen before software encoders like libx264 or libvpx.
-
James Almer authored
* commit '0c0b87f1': aarch64: vp9itxfm: Fix incorrect vertical alignment aarch64: vp9itxfm: Update a comment to refer to a register with a different name aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function aarch64: vp9itxfm: Make the larger core transforms standalone functions arm: vp9itxfm: Make the larger core transforms standalone functions This commit is a noop, see f8fcee0d dc47bf38 3bd9b391 a681c793 82458955 9532a7d4 1d8ab576 3006e525 19a0f952 6752318c d0fbf7f3 16ef0007Merged-by: James Almer <jamrial@gmail.com>
-
Mark Thompson authored
Fixes checkheaders.
-
James Almer authored
* commit 'c546147d': configure: Correctly recurse in do_check_deps() See 7659f356. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '57ec83e4': omx: Use the EOS flag to handle flushing at the end Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'dad7a9c7': configure: Rework dependency handling for conflicting components Includes an important fix made by c546147d as well. Merged-by: James Almer <jamrial@gmail.com>
-
Lionel CHAZALLON authored
This adds hardware decoding for H.264 / HEVC / VP8 / VP9 using the MPP Rockchip API. It returns frames holding an AVDRMFrameDescriptor struct in buf[0] that allows drm / dmabuf usage. Tested on RK3288 (TinkerBoard) and RK3328. Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
James Almer authored
* commit '9127ac5e': configure: Add name parameter to require_pkg_config() helper function Merged-by: James Almer <jamrial@gmail.com>
-
Kaustubh Raste authored
Remove loops and unroll as block sizes are known. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Replace generic with block size specific function. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Replace generic with block size specific function. Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Kaustubh Raste authored
Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
This reverts commit 1985071e, reversing changes made to a901869c. We autodetect libxcb, so this is not necessary.
-
Carl Eugen Hoyos authored
-
Josh de Kock authored
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: wm4 <nfxjfg@googlemail.com>
-
James Almer authored
* commit 'a25dac97': Use bitstream_init8() where appropriate This commit is a noop, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.htmlMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '71a49fe2': configure: Use cppflags check helper functions where appropriate Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0ce3761c': configure: Add stdlib.h #include to CPPFLAGS check helper functions Merged-by: James Almer <jamrial@gmail.com>
-
Tobias Rapp authored
Metadata filter output is passed through an Awk script comparing floats against reference values with specified "fuzz" tolerance to account for architectural differences (e.g. x86-32 vs. x86-64). Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
-
Tobias Rapp authored
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
-
- 26 Sep, 2017 8 commits
-
-
James Almer authored
* commit 'f7ec7f54': wma: Convert to the new bitstream reader This commit is a noop, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.htmlMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '58d87e0f': aarch64: vp9itxfm: Restructure the idct32 store macros arm: vp9itxfm: Avoid .irp when it doesn't save any lines This commit is a noop, see 31e41350 52c7366cMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
This reverts commit 740e557d, reversing changes made to 932e28b1. The commit apparently broke builds with shared libs, and "suggesting" the use of external libraries that need to be explicitly enable has dubious usefulness anyway.
-
James Almer authored
* commit '8e67039c': asfdec: Use the ASF stream count when iterating Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7abdd026': asm: Consistently uppercase SECTION markers Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '740b0bf0': build: Ignore generated .version files This commit is a noop, see fbc30423Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '15a92e0c': rtmp: Correctly handle the Window Acknowledgement Size packets Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a1a143ad': rtmp: Rename packet types to closer match the spec Merged-by: James Almer <jamrial@gmail.com>
-