summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace date with version and release from READMEv1.12.0torrentJerome Jiang2022-06-281-1/+1
* vp9_encode_sb_row: remove a branch w/CONFIG_REALTIME_ONLYJames Zern2022-06-211-1/+4
* vp9_cx_iface: set default cpu_used=5 w/CONFIG_REALTIME_ONLYJames Zern2022-06-212-8/+22
* Update CHANGELOG for L2EJerome Jiang2022-06-211-0/+3
* Update CHANGELOG and version infov1.12.0-rc1Jerome Jiang2022-06-172-1/+30
* Restore backward compatibilityJerome Jiang2022-06-131-1/+1
* Update AUTHORSJerome Jiang2022-06-131-0/+8
* vp9_change_config: check vp9_alloc_loop_filter returnJames Zern2022-06-031-1/+4
* vp9e_set_config: setjmp before calling vp9_change_configJames Zern2022-06-031-9/+18
* vp8e_set_config: setjmp before calling vp8_change_configJames Zern2022-06-031-5/+14
* test/*: normalize use of nullptrJames Zern2022-06-0211-58/+64
* Revert "[NEON] Optimize vp9_diamond_search_sad() for NEON"Jerome Jiang2022-05-263-324/+1
* Merge changes Iecb26f38,Ib3ee9b59 into mainJames Zern2022-05-262-1/+25
|\
| * GetTempOutFile(): use testing::TempDir()James Zern2022-05-261-1/+23
| * y4m_test: check temp file ptrJames Zern2022-05-241-0/+2
* | loongarch: Remove redundant codeyuanhecai2022-05-255-296/+262
|/
* tools/*.py: update to python3James Zern2022-05-234-21/+23
* loongarch: Modify the representation of macrosyuanhecai2022-05-2017-653/+654
* loongarch: Reduce the number of instructionsyuanhecai2022-05-198-373/+271
* vp9[loongarch]: Optimize vpx_quantize_b/b_32x32yuanhecai2022-05-184-2/+262
* vp8[loongarch]: Optimize vp8_sixtap_predict4x4yuanhecai2022-05-172-4/+743
* vp8[loongarch]: Optimize fdct8x4/diamond_search_sadyuanhecai2022-05-176-6/+104
* vp8[loongarch]: Optimize sub_pixel_variance8x8/16x16yuanhecai2022-05-176-94/+301
* vp8[loongarch]: Optimize vp8 encoding partial functionHao Chen2022-05-1711-5/+726
* vp9-rtc: Fix to usage of active_maps when aq_mode=0Marco Paniconi2022-05-151-3/+4
* Merge changes I7d68c7f2,If283fc08,I3b1e0a2c into mainJames Zern2022-05-1312-14/+808
|\
| * vp9[loongarch]: Optimize avg_variance64x64/variance8x8yuanhecai2022-05-134-6/+451
| * vp9[loongarch]: Optimize fdct4x4/8x8_lsxyuanhecai2022-05-135-4/+204
| * vp9[loongarch]: Optimize vpx_hadamard_16x16/8x8yuanhecai2022-05-135-4/+153
* | Add aq mode 0 and 3 to active map testJerome Jiang2022-05-121-3/+4
|/
* vp9-rtc: Fix to interp_filter for segment skipMarco Paniconi2022-05-122-3/+8
* Merge "[NEON] Optimize vp9_diamond_search_sad() for NEON" into mainJames Zern2022-05-093-1/+324
|\
| * [NEON] Optimize vp9_diamond_search_sad() for NEONKonstantinos Margaritis2022-05-073-1/+324
* | add some missing realloc checksJames Zern2022-05-063-0/+6
* | vp8[cd]x.h: document vpx_codec_vp[89]_[cd]x*James Zern2022-05-062-0/+32
* | vp9 svc sample: set fps from y4m fileJerome Jiang2022-05-031-0/+2
|/
* examples: add missing argv_dup alloc checksJames Zern2022-04-284-1/+17
* Merge changes I99ee0ef3,Ie087e8be,I6b19d016,I6fb7771d,I54f83733, ... into mainJames Zern2022-04-2810-27/+52
|\
| * y4m_input_open: check allocsJames Zern2022-04-271-1/+7
| * fastssim,fs_ctx_init: check allocJames Zern2022-04-261-2/+4
| * vp9_get_smooth_motion_field: check allocJames Zern2022-04-261-0/+2
| * vp9_row_mt_alloc_rd_thresh: check allocJames Zern2022-04-261-2/+3
| * simple_encode,init_encoder: check buffer_pool allocJames Zern2022-04-261-0/+1
| * VP9RateControlRTC::Create: check segmentation_map allocJames Zern2022-04-261-1/+8
| * vp9_speed_features.c: check allocationsJames Zern2022-04-261-7/+12
| * vp9_alloc_motion_field_info: check motion_field_array allocJames Zern2022-04-261-0/+1
| * vp9_enc_grp_get_next_job: check job queue allocJames Zern2022-04-261-3/+3
| * vp9: check postproc_state.limits allocsJames Zern2022-04-262-3/+4
| * vp9,encode_tiles_buffer_alloc: fix allocation checkJames Zern2022-04-261-8/+7
* | vp9[loongarch]: Optimize sad8x8/32x64/64x32x4dyuanhecai2022-04-283-7/+99