- 08 Nov, 2017 2 commits
-
-
James Almer authored
It has no reason to be in a public header, even if defined as private. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
Greg Wessels authored
Reviewed-by: Aaron Levinson <alevinsn_dev@levland.net> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 07 Nov, 2017 14 commits
-
-
James Almer authored
* commit '95ce02b3': rmdec: don't ignore the return value of av_get_packet() See 65b83ce0Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '825e463a': build: Add feature test macros for glibc 2.19+ This commit is a noop, see 26e8895b af181827Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0f5ad12b': flac: Use a local cache for decode_residual() Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '15f1cc09': flac: Postpone unlikely condition checks Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9c1e1114': flac: Convert to the new bitstream reader bitstream: Avoid undefined behavior in bitstream_skip() This commit is a noop, see https://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.htmlMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'fd92dafa': bink: Split read_dct_coeffs() Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5be9939b': fate: Add cinepak encoder vsynth tests See d7f62f03Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ed3b2a99': cinepakenc: misc small changes cinepakenc: K&R formatting cosmetics cinepakenc: Stop using AVPicture cinepakenc: Drop broken debug code cinepakenc: add option handling for flexibility cinepakenc: fixes and improvements Add Cinepak encoder See 59dbc36f 762c4dc0 bf23642d 0ab25dacMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes warnings about undefined HAVE_WINRT Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '4d330da0': os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY lavf: Remove codec_tag from dashenc and smoothstreamingenc hevc: Add support for alternative transfer characterics SEI Merged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
It is licensed under Apache 2.0.
-
Kaustubh Raste authored
Use global mask buffer for appropriate mask load. Use immediate unsigned saturation for clip to max saving one vector register. 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
Align the mask buffer to 64 bytes. Load the specific destination bytes instead of MSA load and pack. Remove unused macros and functions. 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>
-
Martin Vignali authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 06 Nov, 2017 22 commits
-
-
Martin Vignali authored
libavcodec/lossless_video_dsp : cosmetic add better separator for each function, in order to make reading of the asm file easier
-
Martin Vignali authored
-
Martin Vignali authored
add_median_pred add_left_pred : add two func one with acc 0, and one with random acc add_left_pred16
-
Martin Vignali authored
-
Martin Vignali authored
the func is only call with step = 1 no need to pass it in the func
-
Martin Vignali authored
-
Martin Vignali authored
Don't recommend to use deprecated functions. Signed-off-by: James Almer <jamrial@gmail.com>
-
Martin Vignali authored
Replace them with av_pix_fmt_get_chroma_sub_sample. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a594f17f': dvbsubdec: Free subrect memory on allocation error dvbsubdec: Fixed segfault when decoding subtitles See fbb59a3b 39dfe680Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '3fdf50f9': hwframe: Allow hwaccel frame allocators to align surface sizes dxva: verbose-log decoder GUID list hwcontext_d3d11va: add option to enable debug mode dxva: support DXGI_FORMAT_420_OPAQUE decoding hwcontext_d3d11va: allocate staging texture lazily hwcontext_d3d11va: fix crash on frames_init failure dxva: fix some warnings dxva: add declarative profile checks This commit is a noop, see e2afcc33 39f201a0 1509d739 6f5ff326 8d7fdba7 289d3873 f0bcedaf d14179e3Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0e83e95c': configure: Reset X86ASM_DEP(FLAGS) when probing for the assembler program See f66086adMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7cb053e4': nvenc: Minimize the surface allocation nvenc: Use a fifo to manage the free surface pool nvenc: Add an explicit auto alias This commit is a noop, see 7b0689c5 8de3458a de2faec2Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '857e26b6': build: Add an option for passing linker flags to the shared library build See e34a3468. --extra-ldlibflags is left in place for compatibility reasons. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '333a34da': configure: Automatically add -isysroot for darwin if --sysroot is specified Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f519e131': af_bs2b: Add missing casts to complex pointer assignments Merged-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Search all chunks, not just first one. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
James Almer authored
Don't free the buffer allocated in ff_wms_parse_sdp_a_line() after calling avformat_open_input(), as it may free it and replace it with another one. Should fix ticket #6808 Tested-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Ashish Pratap Singh authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ashish Pratap Singh authored
This patch fixes the seg fault which ocuured while running libvmaf filter with option psnr=1. Signed-off-by: ashk43712 <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Carl Eugen Hoyos authored
-
- 05 Nov, 2017 2 commits
-
-
Marton Balint authored
It allows us to specify what kind of audio parameter changes are allowed. Should fix ticket #6721. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Martin Vignali authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-