]> granicus.if.org Git - libvpx/history - vp8/encoder/denoising.c
vp8 fix: deallocate denoiser->yv12_last_source
[libvpx] / vp8 / encoder / denoising.c
2014-08-26 Marcovp8 fix: deallocate denoiser->yv12_last_source
2014-08-25 Minghai ShangMerge "[spatial svc]Multiple frame context feature"
2014-08-21 Yaowu XuMerge "Fix bug 804"
2014-08-20 Minghai ShangMerge "[spatial svc]Add a few different encode frame...
2014-08-19 Frank GalliganMerge "Improved vp9_quantize_fp_neon()"
2014-08-19 Jim BankoskiMerge "vp9_firstpass.c : clear warning re: use of null lc"
2014-08-19 Yunqing WangMerge "Add early termination in transform size search"
2014-08-18 Jingning HanMerge "Remove unused variables in vp9_rd_pick_inter_mod...
2014-08-18 Jingning HanMerge "Remove unused code in vp9_rd_pick_inter_mode_sb"
2014-08-16 Pengchong JinMerge "Add a speed feature to give the tighter search...
2014-08-15 Dmitry KovalevMerge "Simplifying vp9_set_speed_features() function."
2014-08-15 Deb MukherjeeMerge "Removes fileno check to prevent valgrind error"
2014-08-15 Adrian GrangeMerge "get_ref_frame: fix test for valid buffer."
2014-08-15 Marco PaniconiMerge "Add an adaptive denoising mode."
2014-08-15 Dmitry KovalevMerge "Moving framerate from VP9EncoderConfig to VP9_COMP."
2014-08-15 Marco PaniconiAdd an adaptive denoising mode.
2014-08-13 James ZernMerge "inline vpx functions in headers to avoid unused...
2014-08-13 James ZernMerge "fixes several -Wunused-function warnings"
2014-08-13 James ZernMerge "Fix a run-time integer overflow"
2014-08-12 James ZernMerge "remove unused fields from BOOL_CODER / vp9_writer"
2014-08-12 James ZernMerge "vp9_write_bit_buffer: fix function name typo"
2014-08-12 Jingning HanMerge "Enable fast forward txfm and quant for rate...
2014-08-11 Alex ConverseMerge "Add tune-content command line option"
2014-08-11 Dmitry KovalevMerge "Removing unised OUTPUT_YUV_SRC define."
2014-08-11 Jingning HanMerge "Integrate fast txfm and quant path into skip_rec...
2014-08-11 Jingning HanMerge "Extend skip_txfm flag into array to cover YUV...
2014-08-10 Deb MukherjeeMerge "Adds spatial-svc macros to code to allow disabling"
2014-08-09 Tom FineganMerge "test/vpxenc.sh: Convert vpxenc() to a simple...
2014-08-09 Marco PaniconiMerge "vp8: Code cleanup for control of denoiser mode."
2014-08-08 Marco Paniconivp8: Code cleanup for control of denoiser mode.
2014-08-06 James ZernMerge "vp9_subexp: remove vp9_compute_update_table()"
2014-07-31 Yunqing WangMerge "Code cleanup in rdopt.c"
2014-07-31 James ZernMerge "configure: remove multiple_arf experiment"
2014-07-31 James ZernMerge "Changes interface to avoid uninitialized warning...
2014-07-30 JohannMerge "Remove copy frame neon"
2014-07-30 JohannMerge "Remove unused copy src frame function"
2014-07-30 JohannMerge "Add test for vp8 copy frame"
2014-07-30 James ZernMerge "vp9_cx_iface: defer compressed data buffer alloc"
2014-07-30 Jingning HanMerge "Clean up max/min allowed block size in rd_pick_p...
2014-07-30 Jingning HanMerge "Use frame index directly in get_chessboard_index"
2014-07-30 James ZernMerge "Remove 'local' from configure and configure.sh"
2014-07-30 James ZernMerge "Makefile: add -mstackrealign to CFLAGS on OS...
2014-07-29 Pengchong JinMerge "Remove the redundant index computation in the...
2014-07-29 Marco PaniconiMerge "vp8: Add an aggressive denoising mode."
2014-07-29 Marco Paniconivp8: Add an aggressive denoising mode.
2014-07-28 Jim BankoskiMerge "This removes a test that fails on 32 bit"
2014-07-25 Joshua LittMerge "Encode perf test"
2014-07-24 James ZernMerge "x86inc: fix compilation with NASM\r \r Change...
2014-07-23 Jingning HanMerge "Remove redundant argument entry in handle_inter_...
2014-07-23 Jingning HanMerge "Use the chessboard pattern pred search in newmv...
2014-07-23 Yaowu XuMerge "Moved call to vp9_clear_system_state() to a...
2014-07-23 Jingning HanMerge "Remove redundant num_refs definition"
2014-07-23 Jingning HanMerge "Enable chessboard inter prediction filter type...
2014-07-23 James ZernMerge "frame_size_tests: reduce default 'large' frame...
2014-07-22 Marco PaniconiMerge "vp8: Set default denoiser_decision to copy for...
2014-07-22 Marco Paniconivp8: Set default denoiser_decision to copy for UV channel.
2014-07-18 Deb MukherjeeMerge "Separates profile 2 into 2 profiles 2 and 3"
2014-07-17 Pengchong JinMerge "Fixed a bug of setting wrong first pass mb stats...
2014-07-17 Scott LaVarnwayMerge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"
2014-07-17 Paul WilkinsMerge "Changes to rd balance and multi-arf bug fix."
2014-07-16 Guillaume MartresMerge "vp9_ratectrl.c: refactor get_active_quality...
2014-07-16 James ZernMerge "invalid_file_test: add an operator<< for DecodeP...
2014-07-16 Tim KoppMerge "VP9 Denoiser denoises after mode/bsize search"
2014-07-16 Deb MukherjeeMerge "Renames interface field in VpxInterface"
2014-07-16 James ZernMerge changes I58a5af33,Ied9b0392
2014-07-15 Yaowu XuMerge "Make non-rd pick_mode work with Golden/Altref"
2014-07-15 Adrian GrangeMerge "Fix show_existing_frame not decreasing frame...
2014-07-15 Marco PaniconiMerge "vp8: Allow for on/off control of UV temporal...
2014-07-15 Marco Paniconivp8: Allow for on/off control of UV temporal denoiser.
2014-07-08 Marco PaniconiMerge "Fix build for examples/vp8_multi_resolution_enco...
2014-07-07 JohannMerge "Use the VP9 version of extend_borders"
2014-07-07 Scott LaVarnwayMerge "Neon version of vp8_denoiser_filter_uv()"
2014-07-01 James ZernMerge "libs.mk: don't include x86inc.asm in codec src...
2014-07-01 Alex ConverseMerge "BITSTREAM: Handle transform size and motion...
2014-06-30 Jim BankoskiMerge "initialize bit buffer structure to avoid warning...
2014-06-30 Marco PaniconiMerge "vp8 denoiser fix: free memory of denoiser->denoi...
2014-06-30 Marco Paniconivp8 denoiser fix: free memory of denoiser->denoiser_state.
2014-06-27 James ZernMerge "iosbuild.sh Add arm64 support to VPX.framework."
2014-06-27 Tom FineganMerge "configure.sh: Tweak default of use_x86inc for...
2014-06-27 Minghai ShangMerge "[spatial svc] Remove encoding modes since we...
2014-06-27 Minghai ShangMerge "[spatial svc]Remove key frame quantizer settings...
2014-06-27 Jim BankoskiMerge "Better validation of invalid files"
2014-06-26 Pengchong JinMerge "Skip the partition search for the frame with...
2014-06-26 Marco PaniconiMerge "vp8: Add temporal denoising for UV-channel."
2014-06-26 Scott LaVarnwayvp8: Add temporal denoising for UV-channel.
2014-06-18 Dmitry KovalevMerge "Removing decode_one_iter() function."
2014-06-18 James ZernMerge "gen_msvs_proj: fix in tree configure under cygwin"
2014-06-17 Dmitry KovalevMerge "Moving RD-opt related code from vp9_encoder...
2014-06-17 Pengchong JinMerge "skip the un-necessary motion search in the first...
2014-06-17 Tom FineganMerge "iosbuild.sh: Add missing function comments."
2014-06-17 Marco PaniconiMerge "vp8 denoising: add bias factor to zero_mv sse."
2014-06-17 Jingning HanMerge "Fix C versions of DC calculation functions"
2014-06-17 James ZernMerge "vp9_rtcd: correct avx2 references"
2014-06-16 Tom FineganMerge "example tests: Make failures due to incorrect...
2014-06-16 Marco Paniconivp8 denoising: add bias factor to zero_mv sse.
2014-06-16 Alex ConverseMerge "Add non420 support to vp9_extend_frame_borders."
2014-06-16 Jingning HanMerge "Fix out of boundary memory read in fuzz test...
2014-06-13 Tom FineganMerge "iosbuild.sh: Move to build/make and tidy up...
2014-06-13 Tom FineganMerge "test/tools_common.sh: Log all shared variables...
2014-06-13 hkuangMerge "Delay decreasing reference count in frame-parall...
next