git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix VP8 aliasing problems.
[ffmpeg.git]
/
libavcodec
/
vp8.c
2011-01-28
Ronald S. Bultje
Fix VP8 aliasing problems.
blob
|
commitdiff
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-25
Ronald S. Bultje
Don't do edge emulation unless the edge pixels will...
blob
|
commitdiff
|
diff to current
2010-12-30
Ronald S. Bultje
Fix valgrind invalid read on top MB rows with CODEC_FLA...
blob
|
commitdiff
|
diff to current
2010-12-28
Ronald S. Bultje
Support CODEC_FLAG_EMU_EDGE in VP8 decoder.
blob
|
commitdiff
|
diff to current
2010-09-07
Stefano Sabatini
Use new imgutils.h API names, fix deprecation warnings.
blob
|
commitdiff
|
diff to current
2010-08-13
Jason Garrett-Glaser
Remove some stray +s in VP8
blob
|
commitdiff
|
diff to current
2010-08-11
Pascal Massimino
remove b4_stride/mb_stride.
blob
|
commitdiff
|
diff to current
2010-08-11
Pascal Massimino
fix over-allocation. confused b4_stride with mb_width.
blob
|
commitdiff
|
diff to current
2010-08-06
Stefano Sabatini
Remove use of the deprecated function avcodec_check_dim...
blob
|
commitdiff
|
diff to current
2010-08-05
Jason Garrett-Glaser
VP8: fix bug in prefetch
blob
|
commitdiff
|
diff to current
2010-08-04
Jason Garrett-Glaser
VP5/6/8: eliminate CABAC dependency
blob
|
commitdiff
|
diff to current
2010-08-04
Jason Garrett-Glaser
VP8: partially inline decode_block_coeffs
blob
|
commitdiff
|
diff to current
2010-08-04
Jason Garrett-Glaser
Fix 100L in r24689
blob
|
commitdiff
|
diff to current
2010-08-04
Jason Garrett-Glaser
VP8: simplify decode_block_coeffs to avoid having to...
blob
|
commitdiff
|
diff to current
2010-08-03
Jason Garrett-Glaser
VP8: slightly faster DCT coefficient probability update
blob
|
commitdiff
|
diff to current
2010-08-03
Jason Garrett-Glaser
VP8: make another RAC call branchy
blob
|
commitdiff
|
diff to current
2010-08-03
Jason Garrett-Glaser
VP8: unroll partition type decoding tree
blob
|
commitdiff
|
diff to current
2010-08-03
Jason Garrett-Glaser
VP8: unroll splitmv decoding tree
blob
|
commitdiff
|
diff to current
2010-08-03
Jason Garrett-Glaser
VP8: unroll MB mode decoding tree
blob
|
commitdiff
|
diff to current
2010-08-02
Jason Garrett-Glaser
VP8: eliminate a dereference in coefficient decoding
blob
|
commitdiff
|
diff to current
2010-08-02
Jason Garrett-Glaser
VP8: much faster DC transform handling
blob
|
commitdiff
|
diff to current
2010-08-02
Jason Garrett-Glaser
VP8: move zeroing of luma DC block into the WHT
blob
|
commitdiff
|
diff to current
2010-08-02
Pascal Massimino
only store intra prediction modes on the boundary for...
blob
|
commitdiff
|
diff to current
2010-08-02
Jason Garrett-Glaser
VP8: simplify token_prob handling
blob
|
commitdiff
|
diff to current
2010-08-01
Pascal Massimino
prevent access to vp8_coeff_band[16]
blob
|
commitdiff
|
diff to current
2010-07-27
Pascal Massimino
b0rk3d FATE + black helicopters hissing -> rolling...
blob
|
commitdiff
|
diff to current
2010-07-27
Pascal Massimino
perform the clipping on luma_dc_qmul[1] and chroma_qmul...
blob
|
commitdiff
|
diff to current
2010-07-27
Pascal Massimino
save some copies by moving some fields out of proba[2]
blob
|
commitdiff
|
diff to current
2010-07-26
Jason Garrett-Glaser
VP8: add missing free
blob
|
commitdiff
|
diff to current
2010-07-25
Carl Eugen Hoyos
Fix r24445: Instead of needlessly initialising a variab...
blob
|
commitdiff
|
diff to current
2010-07-23
David Conrad
VP8: Inline traversing vp8_small_mvtree
blob
|
commitdiff
|
diff to current
2010-07-23
David Conrad
VP8: Use vp56_rac_get_prob_branchy when the bit is...
blob
|
commitdiff
|
diff to current
2010-07-23
David Conrad
Decode DCT tokens by branching to a different code...
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
Add myself to VP8 copyright and maintainers.
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: always_inline some things to force gcc to do the...
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: use AV_RL24 instead of defining a new RL24.
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: Slightly faster MV selection
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: use AV_ZERO32 instead of AV_WN32A where relevant
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: eliminate redundant code in r24458
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: shave a few clocks off check_intra_pred_mode
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: fix broken sign bias code in MV pred
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: optimize DC-only chroma case in the same way as...
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: Clean up some variable shadowing.
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: 30% faster idct_mb
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: smarter prefetching
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: clear DCT blocks in iDCT instead of using clear_bl...
blob
|
commitdiff
|
diff to current
2010-07-23
Jason Garrett-Glaser
VP8: avoid a memset for non-i4x4 blocks with no coeffic...
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Get rid of more unnecessary dereferences in VP8 deblocking
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Shut up an uninitialized variable GCC warning in VP8.
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Smarter VP8 prefetching
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Fix stupid bug in VP8 prefetching code
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Eliminate a LUT in escape decoding in VP8 decode_block_...
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Eliminate some repeated dereferences in VP8 inter_predict
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Eliminate a pointless memset for intra blocks in P...
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
VP8: Don't store segment in macroblock struct anymore.
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Convert VP8 macroblock structures to a ring buffer.
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Calculate deblock strength per-MB instead of per-row
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Avoid tracking i4x4 modes in P-frames in VP8
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Avoid useless fill_rectangle in P-frames in VP8
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Optimize partition mv decoding in VP8
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Take shortcuts for mv0 case in VP8 MC
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Much faster VP8 mv and mode prediction
blob
|
commitdiff
|
diff to current
2010-07-22
Jason Garrett-Glaser
Add prefetching to VP8 decoder
blob
|
commitdiff
|
diff to current
2010-07-20
Måns Rullgård
vp8: indent
blob
|
commitdiff
|
diff to current
2010-07-20
Måns Rullgård
vp8: add do { } while(0) around XCHG() macro to avoid...
blob
|
commitdiff
|
diff to current
2010-07-20
Diego Biurrun
Add some braces to silence the warning:
blob
|
commitdiff
|
diff to current
2010-07-19
Ronald S. Bultje
Change function prototypes for width=8 inner and mbedge...
blob
|
commitdiff
|
diff to current
2010-07-16
David Conrad
vp8: Save mb border needed for intra prediction so...
blob
|
commitdiff
|
diff to current
2010-07-16
David Conrad
vp8: Check for malloc failure
blob
|
commitdiff
|
diff to current
2010-07-08
Ronald S. Bultje
Add missing doxy for function arguments.
blob
|
commitdiff
|
diff to current
2010-07-02
David Conrad
VP8: Move calculation of outer filter limit out of...
blob
|
commitdiff
|
diff to current
2010-07-02
Diego Biurrun
Avoid square brackets in Doxygen comments; Doxygen...
blob
|
commitdiff
|
diff to current
2010-06-28
Ronald S. Bultje
Simplify MV parsing, removes laying out 2 or 4 (16x8...
blob
|
commitdiff
|
diff to current
2010-06-28
Ronald S. Bultje
Optimize split MC, so we don't always do 4x4 blocks...
blob
|
commitdiff
|
diff to current
2010-06-27
David Conrad
VP8 bilinear filter
blob
|
commitdiff
|
diff to current
2010-06-27
Måns Rullgård
vp8: warn and request sample if upscaling specified...
blob
|
commitdiff
|
diff to current
2010-06-25
Jason Garrett-Glaser
Make VP8 DSP functions take two strides
blob
|
commitdiff
|
diff to current
2010-06-25
Jason Garrett-Glaser
fix typo in vp8 decoder error message
blob
|
commitdiff
|
diff to current
2010-06-23
Stefan Gehrer
avoid conditional and division in chroma MV calculation
blob
|
commitdiff
|
diff to current
2010-06-22
David Conrad
Native VP8 decoder.
blob
|
commitdiff
|
diff to current