vp9_cx_iface: set default cpu_used=5 w/CONFIG_REALTIME_ONLY
[platform/upstream/libvpx.git] / test / simple_encode_test.cc
2022-04-05 Cheng ChenMerge "L2E: Make SimpleEncode take vp9 level as an...
2022-03-30 Cheng ChenL2E: Make SimpleEncode take vp9 level as an input
2021-06-09 James Zernsimple_encode_test: fix input file path
2021-03-12 James ZernMerge "vp8: restrict 1st pass cpu_used range"
2020-08-13 Jerome JiangMerge "Merge remote-tracking branch 'origin/quacking...
2020-08-12 James ZernMerge "test/*: use canonical downloads.webmproject...
2020-08-10 angiebirdCosmetic change for simple_encode_test.cc
2020-08-10 angiebirdMake target_frame_bits error margin configurable.
2020-08-07 angiebirdAdd rq_history to encode_frame_result
2020-08-07 angiebirdFix ObserveFirstPassMotionVectors()
2020-08-06 Angie ChiangMerge "Cosmetic changes for rate_ctrl experiment"
2020-08-04 Cheng ChenL2E: Add ObserveFirstPassMotionVector
2020-07-31 Jerome JiangMerge remote-tracking branch 'origin/quacking' into...
2020-07-20 Jerome JiangMerge "Build libsimple_encode.a separately" into quacking v1.9.0-rc1
2020-07-20 James ZernMerge "vp8,vpx_dsp: [loongson] fix msa optimization...
2020-07-20 angiebirdBuild libsimple_encode.a separately
2020-07-20 Angie ChiangMerge "Build libsimple_encode.a separately"
2020-07-18 angiebirdBuild libsimple_encode.a separately
2020-06-11 angiebirdLet SetExternalGroupOfPicturesMap use c-style arr
2020-06-03 Angie ChiangMerge "Refactor simple_encode_test.cc"
2020-06-02 Jerome JiangMerge "Add NV12 support"
2020-06-02 angiebirdRefactor simple_encode_test.cc
2020-05-29 angiebirdAdd extra check / unit test to SetExternalGroupOfPictur...
2020-05-28 Angie ChiangMerge "Refactor decode_api_test and realtime_test"
2020-05-27 angiebirdAdd functions to compute/observe key frame map
2020-05-27 angiebirdMake SetExternalGroupOfPicture support no arf mode
2020-03-05 Angie ChiangMerge changes Ie7c70a1d,I2c5abbe2,If41a1ea6,Id6ba4664...
2020-03-03 angiebirdAdd unit test for ref_frame_info
2020-02-25 Cheng ChenMake external arf consistent with vp9
2020-02-21 angiebirdConsistency test for GroupOfPicture
2020-02-21 angiebirdUse ObserveGroupOfPicture() in EncodeFrame test
2020-02-11 Cheng ChenMerge "Set mv to zero if the second ref does not exist"
2020-02-11 Cheng ChenMerge "Add a unit test to check partition info"
2020-02-11 Cheng ChenAdd a unit test to check partition info
2020-02-06 Cheng ChenConsistency test for motion vector info
2020-01-29 Jerome JiangMerge "Fix initialization of delta_q_uv"
2020-01-27 Cheng ChenMerge "l2e: cosmetic changes of multi-dimension arrays"
2020-01-27 Cheng ChenMerge "Consistency test for partition info"
2020-01-27 Cheng ChenConsistency test for partition info
2020-01-13 Cheng ChenMerge "Copy frame counts to the encode result."
2020-01-11 James ZernMerge "vp9_encoder.c,cosmetics: fix some typos"
2020-01-11 James ZernMerge "simple_encode*.cc: add missing copyright"
2020-01-11 James Zernsimple_encode*.cc: add missing copyright
2019-12-19 JohannMerge remote-tracking branch 'origin/pekin'
2019-12-17 Johann KoenigMerge "trivial: remove reference to error correction"
2019-12-17 Johann KoenigMerge "trivial: fix 'fragment' spelling"
2019-12-17 Johann KoenigMerge "vp8 boolreader: ignore invalid input"
2019-12-12 angiebirdAdd GetFramePixelCount to SimpleEncode
2019-12-11 Angie ChiangMerge changes I54f60f62,Idbc437d3
2019-12-10 angiebirdAdd GetNextEncodeFrameInfo ObserveGroupOfPicture
2019-12-04 Angie ChiangMerge "Fix the encode inconsistency of SimpleEncode"
2019-12-04 angiebirdFix the encode inconsistency of SimpleEncode
2019-12-02 James ZernMerge "Fix mutex free in multi-thread lpf"
2019-11-26 Johann KoenigMerge "fix __has_attribute in visual studio"
2019-11-25 angiebirdCosmetic change of GetBitrateInKbps
2019-11-22 Jerome JiangMerge "Move buffer from extend_and_predict into TileWor...
2019-11-21 angiebirdCosmetic changes of SimpleEncode code
2019-11-20 angiebirdFix a bug in EncodeFrame test
2019-11-20 angiebirdAdd namespace vp9
2019-11-20 Angie ChiangMerge changes I32ab6829,If47867d4,I4442de01
2019-11-20 Sai DengMerge "Use a better model for tune=ssim"
2019-11-18 angiebirdAdd coding_data_bit_size to EncodeFrameResult
2019-11-18 angiebirdPass in infile_path to SimpleEncode()
2019-11-18 angiebirdAdd psnr and sse to EncodeFrameResult
2019-11-18 angiebirdAdd SimpleEncode::EncodeFrameWithQuantizeIndex()
2019-11-18 angiebirdAdd frame_type and show_idx to EncodeFrameResult
2019-11-18 angiebirdAdd EncodeFrameResults
2019-11-18 angiebirdAdd SimpleEncode::GetCodingFrameNum()
2019-11-18 angiebirdAdd ComputeFirstPassStats()