]> granicus.if.org Git - libvpx/history - vpxdec.c
Merge "For CBR, keep rate-correction damping factor to 2."
[libvpx] / vpxdec.c
2013-11-13 Dmitry KovalevMerge "Optimizing set_contexts() function."
2013-11-13 Jingning HanMerge "Add test vector for row/col tile decoding"
2013-11-13 Dmitry KovalevMerge "Using max_tx_size instead of bsize when possible."
2013-11-12 JohannMerge "Added optimized vp9_idct32x32_34_add_dspr2"
2013-11-12 Yunqing WangMerge "Rewrite filter_selectively_horiz for parallel...
2013-11-12 Yunqing WangMerge "Improve loopfilter function"
2013-11-12 Dmitry KovalevMerge "Cleaning up joint_motion_search function."
2013-11-11 Dmitry KovalevMerge "Replacing (raster_block >> tx_size) with (block...
2013-11-11 Tom FineganMerge "vpx[dec|enc]: Clean up target OS based IO focuse...
2013-11-11 Tom Fineganvpx[dec|enc]: Clean up target OS based IO focused prepr...
2013-11-11 Dmitry KovalevMerge "Localizing NEARESTMV special cases in the code."
2013-11-11 Dmitry KovalevMerge "Cleaning up vp9_quantize_b_c() function."
2013-11-11 Dmitry KovalevMerge "Cleaning up read_mv_probs() function."
2013-11-11 Dmitry KovalevMerge "Adding read_reference_mode() function."
2013-11-08 Yunqing WangMerge "Improve vp9_idct4x4_1_add_sse2"
2013-11-08 Yunqing WangMerge "Remove TEXTREL from 32bit encoder"
2013-11-07 hkuangMerge "Add back vp9_short_idct32x32_1_add_neon which...
2013-11-07 Jingning HanMerge "Fix the variable naming in encode_block"
2013-11-07 Deb MukherjeeMerge "Miscelleneous changes in detokenize for speed"
2013-11-07 Yaowu XuMerge "disable avx/avx2 for old versions of MSVC"
2013-11-07 Ivan MaltzMerge "Move SVC per-frame loop from sample app into...
2013-11-06 Joshua LittMerge "Allow test data path to be set by preprocessor...
2013-11-06 Deb MukherjeeMerge "Removes stack allocation of token_cache"
2013-11-06 Yaowu XuMerge "Missing _ means no sse3 for vp9_h_predictor_32x32."
2013-11-06 Tom FineganMerge "Move WebM writing support out of vpxenc.c."
2013-11-06 Tom FineganMove WebM writing support out of vpxenc.c.
2013-10-29 Yaowu XuMerge "changed to comply with strict aliasing rule"
2013-10-28 Dmitry KovalevMerge "Replacing is_inter_mode with is_inter_block."
2013-10-25 Dmitry KovalevMerge "Making input pointer constant for all fdct/fht...
2013-10-25 Yunqing WangMerge "Add 32x32 idct function for eob<=34 case"
2013-10-25 Jingning HanMerge "Separate encode_block for pass 1 and 2"
2013-10-24 JohannMerge "mips dsp-ase r2 vp9 decoder idct module optimiza...
2013-10-24 Dmitry KovalevMerge "Adding get_frame_ref_buffer() function + cleanup."
2013-10-24 Frank GalliganMerge "vpxdec: Fix webm fps check."
2013-10-24 Frank Galliganvpxdec: Fix webm fps check.
2013-06-20 Jingning HanMerge "Add unit tests for 4x4 ADST"
2013-06-20 Jim BankoskiMerge "copy partitioning from last fame"
2013-06-18 Jingning HanMerge "Make fdct32 computation flow within 16bit range"
2013-06-17 John KoleszarMerge "Add vp9 test vectors unit test"
2013-06-17 John KoleszarMerge "vpxdec: add --loops option"
2013-06-13 John KoleszarMerge "libs.mk: allow tests to be sharded"
2013-06-12 John Koleszarvpxdec: add --loops option
2013-06-12 John KoleszarMerge changes I86fe51b0,I4c9a9e0f
2013-06-12 John KoleszarMerge "Enable mmx loop filter routines"
2013-06-12 John KoleszarMerge "Fix chroma output when scaling"
2013-06-12 John KoleszarVP9 profile 0 release candidate
2013-06-11 John KoleszarMerge branch 'master' into experimental
2013-06-11 JohannMerge "halloc: Cast the offsetof macro to ptrdiff_t...
2013-06-10 Deb MukherjeeMerge "New probs for filters/tx_size and a few others...
2013-06-10 John KoleszarMerge "Remove remnants of VP8 profiles/versions" into...
2013-06-10 John KoleszarFix a crash in vpxdec
2013-06-07 Scott LaVarnwayMerge "Modified vpxdec loop"
2013-06-07 Scott LaVarnwayModified vpxdec loop
2013-05-14 Yunqing WangMerge "Do joint motion search iteratively" into experim...
2013-05-14 Yaowu XuMerge "changed to use adst for D63_PRED" into experimental
2013-05-14 Dmitry KovalevMerge "Code cleanup inside vp9_firstpass.c." into exper...
2013-05-10 John KoleszarMerge "Subsampling aware allocs and bitstream" into...
2013-05-10 John KoleszarSubsampling aware allocs and bitstream
2013-05-07 Dmitry KovalevMerge "General code cleanup inside treewriter-related...
2013-05-03 Scott LaVarnwayMerge "Reduced y_dequant, uv_dequant size" into experim...
2013-05-02 Dmitry KovalevMerge "Using treed_read/treed_write functions for segme...
2013-05-02 Ronald S. BultjeMerge "Fix block reconstruction with sb8x8 enabled...
2013-05-02 JohannMerge "Add cpu detection for Android x86"
2013-05-02 Ronald S. BultjeMerge "Fix bug in sb8x8 bitstream decoding." into exper...
2013-05-02 Ronald S. BultjeMerge "Store splitmv modes in context after 8x8 rd...
2013-05-01 JohannMerge "Remove unused quantize optimizations." into...
2013-05-01 James ZernMerge "Change to fourcc to enable decoding of ffmpeg...
2013-04-30 Jim BankoskiChange to fourcc to enable decoding of ffmpeg files.
2013-04-30 Dmitry KovalevMerge "Consistent names for quant-related functions...
2013-04-30 John KoleszarMerge "Change to fourcc to enable decoding of ffmpeg...
2013-04-29 Jim BankoskiChange to fourcc to enable decoding of ffmpeg files.
2013-04-27 Paul WilkinsMerge "Minor tweak to implicit segmentation experiment...
2013-04-26 Ronald S. BultjeMerge "Grow MODE_INFO array to use an 8x8 basis." into...
2013-04-26 JohannMerge "Merge branch 'master' into experimental" into...
2013-04-26 JohannMerge branch 'master' into experimental
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : postproc.c decodframe...
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : mcomp.c rdopt.c"
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : bitstream.c encodefram...
2013-04-18 John KoleszarMerge "vpxdec: correct VP[89] fourccs"
2013-04-18 James Zernvpxdec: correct VP[89] fourccs
2013-04-02 Ronald S. BultjeMerge "Calculate SSIM over both reconstruction as well...
2013-03-29 Yaowu XuMerge "define a specific neighborhood for SB64 mv searc...
2013-03-29 Yaowu XuMerge "remove code not in use" into experimental
2013-03-29 Deb MukherjeeMerge "Reoptimizing the interpolation filters" into...
2013-03-28 Ronald S. BultjeMerge "Fix mix-up in pt token indexing." into experimental
2013-03-28 Ronald S. BultjeMerge "Save nzcstats." into experimental
2013-03-27 Yunqing WangMerge "Modify idct code to use macro" into experimental
2013-03-27 John KoleszarMerge "Merge branch 'master' into experimental" into...
2013-03-27 John KoleszarMerge branch 'master' into experimental
2013-03-19 Dmitry KovalevMerge "Motion vector code cleanup." into experimental
2013-03-18 Paul WilkinsMerge "Adapt ARNR filter length and strength." into...
2013-03-18 John KoleszarMerge "Fix pulsing issue with scaling" into experimental
2013-03-16 Dmitry KovalevMerge "Basic encryption feature for libvpx."
2013-03-14 John KoleszarFix pulsing issue with scaling
2013-03-11 John Koleszarvpxdec: fix use of uninitialized do_scale argument
2013-03-06 Paul WilkinsMerge "Added stricter Q control flag." into experimental
2013-03-05 Dmitry KovalevMerge "Code cleanup."
2013-03-04 John Koleszarvpxdec: support scaling output
2013-03-01 John KoleszarMerge master branch into experimental
2013-03-01 Yaowu XuMerge "Adjust the max_gf_interval initialization" into...
next