]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
VP8: simplify lf_delta mb mode logic
[ffmpeg] / libavcodec / vp8.c
2011-02-04 Jason Garrett-GlaserVP8: simplify lf_delta mb mode logic
2011-02-01 Jason Garrett-GlaserVP8: merge chroma MC calls
2011-01-30 Jason Garrett-GlaserSlightly simplify VP8 inter_predict
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-28 Ronald S. BultjeFix VP8 aliasing problems.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Ronald S. BultjeDon't do edge emulation unless the edge pixels will...
2010-12-30 Ronald S. BultjeFix valgrind invalid read on top MB rows with CODEC_FLA...
2010-12-28 Ronald S. BultjeSupport CODEC_FLAG_EMU_EDGE in VP8 decoder.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-13 Jason Garrett-GlaserRemove some stray +s in VP8
2010-08-11 Pascal Massiminoremove b4_stride/mb_stride.
2010-08-11 Pascal Massiminofix over-allocation. confused b4_stride with mb_width.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-05 Jason Garrett-GlaserVP8: fix bug in prefetch
2010-08-04 Jason Garrett-GlaserVP5/6/8: eliminate CABAC dependency
2010-08-04 Jason Garrett-GlaserVP8: partially inline decode_block_coeffs
2010-08-04 Jason Garrett-GlaserFix 100L in r24689
2010-08-04 Jason Garrett-GlaserVP8: simplify decode_block_coeffs to avoid having to...
2010-08-03 Jason Garrett-GlaserVP8: slightly faster DCT coefficient probability update
2010-08-03 Jason Garrett-GlaserVP8: make another RAC call branchy
2010-08-03 Jason Garrett-GlaserVP8: unroll partition type decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll splitmv decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll MB mode decoding tree
2010-08-02 Jason Garrett-GlaserVP8: eliminate a dereference in coefficient decoding
2010-08-02 Jason Garrett-GlaserVP8: much faster DC transform handling
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-08-02 Pascal Massiminoonly store intra prediction modes on the boundary for...
2010-08-02 Jason Garrett-GlaserVP8: simplify token_prob handling
2010-08-01 Pascal Massiminoprevent access to vp8_coeff_band[16]
2010-07-27 Pascal Massiminob0rk3d FATE + black helicopters hissing -> rolling...
2010-07-27 Pascal Massiminoperform the clipping on luma_dc_qmul[1] and chroma_qmul...
2010-07-27 Pascal Massiminosave some copies by moving some fields out of proba[2]
2010-07-26 Jason Garrett-GlaserVP8: add missing free
2010-07-25 Carl Eugen HoyosFix r24445: Instead of needlessly initialising a variab...
2010-07-23 David ConradVP8: Inline traversing vp8_small_mvtree
2010-07-23 David ConradVP8: Use vp56_rac_get_prob_branchy when the bit is...
2010-07-23 David ConradDecode DCT tokens by branching to a different code...
2010-07-23 Jason Garrett-GlaserAdd myself to VP8 copyright and maintainers.
2010-07-23 Jason Garrett-GlaserVP8: always_inline some things to force gcc to do the...
2010-07-23 Jason Garrett-GlaserVP8: use AV_RL24 instead of defining a new RL24.
2010-07-23 Jason Garrett-GlaserVP8: Slightly faster MV selection
2010-07-23 Jason Garrett-GlaserVP8: use AV_ZERO32 instead of AV_WN32A where relevant
2010-07-23 Jason Garrett-GlaserVP8: eliminate redundant code in r24458
2010-07-23 Jason Garrett-GlaserVP8: shave a few clocks off check_intra_pred_mode
2010-07-23 Jason Garrett-GlaserVP8: fix broken sign bias code in MV pred
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8: Clean up some variable shadowing.
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: smarter prefetching
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-23 Jason Garrett-GlaserVP8: avoid a memset for non-i4x4 blocks with no coeffic...
2010-07-22 Jason Garrett-GlaserGet rid of more unnecessary dereferences in VP8 deblocking
2010-07-22 Jason Garrett-GlaserShut up an uninitialized variable GCC warning in VP8.
2010-07-22 Jason Garrett-GlaserSmarter VP8 prefetching
2010-07-22 Jason Garrett-GlaserFix stupid bug in VP8 prefetching code
2010-07-22 Jason Garrett-GlaserEliminate a LUT in escape decoding in VP8 decode_block_...
2010-07-22 Jason Garrett-GlaserEliminate some repeated dereferences in VP8 inter_predict
2010-07-22 Jason Garrett-GlaserEliminate a pointless memset for intra blocks in P...
2010-07-22 Jason Garrett-GlaserVP8: Don't store segment in macroblock struct anymore.
2010-07-22 Jason Garrett-GlaserConvert VP8 macroblock structures to a ring buffer.
2010-07-22 Jason Garrett-GlaserCalculate deblock strength per-MB instead of per-row
2010-07-22 Jason Garrett-GlaserAvoid tracking i4x4 modes in P-frames in VP8
2010-07-22 Jason Garrett-GlaserAvoid useless fill_rectangle in P-frames in VP8
2010-07-22 Jason Garrett-GlaserOptimize partition mv decoding in VP8
2010-07-22 Jason Garrett-GlaserTake shortcuts for mv0 case in VP8 MC
2010-07-22 Jason Garrett-GlaserMuch faster VP8 mv and mode prediction
2010-07-22 Jason Garrett-GlaserAdd prefetching to VP8 decoder
2010-07-20 Måns Rullgårdvp8: indent
2010-07-20 Måns Rullgårdvp8: add do { } while(0) around XCHG() macro to avoid...
2010-07-20 Diego BiurrunAdd some braces to silence the warning:
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-16 David Conradvp8: Save mb border needed for intra prediction so...
2010-07-16 David Conradvp8: Check for malloc failure
2010-07-08 Ronald S. BultjeAdd missing doxy for function arguments.
2010-07-02 David ConradVP8: Move calculation of outer filter limit out of...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-06-28 Ronald S. BultjeSimplify MV parsing, removes laying out 2 or 4 (16x8...
2010-06-28 Ronald S. BultjeOptimize split MC, so we don't always do 4x4 blocks...
2010-06-27 David ConradVP8 bilinear filter
2010-06-27 Måns Rullgårdvp8: warn and request sample if upscaling specified...
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-25 Jason Garrett-Glaserfix typo in vp8 decoder error message
2010-06-23 Stefan Gehreravoid conditional and division in chroma MV calculation
2010-06-22 David ConradNative VP8 decoder.