Rough merge of master into experimental
[platform/upstream/libvpx.git] / vpxdec.c
2012-11-07 John KoleszarRough merge of master into experimental
2012-11-06 John Koleszarvpxdec: merge with master
2012-11-01 Ronald S. BultjeRename vp8/ codec directory to vp9/.
2012-10-17 John KoleszarMerge "rtcd: merge rtcd.c from master" into experimental
2012-10-17 John KoleszarMerge "consolidate update_mb_segmentation_map data...
2012-10-12 Adrian GrangeMerge "Remove reverting of tx-select if only a single...
2012-10-12 Yaowu XuMerge "added the ablility to skip first n frames for...
2012-10-11 Yaowu Xuadded the ablility to skip first n frames for vpxdec
2012-09-19 Scott LaVarnwayMoved vp8dx_get_raw_frame() call to vp8_get_frame()
2012-08-23 Scott LaVarnwayMerge "Added error checking to vp8cx_create_encoder_thr...
2012-08-23 Scott LaVarnwayMerge "Added row based extend borders"
2012-08-21 Scott LaVarnwayMerge "Removed unused dr from VP8D_COMP"
2012-08-21 Scott LaVarnwayMerge "Removed last_kf_gf_q"
2012-08-21 James ZernMerge "fix msvc configure"
2012-08-21 Jim BankoskiMerge "Added row based loopfilter"
2012-08-20 Yaowu XuMerge "realtime turndown loopfilter for 00"
2012-08-20 Yaowu XuMerge "static threshold fix for realtime"
2012-08-20 Yaowu Xusilent compiling warnings for VC9 build
2012-07-24 Daniel KangMerge "Update 8x8 tokenizer to not encode an EOB if...
2012-07-23 Jim BankoskiDll build of libvpx
2012-07-17 John KoleszarRestyle code
2012-07-10 Yunqing WangMerge "Remove goldfreq in VP8_COMP"
2012-06-29 Yunqing WangMerge "Fix decimation_count in drop_frame"
2012-06-11 John KoleszarFix pedantic compiler warnings
2012-06-11 John KoleszarMerge "Fix MSVS builds for unit test changes"
2012-06-11 John KoleszarMerge branch 'origin/eider' into master
2012-06-11 John KoleszarMerge "Reset Q for key frame when spatial resizing...
2012-06-04 JohannExplicitly discard fwrite/fread return values
2012-03-15 Yaowu XuWebM Experimental Codec Branch Snapshot
2012-02-15 Paul WilkinsExperimental code base simplification.
2012-01-18 John KoleszarMerge "get_plane_pointers: use u/v planes consistently"
2012-01-18 John KoleszarMerge changes I1ebe76aa,Ia079b52b
2012-01-09 Deb MukherjeeMerge "Multiframe quality enhancement postprocessing"
2012-01-05 Deb MukherjeeMultiframe quality enhancement postprocessing
2012-01-05 Scott LaVarnwayMerge "SSE2 optimizations for vp8_build_intra_predictor...
2011-11-10 JohannMerge "vpxdec: avoid redefining fileno() on mingw"
2011-11-10 James Zernvpxdec: avoid redefining fileno() on mingw
2011-11-09 John KoleszarMerge "Reset FPU state after calc_plane_error()"
2011-10-19 JohannMerge "Fix: NEON copy/extend frame for small sizes"
2011-10-19 JohannMerge "enc: save entropy probs only when needed for...
2011-10-19 Scott LaVarnwayMerge "Remove usage of predict buffer for decode"
2011-10-17 JohannMerge "Fix: vp8cx_pack_tokens_into_partitions_armv5...
2011-10-14 John KoleszarMerge "vpxdec updated to use !feof() instead of *buf_sz...
2011-09-22 James Berryvpxdec updated to use !feof() instead of *buf_sz in...
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-20 JohannMerge "Fixed iwalsh_neon build problems with RVDS4.1"
2011-05-20 John KoleszarMerge remote branch 'origin/master' into experimental
2011-05-20 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-05-20 Yaowu XuMerge "disable trellis optimization for first pass"
2011-05-19 Scott LaVarnwayMerge "Using partition_info instead of blockd info...
2011-05-19 Scott LaVarnwayMerge "Make hor UV predict ~2x faster (73 vs 132 cycles...
2011-05-19 John KoleszarMerge "changed configure option name to reduce confusion"
2011-05-19 John KoleszarMerge "Make activity masking functions static"
2011-05-19 John KoleszarMerge "Adding error-concealment to the decoder."
2011-05-19 Stefan HolmerAdding error-concealment to the decoder.
2011-05-11 John KoleszarMerge remote branch 'internal/upstream-experimental...
2011-05-11 Yaowu XuMerge "fix a bug related to gf_active_flags in multi...
2011-05-11 John KoleszarMerge "Use stdint.h for VS2010"
2011-05-10 Yunqing WangMerge "Use diamond search to replace full search in...
2011-05-10 John KoleszarMerge remote branch 'origin/master' into experimental
2011-05-09 Johannclean up unused variable warnings
2011-05-06 John KoleszarMerge "Don't override active_worst_quality in 2 pass"
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-05-03 Yunqing WangMerge "Modify HEX search"
2011-05-03 Yaowu XuMerge "change to use fast ssim code for internal ssim...
2011-04-29 Yunqing WangMerge "Use insertion sort instead of quick sort"
2011-04-28 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-28 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-04-27 John KoleszarMerge "SSE2/SSSE3 optimizations for build_predictors_mb...
2011-04-27 John Koleszarvpxdec: test for frame corruption
2011-02-04 Yunqing WangMerge "Improve MV prediction in vp8_pick_inter_mode...
2011-02-03 Yunqing WangMerge "Improved encoder threading"
2011-01-31 Scott LaVarnwayMerge "Performance improvement of first pass"
2011-01-31 Yaowu XuMerge "change the threshold of DC check for encode...
2011-01-31 John KoleszarMerge "validate min_q against max_q"
2011-01-31 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-01-31 John KoleszarMerge remote branch 'origin/master' into experimental
2011-01-31 Adrian GrangeMerge "Changed condition for using RD in Intra Mode"
2011-01-28 JohannMerge "Adds "armvX-none-rvct" targets"
2011-01-28 Tero RintaluomaAdds "armvX-none-rvct" targets
2010-12-06 Scott LaVarnwayMerge "Improve MV prediction accuracy to achieve perfor...
2010-12-03 John KoleszarMerge 'Add simple version of activity masking.'
2010-11-24 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-11-24 John KoleszarMerge remote branch 'origin/master' into experimental
2010-11-23 John KoleszarMerge "vpxdec: fix use of uninitialized memory for...
2010-11-23 John Koleszarvpxdec: fix use of uninitialized memory for raw files
2010-11-16 Suman SunkaraMerge branch 'experimental' of ssh://on2-git.corp.googl...
2010-11-15 Paul WilkinsMerge "Bad cost tables used in ARNR filtering."
2010-11-15 Yaowu XuMerge "make rdmult adaptive for intra in quantizer...
2010-11-11 John KoleszarMerge remote branch 'origin/master' into experimental
2010-11-11 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-11-11 Paul WilkinsMerge "Relax rate control for last few frames"
2010-11-10 Fritz KoenigMerge "Remove stack shadowing for x86-64"
2010-11-10 Fritz Koenigpostproc : Re-work posproc calling to allow more flags.
2010-11-05 John KoleszarMerge commit 'fix integer promotion bug in partition...
2010-11-05 John KoleszarMerge remote branch 'origin/master' into experimental
2010-11-05 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-11-05 John KoleszarMerge "vpxdec: report parse errors from webm_guess_fram...
next