]> granicus.if.org Git - libvpx/history - vpx
[spatial svc]Another workaround to avoid using prev_mi
[libvpx] / vpx /
2014-10-16 Minghai Shang[spatial svc]Another workaround to avoid using prev_mi
2014-10-16 Paul WilkinsRevert "[spatial svc]Another workaround to avoid using...
2014-10-16 James ZernMerge "fix CONFIG_SPATIAL_SVC warning"
2014-10-15 MarcoMerge "Some updates for Speed 6/VAR_BASED_PARTITION."
2014-10-15 Jingning HanMerge "Replace copy_partitioning use case with choose_p...
2014-10-15 James Zernfix CONFIG_SPATIAL_SVC warning
2014-10-14 Minghai Shang[spatial svc]Another workaround to avoid using prev_mi
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-02 Yaowu XuMerge "Make iscan and scan neighbor arrays static const."
2014-10-02 Tom FineganMerge "Fix iphonesimulator and armv6-darwin build targets."
2014-10-02 Deb MukherjeeMerge "Adds support of 440 content."
2014-10-02 Jingning HanMerge "Remove redundant header file from vp9_idct.h"
2014-10-02 Jingning HanMerge "Remove unused header files from vp9_encodemb.h"
2014-10-01 Deb MukherjeeAdds support of 440 content.
2014-10-01 Deb MukherjeeMerge "High-bitdepth bugfixes"
2014-10-01 Yunqing WangMerge "Modify block transform skipping check"
2014-10-01 Deb MukherjeeHigh-bitdepth bugfixes
2014-10-01 Jingning HanMerge "Conditionally skip reference frame check"
2014-10-01 Tom FineganMerge "iOS build configuration updates."
2014-09-30 James Zernvpx_integer.h: define __STDC_LIMIT_MACROS
2014-09-30 James ZernRevert "Fix compiling error in vp9_idct.h"
2014-09-30 Tom FineganMerge "examples/simple_decoder: Correct comments/remove...
2014-09-30 Yunqing WangMerge "Skip the partition search for still frames"
2014-09-30 Yunqing WangMerge "Refactor encode_rd_sb_row function"
2014-09-30 Deb MukherjeeMerge "Misc. high-bit-depth fixes"
2014-09-30 Deb MukherjeeMisc. high-bit-depth fixes
2014-09-30 Jingning HanMerge "Fix compiling error in vp9_idct.h"
2014-09-30 Jingning HanFix compiling error in vp9_idct.h
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 Frank GalliganMerge "Improved mb_lpf_horizontal_edge_w_sse2_16() #2"
2014-09-18 Minghai Shang[spatial svc] Use string for quantizers and scale-facto...
2014-09-17 JohannMerge "vp8: common: postproc: fix signed overflow of...
2014-09-17 James ZernMerge "arm: Fix building vp8_mse16x16_neon.c with MSVC"
2014-09-17 Deb MukherjeeMerge "Adding high-bitdepth intra prediction functions"
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 Frank GalliganRemove memset of every external frame buffer.
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 Minghai ShangMerge "[spatial svc] Remove useless APIs and variables"
2014-09-12 JohannMerge "Remove unused vp8_strict_quantize"
2014-09-12 JohannMerge "Remove unused vp8 quantize functions"
2014-09-12 Dmitry KovalevMerge "Enabling example code build for both VP8 and...
2014-09-12 Minghai Shang[spatial svc] Remove useless APIs and variables
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 Minghai Shang[spatial svc] Output psnr for all layers in one packet.
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 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 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-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 Jim BankoskiMerge "LoopFilterWorkerData: remove misleading 'const'"
2014-09-10 Dmitry KovalevMerge "Removing legacy compatibility layer."
2014-09-09 Dmitry KovalevMerge "Cleaning up and speeding up vp9_idct32x32_1024_a...
2014-09-09 Alex ConverseMerge "Add an invalid file test for referencing a diffe...
2014-09-09 Alex ConverseMerge "BITSTREAM CLARIFICATION: Forbid referencing...
2014-09-09 MarcoMerge "vp8: Updates for adaptive denoiser mode."
2014-09-09 James ZernMerge changes I4c74dcab,Ifbfc1422,I2450b485,Ibdb07f6d...
2014-09-09 Yaowu XuMerge "No longer use use_lastframe_partitioning speed...
2014-09-08 Minghai ShangMerge "[spatial svc]Add layer bitrates options and...
2014-09-08 Yaowu XuMerge "Fix a visual studio warning"
2014-09-08 Jingning HanMerge "Enable adaptive motion search for ARF coding"
next