ffmpeg | branch: master | Janne Grunau | Mon Sep 12
21:52:01 2016 +0200| [15fcf6292ed79be274c824fedb099c2665f4cc15] | committer:
Janne Grunau
build: remove hardcoded name of version header
Fixes an oversight in 1316df7aa98c4.
CC: libav-sta...@libav.org
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Janne Grunau | Mon Nov 14
01:16:00 2016 +0100| [31756abe29eb039a11c59a42cb12e0cc2aef3b97] | committer:
Martin Storsjö
aarch64: vp9: loop_filter: fix typo in skip flatout8 check
The 16_16 loop filter functions could miss an early exit before
flatout8.
Signed-off-by
ffmpeg | branch: master | Janne Grunau | Mon Nov 14
00:13:34 2016 +0100| [d7595de0b25e7064fd9e06dea5d0425536cef6dc] | committer:
Janne Grunau
aarch64: vp9: use alternative returns in the core loop filter function
Since aarch64 has enough free general purpose registers use them to
branch to
ffmpeg | branch: master | Janne Grunau | Mon Nov 14
22:35:13 2016 +0100| [e7ae8f7a715843a5089d18e033afb3ee19ab3057] | committer:
Janne Grunau
aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};
The latter is 1 cycle faster on a cortex-53 and since the operan
ffmpeg | branch: master | Janne Grunau | Fri Nov 18
09:36:59 2016 +0200| [e5b0fc170f85b00f7dd0ac514918fb5c95253d39] | committer:
Martin Storsjö
arm: vp9itxfm: Simplify the stack alignment code
This is one instruction less for thumb, and only have got
1/2 arm/thumb specific instructions
ffmpeg | branch: master | Janne Grunau | Fri Nov 18
21:06:40 2016 +0100| [6a1ea4ec932f4fc9fdc00ec51ee070b298ddb35f] | committer:
Janne Grunau
arm: warn/error on movrelx usage problematic with PIC on ELF
The warning has false positives but our asm does not trigger it. For
new code false
ffmpeg | branch: master | Janne Grunau | Thu Dec 8
20:40:34 2016 +0100| [2425d7329fdccfa9954faba748f3865151354f0c] | committer:
Janne Grunau
arm64: replace 'bic' with immediate with 'and' with inverted immediate
The former is not an official pseudo instruction alt
ffmpeg | branch: master | Janne Grunau | Wed Dec 28
00:19:49 2016 +0200| [35d1f726eb9fdd376ab900587fb02122b72f2b9a] | committer:
Diego Biurrun
fate: Add --ignore-tests configure option for omitting specific FATE tests
This can be useful to filter out noise in known-broken scenarios like
ffmpeg | branch: master | Janne Grunau | Tue Jun 20
19:25:43 2017 +0200| [857e26b655a769e5a56bada1a0d9adb44cc176b7] | committer:
Diego Biurrun
build: Add an option for passing linker flags to the shared library build
Also employ this mechanism to pass $libdir to the runtime library search
ffmpeg | branch: master | Janne Grunau | Sat Jul 9
15:30:34 2016 +0200| [5f74bd31a9bd1ac7655103b11743c12d38e0419f] | committer:
Janne Grunau
vp8/armv6: mc: avoid boolean expression in calculation
GNU as evaluates true as '-1' while Apple's variant and llvm's internal
asse
ffmpeg | branch: master | Janne Grunau | Fri May 6
13:32:06 2016 +0200| [fc5cdc0d5372f5103c71d5dede296734fe71ead2] | committer:
Janne Grunau
doc: escape left brace in texi2pod.pl regex
Unescaped literal left braces are deprecated and a warning was added in
Perl 5.22.
> h
ffmpeg | branch: master | Janne Grunau | Sun Jul 10
00:32:12 2016 +0200| [ec32574209f36467ef0d22c21a7e811ba98c15b6] | committer:
Janne Grunau
checkasm: vp8: mc: test unequal width/height for partitions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Sun Jul 10
13:23:13 2016 +0200| [8c816c0c9b12fdefd9046415e97df299880bc9b8] | committer:
Janne Grunau
checkasm/arm: align the clobber check data properly for ldrd
Should fix the SIGBUS in the armv7-linux-clang-3.7 fate target.
> http://git.videolan.
ffmpeg | branch: master | Janne Grunau | Thu Jul 7
20:33:01 2016 +0200| [17c99b6158f2c6720af74e81ee727ee50d2e7e96] | committer:
Janne Grunau
h2645_parse: handle embedded Annex B NAL units in size prefixed NAL units
Fixes a regression in ca2f19b9cc3 with some mov/mp4 files. The files have
ffmpeg | branch: master | Janne Grunau | Tue Jul 12
21:31:57 2016 +0200| [80fbb7becae530167373fe5178966b7d7604306e] | committer:
Janne Grunau
checkasm: vp8.mc: initialize the full src buffer after ec32574209f
Fixes "Use of uninitialised value" valgrind warnings in checkas
ffmpeg | branch: master | Janne Grunau | Tue Jul 12
22:46:43 2016 +0200| [7b1ae0e73ab7f7c5eabc70dbe2e579127c6e154f] | committer:
Janne Grunau
checkasm/arm: preserve the stack alignment checkasm_checked_call
The stack used by checkasm_checked_call_vfp was a multiple of 4 when the
checked
ffmpeg | branch: master | Janne Grunau | Tue Jan 10
00:15:08 2017 +0200| [cb220eeef9bfe889769dc4e08248b0a59d24e2a9] | committer:
Michael Niedermayer
aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};
The latter is 1 cycle faster on a cortex-53 and since t
ffmpeg | branch: master | Janne Grunau | Tue Jan 10
00:15:07 2017 +0200| [62ea07d797c503bc4b727e56d9c0f914a93c8ef6] | committer:
Michael Niedermayer
aarch64: vp9: use alternative returns in the core loop filter function
Since aarch64 has enough free general purpose registers use them to
ffmpeg | branch: master | Janne Grunau | Tue Jan 10
00:15:09 2017 +0200| [a71cd8439fd32fd83b7a9b9ac8d6f861846770c7] | committer:
Michael Niedermayer
arm: vp9itxfm: Simplify the stack alignment code
This is one instruction less for thumb, and only have got
1/2 arm/thumb specific instructions
ffmpeg | branch: master | Janne Grunau | Thu Jul 14
23:16:14 2016 +0200| [71a0472114574993df7035f4de9aa007e03817b8] | committer:
Janne Grunau
checkasm: arm: report the first clobbered register in checkasm_checked_call
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Sun Jul 17
10:43:10 2016 +0200| [59aeed93e4e928b884be72b8c267ff6b2785ab66] | committer:
Janne Grunau
cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp
Fixes AS error on non NEON builds introduced in 71a04721145. Also
set the fpu
ffmpeg | branch: master | Janne Grunau | Fri Dec 18
11:27:05 2015 +0100| [2dba0407fdb855bbe44c888232d58ddb2fd3a412] | committer:
Michael Niedermayer
avcodec/arm64: fix inverted register order in transpose_4x4H
Fix related register order issue in ff_h264_idct_add_neon.
Found-by: zjh8890
ffmpeg | branch: master | Janne Grunau | Thu Dec 10
21:49:30 2015 +0100| [50078c1c8070dd8d1c329e8117ff30ec72489039] | committer:
Janne Grunau
libavutil: move FFALIGN macro from common.h to macros.h
Include macros.h explicitly in common.h so that external code using
FFALIGN does not break. It
ffmpeg | branch: master | Janne Grunau | Thu Dec 3
00:12:39 2015 +0100| [64034849dad8410bedbe1def4c533490fb85cc4a] | committer:
Janne Grunau
arm64: add cycle counter support
The ISB (instruction synchronization barrier) might be too heavy for
START/STOPTIMER use but should be more accurate
ffmpeg | branch: master | Janne Grunau | Tue Dec 8
16:20:19 2015 +0100| [5dfe4edad63971d669ae456b0bc40ef9364cca80] | committer:
Janne Grunau
x86_64: int32_to_float_fmul_scalar sign extend integer length
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Dec 9
22:28:36 2015 +0100| [e2710e790c09e49e86baa58c6063af0097cc8cb0] | committer:
Janne Grunau
arm: add a cpu flag for the VFPv2 vector mode
The vector mode was deprecated in ARMv7-A/VFPv3 and various cpu
implementations do not support it in
ffmpeg | branch: master | Janne Grunau | Sat Nov 28
15:23:52 2015 +0100| [c33c1fa8af2b2e82418a06901b6ad17b3d61b73e] | committer:
Janne Grunau
arm64: convert dcadsp neon asm from arm
~2% faster dts decoding overall.
cortex-a57 cortex-a53
dca_decode_hf_c:474.8
ffmpeg | branch: master | Janne Grunau | Tue Dec 1
13:37:41 2015 +0100| [705f5e5e155f6f280a360af220fc5b30cfcee702] | committer:
Janne Grunau
arm64: port synth_filter_float_neon from arm
~25% faster dts decoding overall. The checkasm CPU cycles numbers are
not that useful since
ffmpeg | branch: master | Janne Grunau | Thu Dec 3
11:04:29 2015 +0100| [a0fc780a2093784e8664f88205ee1b215e109cee] | committer:
Janne Grunau
arm64: int32_to_float_fmul neon asm
3% faster dts decoding on a cortex-a57.
cortex-a57 cortex-a53
ffmpeg | branch: master | Janne Grunau | Thu Dec 3
16:17:32 2015 +0100| [90b1b9350c0a97c4065ae9054b83e57f48a0de1f] | committer:
Janne Grunau
arm: add ff_int32_to_float_fmul_array8_neon
Quite a bit faster than int32_to_float_fmul_array8_c calling
ff_int32_to_float_fmul_scalar_neon through
ffmpeg | branch: master | Janne Grunau | Fri Dec 18
11:23:22 2015 +0100| [cc29d96d5a379dbcf2649947d884c202c2a52767] | committer:
Janne Grunau
arm64: fix inverted register order in transpose_4x4H
Fix related register order issue in ff_h264_idct_add_neon.
Found-by: zjh8890 <243186...@qq.
ffmpeg | branch: master | Janne Grunau | Fri Dec 11
14:06:38 2015 +0100| [711781d7a1714ea4eb0217eb1ba04811978c43d1] | committer:
Janne Grunau
x86: checkasm: check for or handle missing cleanup after MMX instructions
Not every asm routine is expected clear the MMX state after returning.
It is
ffmpeg | branch: master | Janne Grunau | Mon Dec 7
16:14:46 2015 +0100| [9d218d573f8088c606d873e80df572582e6773ef] | committer:
Janne Grunau
checkasm: add float comparison util functions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d218d573f8088c606d873e80df572582e677
ffmpeg | branch: master | Janne Grunau | Mon Dec 7
01:23:47 2015 +0100| [e71b747e9dc56cb84f8a06ec8214d5f3bd98bb6d] | committer:
Janne Grunau
checkasm: add tests for dcadsp
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e71b747e9dc56cb84f8a06ec8214d5f3bd98bb6d
---
te
ffmpeg | branch: master | Janne Grunau | Mon Dec 7
23:38:46 2015 +0100| [568a4323fbde03665b2b23a98068d02b39121812] | committer:
Janne Grunau
checkasm: add synth_filter test
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=568a4323fbde03665b2b23a98068d02b39121812
---
te
ffmpeg | branch: master | Janne Grunau | Tue Dec 8
16:24:57 2015 +0100| [489e6add4478b0f5717dbf644234c6f3a3baf02c] | committer:
Janne Grunau
checkasm: add fmtconvert tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=489e6add4478b0f5717dbf644234c6f3a3baf02c
---
te
ffmpeg | branch: master | Janne Grunau | Tue Dec 22
22:45:42 2015 +0100| [f4f27e4cf1013c55b2c7df359ce8d58ee922662c] | committer:
Janne Grunau
x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly
This reverts commit 5dfe4edad63971d669ae456b0bc40ef9364cca80.
> h
ffmpeg | branch: master | Janne Grunau | Tue Dec 22
22:51:55 2015 +0100| [f0f54117c8f206e8045d301c2eb975b26e9f263d] | committer:
Janne Grunau
checkasm: x86: post commit review fixes
Check the full FPU tag word instead of only the lower half and simplify
the comparison.
Use upper-case function
ffmpeg | branch: master | Janne Grunau | Tue Dec 29
12:08:38 2015 +0100| [8563f9887194b07c972c3475d6b51592d77f73f7] | committer:
Janne Grunau
x86: use emms after ff_int32_to_float_fmul_scalar_sse
Intel's Instruction Set Reference (as of September 2015) clearly states
that cvtpi2ps switch
ffmpeg | branch: master | Janne Grunau | Sat Apr 30
16:05:32 2016 +0200| [c26741332165a049717e6da84db13a24ee8edade] | committer:
Janne Grunau
Revert "mmaldec: autodetect by default" since it breaks linking on systems
without mmal libraries
This reve
ffmpeg | branch: master | Janne Grunau | Mon Mar 9
23:19:55 2015 +0100| [a9d60c390f35f3954821bd635fd31bbb5036b29d] | committer:
Janne Grunau
doc: fate: remove outdated SSH key fingerprint
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9d60c390f35f3954821bd635fd31bbb5036b
ffmpeg | branch: master | Janne Grunau | Thu Feb 26 22:04:12
2015 +0100| [f01c77157789b8e3a59ed2c9646faf8299e41641] | committer: Janne Grunau
fate: add explicit support for the toolchain configure option
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Feb 25 18:16:52
2015 +0100| [3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea] | committer: Janne Grunau
configure: handle Apple's armv7s in probe_arm_arch()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=
ffmpeg | branch: master | Janne Grunau | Thu Feb 26 21:54:55
2015 +0100| [faab8f9fcb4ffeb967dc6872c0f1e9da719106ce] | committer: Janne Grunau
configure: move cross_compile checks after the toolchain section
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Mon Dec 8
13:25:55 2014 +0100| [581c7f0e12b1fa39f73d683e54d6ecda0772c5a9] | committer:
Janne Grunau
arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position
independent
No significant difference in used cpu cycles on a cortex-a9
ffmpeg | branch: master | Janne Grunau | Mon Dec 8
14:10:18 2014 +0100| [4c81613df499ba81d64ea102b38d0c6686cc304c] | committer:
Janne Grunau
arm: mlpdsp: handle pic offset calculation in a macro
Makes the code easier to read since it hides different offset
calculations for arm and thumb mode
ffmpeg | branch: master | Janne Grunau | Mon Dec 8
16:21:43 2014 +0100| [d2f1d42b18787e4fcb28864d9d9f701dd64a5747] | committer:
Janne Grunau
fate: add dolby true hd tests
The existing meridian audio test does not test
ff_mlp_rematrix_channel_arm. This sample (first 640k of
https
ffmpeg | branch: master | Janne Grunau | Mon Jun 8
13:31:04 2015 +0200| [caf7be30b11288c498fae67be4741bfbf083d977] | committer:
Janne Grunau
mpjpgdec: free AVIOContext leak on early probe fail
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Mon Jun 8
14:45:12 2015 +0200| [fb1473080223a634b8ac2cca48a632d037a0a69d] | committer:
Janne Grunau
aac_parser: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
various fate tests.
CC
ffmpeg | branch: master | Janne Grunau | Mon Jun 8
14:48:26 2015 +0200| [09447f2b0fafac6d9565aab82a4c5f16fc99ee5e] | committer:
Janne Grunau
ac3_parser: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
various fate tests.
CC
ffmpeg | branch: master | Janne Grunau | Mon Jun 8
14:48:54 2015 +0200| [210921722bf828b3b895ebcbc34374e6c4452c6f] | committer:
Janne Grunau
imc: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
fate-imc.
CC: libav-sta
ffmpeg | branch: master | Janne Grunau | Tue Jun 9
12:27:47 2015 +0200| [529c05698e88b057f0bea61e0d85f2b42925b5ea] | committer:
Janne Grunau
movenc: fixes a questionable valgrind uninitialized value warning
display_matrix_size is only initialized when av_stream_get_side_data()
returns a side
ffmpeg | branch: master | Janne Grunau | Sun Jun 14
20:53:56 2015 +0200| [c2de2cf0d2927f3f584dab6d54276fbda92a0a71] | committer:
Janne Grunau
arm64: constify src in h264qpel dsp function definitions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Jun 24
08:39:40 2015 +0200| [41740ef8be6ec409f7eff3932ddba9a9eeec27b1] | committer:
Janne Grunau
libvpx: fix test for VPX_IMAGE_ABI_VERSION
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41740ef8be6ec409f7eff3932ddba9a9eeec2
ffmpeg | branch: master | Janne Grunau | Sun Jun 28
14:58:47 2015 +0200| [007e27d363ba7d994019dc897dc9c39071bb204a] | committer:
Janne Grunau
avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Jul 1
13:34:50 2015 +0200| [4d6c40a6d0ce85e96a6e37f558236e2a6a75] | committer:
Janne Grunau
g2meet: use an unsigned type for the djb hash
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d6c40a6d0ce85e96a6e37f558236e2a6
ffmpeg | branch: master | Janne Grunau | Wed Jul 1
13:58:34 2015 +0200| [9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a] | committer:
Janne Grunau
g2meet: use av_ceil_log2 instead of a custom function
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Jul 1
15:33:20 2015 +0200| [f91fe24e9bd6912c29bbb03d8afe878e045f9721] | committer:
Janne Grunau
g2meet: force simple idct for identical results over all fate configs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Jul 1
17:35:51 2015 +0200| [a31c4b2cbef9aee15910fc3df52519aef46760de] | committer:
Janne Grunau
fate-g2m3: disable the audio stream
The audio decoder is not in fate-g2m3 dependencies and the wma2 decoder
is probably not bit-exact since it it float
ffmpeg | branch: master | Janne Grunau | Sun Jul 12
17:03:13 2015 +0200| [256ef19844892c6cf8e0386e3287bae970ec6320] | committer:
Janne Grunau
h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | Janne Grunau | Sun Jul 12
16:41:42 2015 +0200| [82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014] | committer:
Janne Grunau
checkasm: test all architectures with optimisations
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Sun Jul 12
17:35:21 2015 +0200| [c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4] | committer:
Janne Grunau
fate: add checkasm target
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4
---
tests/Makef
ffmpeg | branch: master | Janne Grunau | Sun Jul 12
18:30:09 2015 +0200| [f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68] | committer:
Janne Grunau
h264: aarch64: intra prediction optimisations
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f56d8d8dd72b1ab52aa814c5a0fccabf8040e
ffmpeg | branch: master | Janne Grunau | Mon Jul 20
10:46:15 2015 +0200| [9ed6f9a17cc1f7d3699a1223783dadc1ee222069] | committer:
Janne Grunau
arm: use a local label instead of the function symbol in ff_prefetch_arm
Avoids a relocation which might end out of range for thumb2.
Reported-By
ffmpeg | branch: master | Janne Grunau | Mon Jul 20
23:17:57 2015 +0200| [e605bf3b590d295f215fcc9fd58eb11be55b68cb] | committer:
Janne Grunau
checkasm: remove empty array initializer list in h264pred test
Fixes MSVC compilation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: release/2.4 | Janne Grunau | Mon Jun
8 14:48:26 2015 +0200| [a9f108bd78e842a47ade2f7c8b22a1764d01d4e6] | committer:
Janne Grunau
ac3_parser: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
various fate tests
ffmpeg | branch: release/2.4 | Janne Grunau | Mon Jun
8 14:45:12 2015 +0200| [02477323b92aacdabe0a2d129eeb0c15fbd1ec9e] | committer:
Janne Grunau
aac_parser: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
various fate tests
ffmpeg | branch: release/2.4 | Janne Grunau | Mon Jun
8 14:48:54 2015 +0200| [aa3ec219e1a5cc0e96ddec6ea83312ec780448f5] | committer:
Janne Grunau
imc: add required padding for GetBitContext buffer
Fixes stack buffer overflow errors detected by address sanitizer in
fate-imc.
CC: libav-sta
ffmpeg | branch: master | Janne Grunau | Thu Aug 20
14:46:42 2015 +0200| [faa3f17a76333b672ce4a40cf80f678ab68bdbae] | committer:
Janne Grunau
fate: test only demuxing in asf-repldata
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=faa3f17a76333b672ce4a40cf80f678ab68bd
ffmpeg | branch: master | Janne Grunau | Mon Jul 21
08:35:32 2014 +0200| [a9f3f5fadb57bae3f3ff0be69e56b2c6014f2513] | committer:
Janne Grunau
Revert "tiff: support reading gray+alpha at 8 bits"
This reverts commit b31d76e45fc3c6529dd7109e721676f3ec376d00 as it
uses an unkown pi
ffmpeg | branch: master | Janne Grunau | Tue May 13
23:03:28 2014 +0200| [d45ebd4876ab8fc07736a644de07e1b1d11a8e5d] | committer:
Janne Grunau
configure: add support for neon intrinsics
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d45ebd4876ab8fc07736a644de07e1b1d11a8
ffmpeg | branch: master | Janne Grunau | Sat Jul 26
23:29:46 2014 +0200| [42eb9154a83e9a7aedb1168b2f1112af765cf2b5] | committer:
Janne Grunau
fate: support testing of release branches
Adding 'branch=release/10' to the fate config file will check the
release/10 branch instead of mas
ffmpeg | branch: release/2.3 | Janne Grunau | Sat Jul
26 23:29:46 2014 +0200| [6a250c858ebbb9d5111c5b14d8d46d41bd08e218] | committer:
Michael Niedermayer
fate: support testing of release branches
Adding 'branch=release/2.3' to the fate config file will check the
release/2.3 branch
ffmpeg | branch: master | Janne Grunau | Thu Jan 30
13:48:35 2014 +0100| [07d8fa58121be8fe315bd51ab760547fe209a745] | committer:
Janne Grunau
fate: add informative cpu test
libavutil/cpu-test prints raw and effective cpu flags to STDERR. Detected
cpu flags can be useful for debugging fate
ffmpeg | branch: master | Janne Grunau | Thu Jul 24
14:50:46 2014 +0200| [ac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733] | committer:
Janne Grunau
aarch64: add ',' between assembler macro arguments where missing
llvm's integrated assembler does not accept spaces as macro argument
ffmpeg | branch: master | Janne Grunau | Sun Aug 3
13:03:13 2014 +0200| [caf5ef852bf71984d3322bbeaf48cfb04ac8255f] | committer:
Janne Grunau
cpu-test: test av_cpu_count
Add CPU count and number threads as informative values for fate.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Janne Grunau | Wed Jul 23
10:06:15 2014 +0200| [a238b83b13640e3192d7d4aaad2242f13a9a84a1] | committer:
Janne Grunau
aarch64: use MACH-O const data asm directive in const macro
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Mon Aug 4
10:04:08 2014 +0200| [23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac] | committer:
Janne Grunau
fate: explicitly set the default THREADS value
This makes the default of '1' more explicit than defaulting to '1' in
fate-r
ffmpeg | branch: master | Janne Grunau | Tue Aug 5
09:39:00 2014 +0200| [d395895cdb2ac8c95bd488549e7f893bd4dcc248] | committer:
Janne Grunau
fate: generate tests/pixfmts.mak for all targets requiring it
All subtargets which should run the fate-filter-pixdesc% need to
generate and include
ffmpeg | branch: master | Janne Grunau | Tue Aug 5 12:08:09
2014 +0200| [15201e256035a3e8f9d3d7b96fc327467e1a8ead] | committer: Janne Grunau
configure: check $as first before using $gas as GNU as
llvm's integrated assembler supports the AArch64 asm on darwin since
August 2014. So chec
ffmpeg | branch: release/0.10 | Janne Grunau | Wed Dec
5 20:08:01 2012 +0100| [3e60501f311c50bf234033f206c19d34d889df01] | committer:
Diego Biurrun
h264: slice-mt: check master context for valid current_picture_ptr
Fixes errors in slice based multithreading introduced in 0b300daad2f5.
CC
ffmpeg | branch: master | Janne Grunau | Thu Aug 21
13:26:33 2014 +0200| [dc4b2e7d33903a6b9380e8a84b22b3a20facbb08] | committer:
Janne Grunau
rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized
MpegEncContext based decoders are only fully initialized after the first
ffmpeg | branch: master | Janne Grunau | Sat Oct 4
11:19:09 2014 +0200| [36f3aec3630f27df64f4ff2b52a1c9ced760eb52] | committer:
Janne Grunau
fate-vc1_ilaced_twomv: use -flags +bitexact
Also updates the reference since it was generated by the non-bitexact
x86 specific code.
> h
ffmpeg | branch: master | Janne Grunau | Tue Sep 18
16:03:08 2012 +0200| [f29c226af0ecc34c417b646580a9acd7d8bbaf48] | committer:
Janne Grunau
fate: add mpeg4 tests for frame size changes
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f29c226af0ecc34c417b646580a9acd7d8bba
ffmpeg | branch: master | Janne Grunau | Tue Oct 21
09:56:23 2014 +0200| [04d8af5f17961b9b7076b8c974e360feb08787c2] | committer:
Janne Grunau
fate-mpeg4: use TARGET_SAMPLES for resize tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04d8af5f17961b9b7076b8c974e360feb0878
ffmpeg | branch: master | Janne Grunau | Tue Jan 1
18:16:33 2019 +0100| [bb515e3a735f526ccb1068031e289eb5aeb69e22] | committer:
Janne Grunau
h264/aarch64: sign extend int stride in loop filter asm
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Tue Jan 1
18:25:55 2019 +0100| [d7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01] | committer:
Janne Grunau
checkasm/h264: add loop filter tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01
---
te
ffmpeg | branch: master | Janne Grunau | Tue Jan 1
22:37:11 2019 +0100| [846c3d6aca5484904e60946c4fe8b8833bc07f92] | committer:
Janne Grunau
h264/aarch64: optimize neon loop filter
Exit as soon as possible if no filtering will be done.
Improves the checkasm --bench cycle count on a
ffmpeg | branch: master | Janne Grunau | Mon Aug 13
20:43:19 2018 +0200| [28a8b5413b64b831dfb8650208bccd8b78360484] | committer:
Janne Grunau
h264/aarch64: add intra loop filter neon asm
Add my neon asm from x264 relicensed under the LGPL 2.1 or later. Ported
(x264 uses nv12 chroma) and
ffmpeg | branch: master | Janne Grunau | Sun Jan 27
11:06:34 2019 +0100| [156ea66c91b1986a87916f187216978d686725f6] | committer:
Janne Grunau
h264/x86: sign extend int stride in deblock functions
Fixes checkasm errors after adding the h264 deblock tests.
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Janne Grunau | Wed Feb 27
21:51:27 2019 +0100| [186bd30aa3b6c2b29b4dbf18278700b572068b1e] | committer:
Janne Grunau
h264/arm64: implement missing 4:2:2 chroma loop filter neon functions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Wed Feb 27
20:51:48 2019 +0100| [f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc] | committer:
Janne Grunau
checkasm/h264: test 4:2:2 chroma loop filter functions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Janne Grunau | Fri Jan 3
01:54:39 2025 +0100| [f3662562156c9b908588b1e58e4203fd09217cb6] | committer:
Ronald S. Bultje
arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
This reduces the amount the horizontal filters read beyond the filter
width
ffmpeg | branch: master | Janne Grunau | Fri Jan 3
01:54:40 2025 +0100| [060464105bdca82b8cfb91c7a6fb56df4c7cd9d0] | committer:
Ronald S. Bultje
vp9: recon: Use emulated edge to prevent buffer overflows
The arm/aarch64 horizontal filter reads one additional pixel beyond what
the filter uses
ffmpeg | branch: master | Janne Grunau | Fri Jan 3
01:54:38 2025 +0100| [430c38f698a65d597e863330810b05e083682be6] | committer:
Ronald S. Bultje
aarch64: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
This reduces the amount the horizontal filters read beyond the filter
ffmpeg | branch: release/4.4 | Janne Grunau | Fri Jan
3 01:54:40 2025 +0100| [7b0213a111db01e7c806d61d90d3a4d2be015b1a] | committer:
Ronald S. Bultje
vp9: recon: Use emulated edge to prevent buffer overflows
The arm/aarch64 horizontal filter reads one additional pixel beyond what
the filter
ffmpeg | branch: release/4.4 | Janne Grunau | Fri Jan
3 01:54:38 2025 +0100| [d3b9fd51b82d2e1648d2c299a1ed42e648d61d1a] | committer:
Ronald S. Bultje
aarch64: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
This reduces the amount the horizontal filters read beyond the
ffmpeg | branch: release/5.1 | Janne Grunau | Fri Jan
3 01:54:39 2025 +0100| [3562311c302714e08f12a8223ae0e079ff2337ad] | committer:
Ronald S. Bultje
arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
This reduces the amount the horizontal filters read beyond the filter
ffmpeg | branch: release/5.1 | Janne Grunau | Fri Jan
3 01:54:40 2025 +0100| [14afc43c27d91f390389ad69b0b8d4056b349a64] | committer:
Ronald S. Bultje
vp9: recon: Use emulated edge to prevent buffer overflows
The arm/aarch64 horizontal filter reads one additional pixel beyond what
the filter
ffmpeg | branch: release/6.1 | Janne Grunau | Fri Jan
3 01:54:39 2025 +0100| [6a2b9d4c29be57f130597d1eff86770aa825ff0e] | committer:
Ronald S. Bultje
arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
This reduces the amount the horizontal filters read beyond the filter
1 - 100 of 119 matches
Mail list logo