Merge "iosbuild: Enable PIC for x86 targets."
[platform/upstream/libvpx.git] / vp10 /
2015-09-18 Tom FineganMerge "iosbuild: Enable PIC for x86 targets."
2015-09-18 Tom FineganMerge "iosbuild: Add --test-link argument."
2015-09-18 Jingning HanMerge "Refactor mbmi_ext structure"
2015-09-17 James ZernMerge changes from topic 'tile-thread-cleanup'
2015-09-17 James ZernMerge "vpx_subpixel_8t_ssse3: fix reg counts/access"
2015-09-17 Jingning HanRefactor mbmi_ext structure
2015-09-16 Ronald S. Bultjevp10: do sub8x8 block reconstruction in full subblocks.
2015-09-16 Ronald S. Bultjevp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks.
2015-09-16 Ronald S. Bultjevp10: remove double MV value check.
2015-09-16 Ronald S. Bultjevp10: move coding of tx_mode element to the non-arithco...
2015-09-16 Ronald S. Bultjevp10: code sign bit before absolute value in non-arithc...
2015-09-16 Ronald S. BultjeMerge "vp10: don't reset contextual skip flag if block...
2015-09-16 Ronald S. BultjeMerge "Add support for color-range."
2015-09-16 Jacky ChenMerge "VP9 dynamic resizing unit test with bitrate...
2015-09-16 Ronald S. Bultjevp10: don't reset contextual skip flag if block has...
2015-09-16 Ronald S. BultjeAdd support for color-range.
2015-09-16 Ronald S. BultjeMerge "vp10: fix entropy counts for the hp bit."
2015-09-16 Angie ChiangMerge "fix implicit declaration"
2015-09-15 James ZernMerge changes from topic 'fix-vp9-bitstream-test'
2015-09-15 Yaowu XuMerge "Remove leftover of "frame_parallel_decoding""
2015-09-15 Yaowu XuRemove leftover of "frame_parallel_decoding"
2015-09-14 Marco PaniconiMerge "For 1 pass: always use the normative filter...
2015-09-14 Ronald S. Bultjevp10: fix entropy counts for the hp bit.
2015-09-14 Ronald S. BultjeMerge "vp10: merge frame_parallel_decoding_mode and...
2015-09-12 Angie Chiangadd range_check for fdct in vp10
2015-09-11 Ronald S. Bultjevp10: merge frame_parallel_decoding_mode and refresh_fr...
2015-09-11 Ronald S. Bultjevp10: remove duplicate frame_parallel_decode field.
2015-09-11 Ronald S. BultjeMerge "Make reset_frame_context an enum."
2015-09-11 Marco PaniconiMerge "Avoid scaling last_source, unless needed."
2015-09-11 Angie Chiangfix implicit declaration
2015-09-11 Ronald S. BultjeMake reset_frame_context an enum.
2015-09-11 James ZernMerge "Fix vp10 high bit-depth build"
2015-09-11 Jingning HanFix vp10 high bit-depth build
2015-09-11 James ZernMerge "build: modify default ARFLAGS / .a target"
2015-09-11 Ronald S. BultjeMerge "Add misc_fixes experiment."
2015-09-11 Ronald S. BultjeMerge "Don't reset sign_bias fields in vp10_setup_past_...
2015-09-11 Angie ChiangMerge "Isolate vp10's fwd_txfm from vp9"
2015-09-10 Alex ConverseMerge changes Ibb308526,I99e330f8
2015-09-10 Jingning HanMerge "Take out reference_masking speed feature"
2015-09-10 Jingning HanMerge "Take out skip_encode speed feature in vp10"
2015-09-10 Jingning HanMerge "Remove speed features in vp10"
2015-09-10 Angie ChiangMerge "Isolate vp10's inv_txfm from vp9"
2015-09-10 Angie ChiangIsolate vp10's fwd_txfm from vp9
2015-09-10 Angie ChiangIsolate vp10's inv_txfm from vp9
2015-09-10 Jingning HanTake out reference_masking speed feature
2015-09-10 Jingning HanTake out skip_encode speed feature in vp10
2015-09-10 Jingning HanRemove speed features in vp10
2015-09-10 James Zernyuvconfig2image(): add explicit cast to avoid conv...
2015-09-10 James Zernvp9/10 decoder_init: add missing alloc cast
2015-09-10 James Zernvp9/10: set color_space on preview frame
2015-09-10 James Zernvp10: add extern "C" to headers
2015-09-08 Ronald S. BultjeDon't reset sign_bias fields in vp10_setup_past_indepen...
2015-09-04 Ronald S. BultjeMerge "Make update_map/temporal_update fields implicit...
2015-09-04 James ZernMerge "VPX: subpixel_8t_ssse3 asm using x86inc"
2015-09-04 Ronald S. BultjeMake update_map/temporal_update fields implicit for...
2015-09-03 Adrian GrangeMerge "Fix to dynamic resize mode under change_config()."
2015-09-03 Ronald S. BultjeUnify coding order of MC filters between blocks and...
2015-09-03 James ZernMerge "Revert "add range_check for fdct in vp10""
2015-09-03 James ZernRevert "add range_check for fdct in vp10"
2015-09-02 Angie ChiangMerge "add range_check for fdct in vp10"
2015-09-02 Angie Chiangadd range_check for fdct in vp10
2015-09-02 Johann KoenigMerge changes If253fb95,I1c8a792c,I49f9b10f,I15472738...
2015-09-02 Johann KoenigMerge changes I2e0cc72a,I63a7da78,I4aee2600,I71113505...
2015-09-02 JohannDon't build calc_psnr for high bit depth.
2015-09-02 JohannRemove unused VP10 functions.
2015-09-02 JohannMark VP10 functions as 'INLINE'
2015-09-01 Yunqing WangMerge "Disable temporal/spatial svc test in VP10"
2015-08-31 JohannInclude vpx_dsp_common.h when using VPXMIN/MAX
2015-08-31 Yunqing WangMerge "Fix an indent"
2015-08-31 Johann KoenigMerge "Check CONFIG_VP<N> instead of encoder and decoder"
2015-08-31 Yaowu XuMerge "Expand the idct4_c() function in idct8_c()"
2015-08-31 Yunqing WangFix an indent
2015-08-29 James Zernvp10: fix high bitdepth build
2015-08-28 Yunqing WangMerge "vp10 cleanup: remove svc code"
2015-08-28 Marco PaniconiMerge "vp8: modifcatiion to skin map computation."
2015-08-28 Yunqing Wangvp10 cleanup: remove svc code
2015-08-28 James ZernMerge "configure: append --extra-cflags to final set"
2015-08-27 Johann KoenigMerge changes I53b5bdc5,Ib81168a7,Ie0113945
2015-08-27 Johann KoenigMerge "Clean up unused function warnings in vp8 common"
2015-08-27 Johann KoenigMerge "Add sse2 versions of halfpix variance"
2015-08-27 James Zernvpx_dsp_common: add VPX prefix to MIN/MAX
2015-08-27 James ZernMerge changes I56fad85c,I7401a70a
2015-08-26 Marco PaniconiMerge "vp9_spatial_svc_encoder: Enable aq-mode for...
2015-08-26 Hui SuMerge "Remove vp10_default_scan_orders[] that is unused"
2015-08-26 Yunqing Wangvp10 cleanup: remove nonrd and real-time code
2015-08-26 hui suRemove vp10_default_scan_orders[] that is unused
2015-08-25 Yaowu XuMerge "Limit new motion vector size"
2015-08-25 Shunyao LiMerge "Add transform size rate for intra skip mode...
2015-08-25 Debargha MukherjeeMerge "Prevent an ASAN failure for svc tests"
2015-08-25 Shunyao LiAdd transform size rate for intra skip mode in rdopt
2015-08-24 hui suFix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59a...
2015-08-24 Hui SuMerge "Refactoring on transform types"
2015-08-24 hui suAvoid setting rate multiplier as 0
2015-08-24 hui suRefactoring on transform types
2015-08-22 Jingning HanMerge "vpxenc: fix DECODER ifdef"
2015-08-21 Hui SuMerge "Refactor get_tx_type and get_scan"
2015-08-21 hui suRefactor get_tx_type and get_scan
2015-08-21 Jingning HanMerge "Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES"
2015-08-21 Scott LaVarnwayMerge "VPX: scaled convolve : fix windows build errors"
2015-08-20 Jingning HanMerge "Refactor REFS_PER_FRAME definition"
next