shithub: libvpx

RSS feed

34034789 – angiebird <angiebird@google.com> authored on 2020/05/26 20:30
Add extra check / unit test to SetExternalGroupOfPicturesMap()

9c7e04a1 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/28 01:40
Merge "Refactor decode_api_test and realtime_test"

23b070f4 – angiebird <angiebird@google.com> authored on 2020/05/26 15:02
Add functions to compute/observe key frame map

fe8cce2e – angiebird <angiebird@google.com> authored on 2020/05/26 10:44
Init static_scene_max_gf_interval in vp9_rc_init()

5c8431b9 – angiebird <angiebird@google.com> authored on 2020/05/26 08:00
Make SetExternalGroupOfPicture support no arf mode

fdf04093 – angiebird <angiebird@google.com> authored on 2020/05/23 12:28
Add GOP_COMMAND

a53da566 – angiebird <angiebird@google.com> authored on 2020/05/18 15:33
Refactor decode_api_test and realtime_test

3bc58f13 – James Zern <jzern@google.com> authored on 2020/05/19 12:41
vp9_decoder: free postproc_state.prev_mip

f80e8887 – Marco Paniconi <marpan@google.com> authored on 2020/05/15 10:02
vp9-svc: Fix key frame update refresh simulcast flexible svc

1c1d5c5b – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/15 12:17
Merge "vp9_firstpass.c: limit mv_limits with MV_MAX in motion_search"

1243d2fc – Marco Paniconi <marpan@google.com> authored on 2020/05/13 11:08
vp9-rtc: Increase thresh for scene detection

b9fa9ef6 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/12 12:54
Merge "Don't collect stats if they won't be used"

e334d9fd – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/11 20:32
Merge "Temporarily convert to 64 bits to avoid overflows"

b6fa0f20 – Jorge E. Moreira <jemoreira@google.com> authored and Jorge Moreira Broche <jemoreira@google.com> committed on 2020/05/08 11:23
Temporarily convert to 64 bits to avoid overflows

5fd3c083 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/11 13:25
Merge changes Ib55d46e9,I4a4feeab

77960f37 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/08 21:46
Merge "Fix mac build with vp9 ratectrl interface"

2d0f3b23 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/08 17:56
Merge "vpx_dec_fuzzer: add coverage for VP9D_SET_LOOP_FILTER_OPT"

e8b818b5 – Jorge E. Moreira <jemoreira@google.com> authored on 2020/05/08 11:14
Don't collect stats if they won't be used

d058d41e – Jerome Jiang <jianj@google.com> authored on 2020/05/08 10:22
Fix mac build with vp9 ratectrl interface

c36a4d8d – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/07 15:54
Merge "libs.mk,msvc: add missing vp9rc project"

da379e11 – James Zern <jzern@google.com> authored on 2020/05/07 13:18
decode_api_test: add negative test for vpx_codec_error_detail

cbc276a3 – James Zern <jzern@google.com> authored on 2020/05/06 09:01
examples: use die() on dec/enc_init() failure

36187e60 – James Zern <jzern@google.com> authored on 2020/04/30 06:28
libs.mk,msvc: add missing vp9rc project

8c1c7471 – James Zern <jzern@google.com> authored on 2020/05/06 09:42
vpx_dec_fuzzer: add coverage for VP9D_SET_LOOP_FILTER_OPT

b130f71b – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/05/04 19:37
Merge "vp8_dx_iface.c: make vp8_ctf_maps[] static"

4478c121 – James Zern <jzern@google.com> authored on 2020/05/04 11:27
vp8_dx_iface.c: make vp8_ctf_maps[] static

1647d0c6 – Wan-Teh Chang <wtc@google.com> authored on 2020/05/04 07:18
Remove unneeded null check for entry in for loop

b120ba57 – James Zern <jzern@google.com> authored on 2020/04/28 14:51
test/*.sh: add explicit error checks/returns

3d28ff98 – Wan-Teh Chang <wtc@google.com> authored on 2020/04/27 07:53
Update a comment on nonexistent vpx_codec_init

94e4341b – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/27 14:38
Merge "Update comments on nonexistent vpx_codec_init"

7b25b139 – Neil Birkbeck <neil.birkbeck@gmail.com> authored on 2020/04/25 04:28
vp9_firstpass.c: limit mv_limits with MV_MAX in motion_search

f1283ca4 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/24 20:20
Merge "vp9-rtc: Some speedups to speed 5 real-time mode"

ae145ca3 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/24 18:09
Merge "Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."""

e404f867 – James Zern <jzern@google.com> authored on 2020/04/24 11:59
Update comments on nonexistent vpx_codec_init

4b7baf80 – Marco Paniconi <marpan@google.com> authored on 2020/04/24 07:16
vp9-rtc: Some speedups to speed 5 real-time mode

ce5f42b2 – Jerome Jiang <jianj@google.com> authored on 2020/04/24 06:36
Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9.""

ea0734cc – Marco Paniconi <marpan@google.com> authored on 2020/04/24 06:07
vp9-rtc: Allow simulcast mode for flexible/bypass mode

742dbe2a – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/23 17:28
Merge "Move index check before array access"

e0069c83 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/23 16:02
Merge "Revert "vp9-rtc: Some speedups to speed 5 real-time mode""

547b2bb7 – Marco Paniconi <marpan@google.com> authored on 2020/04/23 14:57
Revert "vp9-rtc: Some speedups to speed 5 real-time mode"

ca260126 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/21 18:15
Merge "realtime_test: add IntegerOverflow test"

afde303d – James Zern <jzern@google.com> authored on 2020/04/20 15:30
realtime_test: add IntegerOverflow test

85cb9836 – Jerome Jiang <jianj@google.com> authored on 2020/04/20 12:45
Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."

62af22b5 – Marco Paniconi <marpan@google.com> authored on 2020/04/17 07:58
vp9-rtc: Some speedups to speed 5 real-time mode

31fa91b4 – Vitaly Buka <vitalybuka@chromium.org> authored on 2020/04/16 18:17
Move index check before array access

686e1267 – Johann <johannkoenig@google.com> authored on 2020/03/31 04:38
simplify x86_abi_support.asm symbol declaration

0ac5afb3 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/10 13:10
Merge "transpose_sse2.h,cosmetics: fix some comments"

fc5ab625 – Marco Paniconi <marpan@google.com> authored on 2020/04/09 07:35
vp9-rtc: Fix to disable_16x16part speed feature

264a7ecf – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/08 23:30
Merge "vp9-rtc: Disable nonrd_keyframe for SVC, speed >=8"

bf073d99 – Marco Paniconi <marpan@google.com> authored on 2020/04/08 14:39
vp9-rtc: Disable nonrd_keyframe for SVC, speed >=8

80de626f – Marco Paniconi <marpan@google.com> authored on 2020/04/08 14:23
vp9-rtc: Set disable_16x16part for low-resoln high Q

8dc6f353 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/06 20:27
Merge "vp9: add rate control interface for RTC"

1717ac93 – Johann <johannkoenig@google.com> authored on 2020/04/06 12:06
x86_abi_support: do not decorate coff functions

745979bc – Jerome Jiang <jianj@google.com> authored on 2020/03/24 11:13
vp9: add rate control interface for RTC

104adb2a – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/04/05 20:09
Merge changes I24997420,Ie4ca7435,I36011727,Ibb01b09c,Ifb17acbe, ...

ce84336e – James Zern <jzern@google.com> authored on 2020/04/03 09:50
transpose_sse2.h,cosmetics: fix some comments

676c936e – Wan-Teh Chang <wtc@google.com> authored on 2020/04/02 16:49
Return VPX_CODEC_INCAPABLE on capability failure

a9c693aa – Johann <johannkoenig@google.com> authored on 2020/04/02 07:07
x86inc.asm: update to 3e5aed95c

27fa7914 – Johann <johannkoenig@google.com> authored on 2020/04/02 07:04
x86inc.asm: namespace ARCH_* defines

db41156a – Johann <johannkoenig@google.com> authored on 2020/04/02 06:59
x86inc.asm: only set visibility for chromium builds

a22ba99d – Johann <johannkoenig@google.com> authored on 2020/04/02 06:49
x86inc.asm: do not align .text for aout

a90c2e54 – Johann <johannkoenig@google.com> authored on 2020/04/02 06:47
x86inc.asm: use .text on march32

cbd820dc – Johann <johannkoenig@google.com> authored on 2020/04/02 06:41
x86inc.asm: copy PIC macros from x86_abi_support.asm

66095ce5 – Johann <johannkoenig@google.com> authored on 2020/04/02 06:14
x86inc.asm: set PREFIX from libvpx defines

9d0807cd – Johann <johannkoenig@google.com> authored on 2020/04/02 06:06
x86inc.asm: pull settings from libvpx

a9ca3e87 – Johann <johannkoenig@google.com> authored on 2020/04/02 06:00
x86inc.asm: update to 3e5aed95

e8be6498 – Johann <johannkoenig@google.com> authored on 2020/03/31 04:49
x86_abi_support: use correct hidden syntax

667138e1 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/03/31 19:41
Merge "nasm: require 2.14 with -DCHROMIUM"

39f6b4c9 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/03/31 19:41
Merge "auto-detect darwin19"

3ef630a3 – Johann <johannkoenig@google.com> authored on 2020/03/31 11:52
auto-detect darwin19

b3d12b3c – Johann <johannkoenig@google.com> authored on 2020/03/31 11:35
nasm: require 2.14 with -DCHROMIUM

aae27c8f – Marco Paniconi <marpan@google.com> authored on 2020/03/31 06:31
vp9-rtc: Refactor postencode for 1 pass

4b0422ad – Marco Paniconi <marpan@google.com> authored on 2020/03/30 05:16
rtc: Increase resize limit resoln for rtc

31326b5b – Marco Paniconi <marpan@google.com> authored on 2020/03/27 06:54
vp9-rtc: Increase resize down limit to 320x180

d28d8226 – angiebird <angiebird@google.com> authored on 2020/03/25 14:18
Init frames_to_key in vp9_rc_init()

eda6b925 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/03/24 20:56
Merge "Optimize vp9_get_sub_block_energy."

5e065cf9 – James Zern <jzern@google.com> authored on 2020/03/21 12:12
vp8/{ratectrl,onyx_if}: fix some signed integer overflows

5eab093a – James Zern <jzern@google.com> authored on 2020/03/21 11:46
vp9_ratectrl: fix some signed integer overflows

81374532 – Clement Courbet <courbet@google.com> authored on 2020/03/20 05:22
Optimize vp9_get_sub_block_energy.

a0765aa9 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/03/17 19:32
Merge changes I8a14fcad,Iad7ca261,I2063c592,I9c5c74ab

77c95965 – angiebird <angiebird@google.com> authored on 2020/03/16 08:34
Correct time_base of ivf header in SimpleEncode

5010fa9d – angiebird <angiebird@google.com> authored on 2020/03/13 13:28
Add detail comments on valid_list in SimpleEncode

f81bdda8 – angiebird <angiebird@google.com> authored on 2020/03/13 13:25
Add missing Copyright to python files

223645aa – James Zern <jzern@google.com> authored on 2020/03/13 16:29
vpx_codec_enc_config_default: rm unnecessary loop

34f3fe95 – angiebird <angiebird@google.com> authored on 2020/03/13 12:22
Move member functions up in simple_encode.h

e3979bd3 – Johann <johannkoenig@google.com> authored on 2020/03/13 04:25
fix minor spelling errors

323b11a9 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/03/05 14:24
Merge changes Ie7c70a1d,I2c5abbe2,If41a1ea6,Id6ba4664,I156308bc

5532775e – Marco Paniconi <marpan@google.com> authored on 2020/03/04 11:08
rtc: Update svc test for resize

1e892e63 – Marco Paniconi <marpan@google.com> authored on 2020/03/03 10:14
vp9-svc: Allow for dynamic resize for single layer SVC

e7aa1e36 – angiebird <angiebird@google.com> authored on 2020/03/02 15:04
Add unit test for ref_frame_info

483bcb31 – angiebird <angiebird@google.com> authored on 2020/03/02 11:50
Add key frame group info to SimpleEncode

fc898231 – angiebird <angiebird@google.com> authored on 2020/02/27 15:03
Add ref_frame_info to encode_frame_result

93834fac – angiebird <angiebird@google.com> authored on 2020/02/26 11:43
Add init/update_frame_indexes()

a1c0c95c – angiebird <angiebird@google.com> authored on 2020/02/26 10:18
Add GetVectorData()

c2aa1520 – angiebird <angiebird@google.com> authored on 2020/02/25 12:30
Add RefFrameInfo

d6f7334a – angiebird <angiebird@google.com> authored on 2020/02/24 06:20
Keep ref frame coding indexes in SimpleEncode

8a96ad8f – Cheng Chen <chengchen@google.com> authored on 2020/02/18 07:20
Make external arf consistent with vp9

08b01d5e – Cheng Chen <chengchen@google.com> authored on 2020/02/18 04:57
Allow external arf to determine gop size

7e665ec9 – Cheng Chen <chengchen@google.com> authored on 2020/02/17 11:19
Add interface for external arf indexes.

0484849e – angiebird <angiebird@google.com> authored on 2020/02/20 12:26
Rename values in RefFrameType and FrameType

Next