]> granicus.if.org Git - libvpx/history - examples
[spatial svc]Another workaround to avoid using prev_mi
[libvpx] / examples /
2014-10-14 hkuangMerge "Correct the format."
2014-10-14 Jingning HanMerge "Refactor super_block_uvrd function to remove...
2014-10-14 hkuangMerge "Remove unnecessary local variable."
2014-10-14 hkuangMerge "Remove extra line."
2014-10-14 Jingning HanMerge "Use speed feature variable in vp9_rd_pick_inter...
2014-10-14 Jingning HanMerge "Fix vp9_rd_pick_inter/intra function types"
2014-10-14 Jingning HanMerge "Refactor rate distortion cost structure"
2014-10-14 JackyChenMerge "Code style change in unit test for VP8/VP9 denoi...
2014-10-14 Adrian GrangeMerge "Remove mi_grid_base_array from VP9_COMMON (unused)"
2014-10-14 Paul WilkinsMerge "Clamp rate error estimate."
2014-10-14 Deb MukherjeeMerge "Resolves some lint errors"
2014-10-13 Deb MukherjeeResolves some lint errors
2014-10-13 Paul WilkinsMerge "Add adaptation option for VBR."
2014-10-13 James ZernMerge "vp9_spatial_svc_encoder: fix -bit-depth arg...
2014-10-11 James Zernvp9_spatial_svc_encoder: fix -bit-depth arg parsing
2014-10-10 Paul WilkinsMerge "Add adaptation option for VBR."
2014-10-08 Paul WilkinsMerge "Improve two pass VBR accuracy."
2014-10-08 Paul WilkinsMerge "Two pass rc changes."
2014-10-07 JackyChenMerge "Add SSE2 code and unit test for VP9 denoiser."
2014-10-06 Jingning HanMerge "Fix an IOC issue in vp9_rd_pick_inter_mode_sb"
2014-10-06 Yaowu XuMerge "Properly initialize segmentID in nonrd coding...
2014-10-03 Deb MukherjeeMerge "Incorporate WRAPLOW macro into non-highbitdepth tx"
2014-10-03 Deb MukherjeeMerge "Adds highbitdepth support to svc examples"
2014-10-02 Deb MukherjeeAdds highbitdepth support to svc examples
2014-10-02 Yaowu XuMerge "Make iscan and scan neighbor arrays static const."
2014-10-01 Yunqing WangMerge "Modify block transform skipping check"
2014-10-01 Jingning HanMerge "Conditionally skip reference frame check"
2014-09-30 Tom FineganMerge "examples/simple_decoder: Correct comments/remove...
2014-09-30 Tom Fineganexamples/simple_decoder: Correct comments/remove unnece...
2014-09-24 Yaowu XuMerge "Fix invalid memory access on 2x downscale."
2014-09-24 Deb MukherjeeMerge "High bit-depth loop/arf/postproc filter functions"
2014-09-24 Deb MukherjeeMerge "Pruned subpel search for speed 3."
2014-09-23 Yaowu XuMerge "Remove code duplication"
2014-09-23 Yaowu XuMerge "Simplify rd_pick_intra_sby_mode()"
2014-09-22 JohannMerge "invalid_file_test.cc is only for VP9 decoder"
2014-09-22 Minghai ShangMerge "[spatial svc] Remove vpx_svc_parameters_t and...
2014-09-22 Minghai ShangMerge "[spatial svc]Remove quantizers option. Use max...
2014-09-22 Minghai ShangMerge "[spatial svc] Use string for quantizers and...
2014-09-19 Minghai Shang[spatial svc] Remove vpx_svc_parameters_t and the loop...
2014-09-18 Minghai Shang[spatial svc]Remove quantizers option. Use max/min...
2014-09-18 Minghai Shang[spatial svc] Use string for quantizers and scale-facto...
2014-09-16 Frank GalliganMerge "Remove memset of every external frame buffer."
2014-09-16 Jingning HanMerge "Use non-zero mode threshold for NEARESTMV modes"
2014-09-16 Tom FineganMerge "build/make/iosbuild.sh: Be more explicit about...
2014-09-16 Jingning HanMerge "Add ARF validation for compound inter mode check"
2014-09-16 Jingning HanMerge "Remove redundant reference frame check in sub8x8...
2014-09-16 Jingning HanMerge "Replace best_ref_index table fetch with best_mbmode"
2014-09-15 JohannMerge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER...
2014-09-15 Jingning HanMerge "Fix format in vp9_rd_pick_inter_mode_sub8x8"
2014-09-15 Deb MukherjeeMerge "Visual Studio build (warning) fix"
2014-09-15 Yunqing WangMerge "Refactor encode_superblock function"
2014-09-13 Jingning HanMerge "Remove redundant reference frame threshold settings"
2014-09-13 Jingning HanMerge "Refactor reference frame control in sub8x8 block...
2014-09-13 Jingning HanMerge "Format fixes in vp9_rd_pick_inter_mode_sb"
2014-09-13 Jingning HanMerge "Remove unused best_inter_rd variable"
2014-09-13 Jingning HanMerge "Remove unused speed feature"
2014-09-13 Jingning HanMerge "Add a note for enum values of MV_REFERENCE_FRAME"
2014-09-13 JackyChenMerge "Change the control function of VP9 denoiser."
2014-09-12 Deb MukherjeeMerge "Use bigdia search with pruned subpel search"
2014-09-12 JackyChenChange the control function of VP9 denoiser.
2014-09-12 JohannMerge "Remove unused vp8_strict_quantize"
2014-09-12 JohannMerge "Remove unused vp8 quantize functions"
2014-09-12 Minghai ShangMerge "[spatial svc] Output psnr for all layers in...
2014-09-12 Jingning HanMerge "Unify intra mode mask into mode_skip_mask scheme"
2014-09-11 JohannMerge "Allow specifying opt dependencies"
2014-09-11 James ZernMerge "vp9_picklpf: search_filter_level: remove filt_err"
2014-09-11 Minghai ShangMerge "[spatial svc] Remove handling frame and stats...
2014-09-11 Dmitry KovalevMerge "Adding lossless encoding example."
2014-09-11 Jingning HanMerge "Remove inter_mode_mask from rate-distortion...
2014-09-11 Minghai Shang[spatial svc] Remove handling frame and stats packets...
2014-09-11 Dmitry KovalevAdding lossless encoding example.
2014-09-11 Jingning HanMerge "Move intra block size skip outside mode search...
2014-09-11 Jingning HanMerge "Fix format in vp9_rd_pick_inter_mode_sub8x8"
2014-09-11 Jingning HanMerge "Move overlay frame speed feature setting out...
2014-09-11 Jingning HanMerge "Refactor to remove speed feature dependency...
2014-09-11 Minghai ShangMerge "[spatial svc]Add golden frame to first pass...
2014-09-11 JackyChenMerge "Fix the bug which made VP8 denoiser not bit...
2014-09-11 James ZernMerge "vp9: wait for key/intra-only frame after corruption"
2014-09-10 Jingning HanMerge "Fix a bug in vp9_rd_pick_inter_mode_sb"
2014-09-10 Jingning HanMerge "Remove redundant ref frame pointer assignment"
2014-09-10 Tom Fineganexamples/twopass_encoder: Use good quality.
2014-09-10 Jim BankoskiMerge "LoopFilterWorkerData: remove misleading 'const'"
2014-09-10 Dmitry KovalevMerge "Removing legacy compatibility layer."
2014-09-05 Dmitry KovalevMerge "Initializing intra modes without vpx_once()."
2014-09-05 James ZernMerge "vp9: skip loopfilter when the frame is corrupt"
2014-09-04 Jingning HanMerge "Speed up compound inter prediction mode check"
2014-09-04 Dmitry KovalevMerge "Removing local set_speed_features() function."
2014-09-04 Dmitry KovalevMerge "Consistent allocation of vpx_codec_alg_priv_t."
2014-09-04 Dmitry KovalevMerge "Replacing asm 16x16 variance calculation with...
2014-09-03 Yaowu XuMerge "Change last_partition_redo_frequency for speed 3"
2014-09-03 Yaowu XuMerge "Remove redundant code"
2014-09-03 JohannMerge "Revert "Revert "VP8 for ARMv8 by using NEON...
2014-09-03 Dmitry KovalevMerge "Cleaning up vp9_variance_avx2.c."
2014-09-03 Yaowu XuMerge "Merge two similar functions into one"
2014-09-03 Dmitry KovalevMerge "Removing duplicated code."
2014-09-03 Yaowu XuMerge "select_tx_mode(): remove special case for key...
2014-09-03 Dmitry KovalevMerge "Removing clear_system_state() call from update_c...
2014-09-03 Minghai ShangMerge "[svc] Temporal svc with two pass rate control"
2014-09-03 Paul WilkinsMerge "Skip comp inter mode test in RD loop with same...
2014-09-03 Dmitry KovalevRemoving legacy compatibility layer.
next