2020-03-31 |
Johann | nasm: require 2.14 with -DCHROMIUM |
commit | commitdiff | tree | snapshot |
2020-03-30 |
Marco Paniconi | rtc: Increase resize limit resoln for rtc |
commit | commitdiff | tree | snapshot |
2020-03-27 |
Marco Paniconi | vp9-rtc: Increase resize down limit to 320x180 |
commit | commitdiff | tree | snapshot |
2020-03-26 |
angiebird | Init frames_to_key in vp9_rc_init() |
commit | commitdiff | tree | snapshot |
2020-03-25 |
James Zern | Merge "Optimize vp9_get_sub_block_energy." |
commit | commitdiff | tree | snapshot |
2020-03-21 |
James Zern | vp8/{ratectrl,onyx_if}: fix some signed integer overflows |
commit | commitdiff | tree | snapshot |
2020-03-21 |
James Zern | vp9_ratectrl: fix some signed integer overflows |
commit | commitdiff | tree | snapshot |
2020-03-20 |
Clement Courbet | Optimize vp9_get_sub_block_energy. |
commit | commitdiff | tree | snapshot |
2020-03-17 |
Angie Chiang | Merge changes I8a14fcad,Iad7ca261,I2063c592,I9c5c74ab |
commit | commitdiff | tree | snapshot |
2020-03-17 |
angiebird | Correct time_base of ivf header in SimpleEncode |
commit | commitdiff | tree | snapshot |
2020-03-17 |
angiebird | Add detail comments on valid_list in SimpleEncode |
commit | commitdiff | tree | snapshot |
2020-03-16 |
angiebird | Add missing Copyright to python files |
commit | commitdiff | tree | snapshot |
2020-03-14 |
James Zern | vpx_codec_enc_config_default: rm unnecessary loop |
commit | commitdiff | tree | snapshot |
2020-03-13 |
angiebird | Move member functions up in simple_encode.h |
commit | commitdiff | tree | snapshot |
2020-03-12 |
Johann | fix minor spelling errors |
commit | commitdiff | tree | snapshot |
2020-03-05 |
Angie Chiang | Merge changes Ie7c70a1d,I2c5abbe2,If41a1ea6,Id6ba4664... |
commit | commitdiff | tree | snapshot |
2020-03-05 |
Marco Paniconi | rtc: Update svc test for resize |
commit | commitdiff | tree | snapshot |
2020-03-04 |
Marco Paniconi | vp9-svc: Allow for dynamic resize for single layer SVC |
commit | commitdiff | tree | snapshot |
2020-03-03 |
angiebird | Add unit test for ref_frame_info |
commit | commitdiff | tree | snapshot |
2020-03-03 |
angiebird | Add key frame group info to SimpleEncode |
commit | commitdiff | tree | snapshot |
2020-03-03 |
angiebird | Add ref_frame_info to encode_frame_result |
commit | commitdiff | tree | snapshot |
2020-03-03 |
angiebird | Add init/update_frame_indexes() |
commit | commitdiff | tree | snapshot |
2020-03-03 |
angiebird | Add GetVectorData() |
commit | commitdiff | tree | snapshot |
2020-02-26 |
angiebird | Add RefFrameInfo |
commit | commitdiff | tree | snapshot |
2020-02-25 |
angiebird | Keep ref frame coding indexes in SimpleEncode |
commit | commitdiff | tree | snapshot |
2020-02-25 |
Cheng Chen | Make external arf consistent with vp9 |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Cheng Chen | Allow external arf to determine gop size |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Cheng Chen | Add interface for external arf indexes. |
commit | commitdiff | tree | snapshot |
2020-02-21 |
angiebird | Rename values in RefFrameType and FrameType |
commit | commitdiff | tree | snapshot |
2020-02-21 |
angiebird | Use ref_frame[0] to determine mv_count |
commit | commitdiff | tree | snapshot |
2020-02-21 |
angiebird | Consistency test for GroupOfPicture |
commit | commitdiff | tree | snapshot |
2020-02-21 |
angiebird | Use ObserveGroupOfPicture() in EncodeFrame test |
commit | commitdiff | tree | snapshot |
2020-02-20 |
angiebird | Add kGoldenFrame and kOverlayFrame to FrameType |
commit | commitdiff | tree | snapshot |
2020-02-19 |
James Zern | Merge "x86_simd_caps: make mask value unsigned" |
commit | commitdiff | tree | snapshot |
2020-02-19 |
Marco Paniconi | Merge "vp9-rtc: Increase partition threshold to 8x8... |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Jerome Jiang | Merge "Cap delta_q_uv to -15..15" |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Marco Paniconi | vp9-rtc: Increase partition threshold to 8x8 for high Q |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Jerome Jiang | Cap delta_q_uv to -15..15 |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Marco Paniconi | vp9-rtc: Set enable_adaptive_subpel_force_stop to 0 |
commit | commitdiff | tree | snapshot |
2020-02-15 |
James Zern | vp8_decode: add missing vpx_clear_system_state |
commit | commitdiff | tree | snapshot |
2020-02-15 |
James Zern | vp8,GetSigned: silence unsigned int overflow warning |
commit | commitdiff | tree | snapshot |
2020-02-15 |
James Zern | move common attribute defs to compiler_attributes.h |
commit | commitdiff | tree | snapshot |
2020-02-15 |
James Zern | x86_simd_caps: make mask value unsigned |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Cheng Chen | Merge "Set mv to zero if the second ref does not exist" |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Cheng Chen | Merge "Add a unit test to check partition info" |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Cheng Chen | Add a unit test to check partition info |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Cheng Chen | Set mv to zero if the second ref does not exist |
commit | commitdiff | tree | snapshot |
2020-02-10 |
angiebird | Do save/restore_encode_params when rate_ctrl is on |
commit | commitdiff | tree | snapshot |
2020-02-07 |
angiebird | Replace NULL by nullptr in simple_encode.c/h |
commit | commitdiff | tree | snapshot |
2020-02-07 |
angiebird | Sync simple_encode.h |
commit | commitdiff | tree | snapshot |
2020-02-07 |
angiebird | Rename inverse_vpx_rational to invert_vpx_rational |
commit | commitdiff | tree | snapshot |
2020-02-06 |
Cheng Chen | Consistency test for motion vector info |
commit | commitdiff | tree | snapshot |
2020-02-06 |
Cheng Chen | Pass motion vector info to encode frame result |
commit | commitdiff | tree | snapshot |
2020-02-06 |
angiebird | Let SimpleEncode be able to output bitstream |
commit | commitdiff | tree | snapshot |
2020-02-05 |
angiebird | Add coded_frame to EncodeFrameResults |
commit | commitdiff | tree | snapshot |
2020-02-05 |
Cheng Chen | Merge "Store frame motion vector info" |
commit | commitdiff | tree | snapshot |
2020-02-04 |
James Zern | loopfilter_sse2: call unsuffixed lpf functions |
commit | commitdiff | tree | snapshot |
2020-02-02 |
Cheng Chen | Store frame motion vector info |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Jerome Jiang | Merge "Fix initialization of delta_q_uv" |
commit | commitdiff | tree | snapshot |
2020-01-28 |
Jerome Jiang | Fix initialization of delta_q_uv |
commit | commitdiff | tree | snapshot |
2020-01-28 |
Cheng Chen | Change partition_info to a vector |
commit | commitdiff | tree | snapshot |
2020-01-28 |
Cheng Chen | Merge "Add some description about partition info" |
commit | commitdiff | tree | snapshot |
2020-01-28 |
Cheng Chen | Correctly assign partition info |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Add some description about partition info |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Merge "l2e: cosmetic changes of multi-dimension arrays" |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Merge "Consistency test for partition info" |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Merge "Pass partition info to encode frame result" |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Consistency test for partition info |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | Pass partition info to encode frame result |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Marco Paniconi | Merge "vp9-rtc: Fix condition in regulate_q for cyclic_... |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Marco Paniconi | vp9-rtc: Fix condition in regulate_q for cyclic_refresh |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Cheng Chen | l2e: cosmetic changes of multi-dimension arrays |
commit | commitdiff | tree | snapshot |
2020-01-27 |
Marco Paniconi | vp9-svc: Fix to resetting rc flags on change_config |
commit | commitdiff | tree | snapshot |
2020-01-24 |
Cheng Chen | Store frame partition info |
commit | commitdiff | tree | snapshot |
2020-01-23 |
James Zern | Merge "vpx_timestamp,gcd: assert params are positive" |
commit | commitdiff | tree | snapshot |
2020-01-23 |
Marco Paniconi | vp9-rtc: Lower threshold for color sensitivity for... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
Jerome Jiang | Merge "vp9: fix control for delta qp for uv" |
commit | commitdiff | tree | snapshot |
2020-01-22 |
James Zern | vpx_timestamp,gcd: assert params are positive |
commit | commitdiff | tree | snapshot |
2020-01-22 |
James Zern | Merge "add static_assert.h" |
commit | commitdiff | tree | snapshot |
2020-01-21 |
Jerome Jiang | vp9: fix control for delta qp for uv |
commit | commitdiff | tree | snapshot |
2020-01-18 |
James Zern | add static_assert.h |
commit | commitdiff | tree | snapshot |
2020-01-18 |
James Zern | Merge "Validate data used by vpx_codec_control..." |
commit | commitdiff | tree | snapshot |
2020-01-17 |
Brian Foley | Validate data used by vpx_codec_control... |
commit | commitdiff | tree | snapshot |
2020-01-17 |
Jerome Jiang | vp9: add delta q for uv channel. add tests. |
commit | commitdiff | tree | snapshot |
2020-01-13 |
Cheng Chen | Add comments to frame counts. |
commit | commitdiff | tree | snapshot |
2020-01-13 |
Cheng Chen | Merge "Copy frame counts to the encode result." |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | Merge "vp9_encoder.c,cosmetics: fix some typos" |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | Merge "simple_encode*.cc: add missing copyright" |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | vp9_encoder.c,cosmetics: fix some typos |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | Merge "trivial: fix spelling errors" |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | Merge "Add text to clarify the unit of variables for... |
commit | commitdiff | tree | snapshot |
2020-01-11 |
James Zern | simple_encode*.cc: add missing copyright |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Johann | trivial: fix spelling errors |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jerome Jiang | Merge "Fix test failure with --size-limit" |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Jerome Jiang | Fix test failure with --size-limit |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Cheng Chen | Copy frame counts to the encode result. |
commit | commitdiff | tree | snapshot |
2020-01-07 |
Clement Courbet | Avoid reloads in vp9_read_mode_info. |
commit | commitdiff | tree | snapshot |
2019-12-19 |
Johann | Merge remote-tracking branch 'origin/pekin' |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Wonkap Jang | Add text to clarify the unit of variables for target... |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Johann Koenig | Merge "vp8: move error check earlier" |
commit | commitdiff | tree | snapshot |
next |