]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
Estimate frame size during encoding.
[ffmpeg] / libavcodec / vp8.c
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.