summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update AUTHORS and version info in libs.mkv1.11.0smewJerome Jiang2021-10-062-2/+8
* {vp8,vp9}_set_roi_map: fix validation with INT_MINJames Zern2021-10-043-19/+134
* CHANGELOG for Smew v1.11.0v1.11.0-rc1Jerome Jiang2021-09-281-0/+26
* Cap duration to avoid overflowJerome Jiang2021-09-271-0/+2
* Define the VPX_NO_RETURN macro for MSVCWan-Teh Chang2021-09-272-6/+10
* Merge "vpx_ports/x86.h: sync with aom_ports/x86.h" into mainJames Zern2021-07-301-1/+3
|\
| * vpx_ports/x86.h: sync with aom_ports/x86.hJames Zern2021-07-261-1/+3
* | vp9 rc: Fills VP9_COMP zero at initializationHirokazu Honda2021-07-301-3/+3
|/
* Fix some instances of -Wunused-but-set-variable.Peter Kasting2021-07-263-18/+15
* Merge "Remove unused old FP_MB_STATS code" into mainYunqing Wang2021-07-267-411/+0
|\
| * Remove unused old FP_MB_STATS codeYunqing Wang2021-07-237-411/+0
* | Merge "Clean up allow_partition_search_skip code" into mainYunqing Wang2021-07-266-62/+2
|\ \ | |/
| * Clean up allow_partition_search_skip codeYunqing Wang2021-07-236-62/+2
* | Merge "Disable allow_partition_search_skip feature" into mainYunqing Wang2021-07-251-1/+1
|\ \ | |/
| * Disable allow_partition_search_skip featureYunqing Wang2021-07-231-1/+1
* | Merge "Add control to get QP for all spatial layers" into mainJerome Jiang2021-07-234-0/+31
|\ \ | |/ |/|
| * Add control to get QP for all spatial layersJerome Jiang2021-07-224-0/+31
* | Merge "Use round to be more accurate casting float to int" into mainJerome Jiang2021-07-222-5/+5
|\ \
| * | Use round to be more accurate casting float to intJerome Jiang2021-07-202-5/+5
| |/
* | Add cyclic refresh to vp9 rtc external ratecontrolJerome Jiang2021-07-214-3/+40
|/
* Merge "Refactor rtc rate control test" into mainJerome Jiang2021-07-196-190/+264
|\
| * Refactor rtc rate control testJerome Jiang2021-07-196-190/+264
* | Avoid chroma resampling for 420mpeg2 inputBohan Li2021-07-151-29/+2
|/
* Add codec control for rtc external ratectrl libJerome Jiang2021-07-134-1/+35
* Check for addition overflows in vpx_img_set_rect()Wan-Teh Chang2021-07-091-4/+4
* Document vpx_img_set_rect() more preciselyWan-Teh Chang2021-07-091-2/+3
* Merge "Avoid overflow in calc_iframe_target_size" into mainYaowu Xu2021-07-081-2/+6
|\
| * Avoid overflow in calc_iframe_target_sizeJorge E. Moreira2021-07-011-2/+6
* | Merge "Add codec control to get loopfilter level" into mainJerome Jiang2021-07-022-0/+18
|\ \
| * | Add codec control to get loopfilter levelJerome Jiang2021-07-022-0/+18
| |/
* | ratectrl_rtc.h: quiet MSVC int64_t->int conv warningJames Zern2021-07-011-1/+1
|/
* Merge "vp9-rtc: Extract content dependency in cyclic refresh" into mainMarco Paniconi2021-06-294-10/+25
|\
| * vp9-rtc: Extract content dependency in cyclic refreshMarco Paniconi2021-06-254-10/+25
* | Merge "Disallow skipping transform and quantization" into mainCheng Chen2021-06-294-13/+20
|\ \
| * | Disallow skipping transform and quantizationCheng Chen2021-06-254-13/+20
| |/
* | Add constructor to VP9RateControlRtcConfigJerome Jiang2021-06-252-0/+32
|/
* Merge "rc: turn off gf constrain for external RC" into mainJerome Jiang2021-06-225-12/+11
|\
| * rc: turn off gf constrain for external RCJerome Jiang2021-06-225-12/+11
* | Merge "test-data.sha1: add missing sha sums" into mainJames Zern2021-06-221-0/+2
|\ \
| * | test-data.sha1: add missing sha sumsJames Zern2021-06-211-0/+2
* | | Merge changes I9f0852a0,Ieecb98a7 into mainAngie Chiang2021-06-228-328/+250
|\ \ \ | |/ / |/| |
| * | Add use_simple_encode_api to oxcfAngie Chiang2021-06-218-325/+248
| * | Fix flaky assertions in SimpleEncodeAngie Chiang2021-06-212-3/+2
* | | Merge "vp9 rc: add vbr to rtc rate control library" into mainJerome Jiang2021-06-186-21/+126
|\ \ \ | | |/ | |/|
| * | vp9 rc: add vbr to rtc rate control libraryJerome Jiang2021-06-186-21/+126
| |/
* | normalize vp9_calc_[ip]frame declarations and definitionsJames Zern2021-06-181-2/+2
|/
* vp9: Adjust logic for gf update in 1 pass vbrMarco Paniconi2021-06-171-4/+5
* Initialize VP9EncoderConfig profile and bit depthChunbo Hua2021-06-161-0/+2
* Change the data path in svc rate control testJerome Jiang2021-06-151-2/+1
* vp9-rtc: Refactor 1 pass vbr rate controlMarco Paniconi2021-06-142-27/+39