platform/upstream/libvpx.git
2010-10-26 John KoleszarMerge "add missing GET_GOT/RESTORE_GOT pairs"
2010-10-26 Jim BankoskiMerge commit 'refs/changes/09/809/1' of https://review...
2010-10-26 John Koleszaradd missing GET_GOT/RESTORE_GOT pairs
2010-10-26 John KoleszarMerge WebM input/output branch
2010-10-26 John Koleszarvpxenc: warn against webm output to pipes
2010-10-26 John Koleszarvpxenc: specify output file with -o
2010-10-26 John Koleszarvpxdec: rework default output parameters
2010-10-26 John Koleszarvpxdec: replace --quiet with --verbose
2010-10-26 John Koleszarvpxdec: use the same output for --progress and --summary
2010-10-26 John Koleszarusage: fix horizontal alignment of options
2010-10-26 John Koleszarvpxenc: change --framerate to --fps
2010-10-26 John Koleszarvpxenc: output webm by default
2010-10-26 John Koleszarrename ivf{enc,dec} to vpx{enc,dec}
2010-10-26 John Koleszarivfenc: webm output support
2010-10-26 John KoleszarImport webmquicktime webm writer
2010-10-26 Frank GalliganFixed the timebase parameter of ivfenc.
2010-10-26 John Koleszarivfdec: support y4m output from raw input
2010-10-26 John Koleszarivfdec: webm reader support
2010-10-25 Fritz KoenigMerge "Debug option for drawing motion vectors."
2010-10-25 Fritz KoenigDebug option for drawing motion vectors.
2010-10-25 JohannMerge "quiet compiler"
2010-10-25 John KoleszarMerge "Remove legacy release.sh script"
2010-10-25 Aaron WatryAdd sparc-solaris-gcc as a build target.
2010-10-25 Martin EttlFix leaked file descriptor with ENTROPY_STATS
2010-10-25 John KoleszarNASM: trailing slash for ASFLAGS includes
2010-10-25 Johannquiet compiler
2010-10-25 Johannreuse common loopfilter code
2010-10-25 Timothy B.... Add runtime CPU detection support for ARM.
2010-10-25 Johannisolate new temporal filtering code
2010-10-22 John KoleszarMerge "Improve handling of invalid frames."
2010-10-22 Timothy B.... Improve handling of invalid frames.
2010-10-22 Timothy B.... Convert [4][4] matrices to [16] arrays.
2010-10-21 Frank GalliganChange altref times to preceding pts+1.
2010-10-21 John KoleszarMerge "Move firstpass motion map to stats packet"
2010-10-21 John KoleszarMove firstpass motion map to stats packet
2010-10-21 Yunqing WangAdd MMWORD PTR/XMMWORD PTR in subtract_sse2.asm
2010-10-21 Yunqing WangMerge "Rewrite vp8_short_walsh4x4_sse2()"
2010-10-21 Yunqing WangMerge "Add SSE2 subtract functions"
2010-10-21 Yunqing WangRewrite vp8_short_walsh4x4_sse2()
2010-10-21 John KoleszarImport nestegg webm/mkv parser
2010-10-20 John KoleszarMerge "Update arnr strength range form 1-6 to 0-6."
2010-10-20 Frank GalliganUpdate arnr strength range form 1-6 to 0-6.
2010-10-19 Yaowu XuMerge "fixed a typo that mis-used Y plane stride for...
2010-10-19 Yaowu XuMerge "change to make use of more trellis quantization"
2010-10-18 Yunqing WangAdd SSE2 subtract functions
2010-10-18 Johanncopy compiler warning fixes
2010-10-15 Johannremove dead code
2010-10-15 Yaowu Xuchange to make use of more trellis quantization
2010-10-14 Jim Bankoskisafety check to avoid divide by 0s
2010-10-14 Yunqing WangMerge "Fix one gcc compiler warning"
2010-10-14 Yunqing WangFix one gcc compiler warning
2010-10-14 Yunqing WangMerge "Improve bounds checking in vp8_diamond_search_sa...
2010-10-14 Yunqing WangImprove bounds checking in vp8_diamond_search_sadx4()
2010-10-14 Fritz KoenigFix compiler warning about vp8_fast_quantize_b_impl_ssse2.
2010-10-13 Fritz KoenigCorrect QWORD usage in assembly files
2010-10-13 Fritz KoenigAdd processor dectection for x86.
2010-10-12 Fritz KoenigGCC inline restrictions were not adequate.
2010-10-12 John KoleszarCentralize mb skip state calculation
2010-10-12 John KoleszarMerge "Add const qualifiers to variance/SAD functions."
2010-10-12 Timothy B.... Add const qualifiers to variance/SAD functions.
2010-10-12 John KoleszarMerge "Move vp8_strict_quantize_b inside EXACT_QUANT...
2010-10-12 John KoleszarMerge "Remove INTRARDOPT #define and intra_rd_opt option."
2010-10-11 Timothy B.... Move vp8_strict_quantize_b inside EXACT_QUANT #define.
2010-10-11 Timothy B.... Remove INTRARDOPT #define and intra_rd_opt option.
2010-10-11 Scott LaVarnwayMerge "Added vp8_fast_quantize_b_sse2"
2010-10-11 John KoleszarMerge "Remove ivfenc usage message leading underscores"
2010-10-11 John KoleszarRemove ivfenc usage message leading underscores
2010-10-07 Johannconfigure is not in src
2010-10-07 Yunqing WangRemove unused file in encoder
2010-10-07 Scott LaVarnwayAdded vp8_fast_quantize_b_sse2
2010-10-06 Yaowu Xuoptimize fast_quantizer c version
2010-10-05 Jan Kratochvilnasm: add configure support
2010-10-05 Paul WilkinsMerge "Tune effect of motion on KF/GF boost in two...
2010-10-05 Jan Kratochvilnasm: movhps compatibility QWORD->MMWORD
2010-10-04 Jan Kratochvilnasm: avoid relative include paths
2010-10-04 Jan Kratochvilnasm: address labels 'rel label' vice 'wrt rip'
2010-10-04 Jan Kratochvilnasm: match instruction length (movd/movq) to parameters
2010-10-04 Yaowu Xufixed a typo that mis-used Y plane stride for UV blocks.
2010-10-04 Yaowu XuMerge "enable trellis quantization for 2nd order blocks"
2010-10-02 Paul WilkinsTune effect of motion on KF/GF boost in two pass;
2010-10-02 Yaowu Xuenable trellis quantization for 2nd order blocks
2010-10-01 JohannMerge "Fix valgrind errors in the NEON loop filters."
2010-10-01 Adrian GrangeMade temporal filter default to use centered mode
2010-10-01 Timothy B.... Fix valgrind errors in the NEON loop filters.
2010-09-30 John KoleszarMerge "Rename mode_ref_lf_test_function"
2010-09-30 John KoleszarMerge "Fix loopfilter delta zero transitions"
2010-09-30 Adrian GrangeChanged defaults & range checking for AltRef params
2010-09-29 John KoleszarRename mode_ref_lf_test_function
2010-09-29 Fritz KoenigMerge "Optimizations on the loopfilters."
2010-09-29 John KoleszarFix loopfilter delta zero transitions
2010-09-29 Paul WilkinsChange to coefficient optimization rules.
2010-09-29 Adrian GrangeMerge "Moved row-specific computation of MV bounds...
2010-09-29 Adrian GrangeMoved row-specific computation of MV bounds out of...
2010-09-29 Paul WilkinsControl of active min quantizer for two pass.
2010-09-28 Fritz KoenigOptimizations on the loopfilters.
2010-09-28 Adrian GrangeEnabled AltRef motion map creation
2010-09-28 Adrian GrangeMerge "Made AltRef filter adaptive & added motion compe...
2010-09-28 Adrian GrangeMade AltRef filter adaptive & added motion compensation
2010-09-28 JohannMerge "update gitignore"
2010-09-28 Johannupdate gitignore
next