index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
rv34.h
Age
Commit message (
Expand
)
Author
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-04-10
rv40dsp: implement prescaled versions for biweight.
Christophe GISQUET
2012-02-14
rv34: use uint16_t for RV34DecContext.deblock_coefs
Janne Grunau
2012-01-10
rv34: frame-level multi-threading
Janne Grunau
2012-01-10
rv34: use get_bits_left()
Janne Grunau
2011-08-11
Add weighted motion compensation for RV40 B-frames
Kostya Shishkov
2011-08-11
RV3/4: calculate B-frame motion weights once per frame
Kostya Shishkov
2011-08-11
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-07-01
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
Kostya Shishkov
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-02
Update ff_rv34_decode_frame() arguments definition
Kostya Shishkov
2008-11-29
Invoke future RV30/40 loop filter for already decoded rows instead of
Kostya Shishkov
2008-11-07
Calculating an additional MV-based deblocking pattern is the same
Kostya Shishkov
2008-10-20
RV3 and RV4 decoders set some deblocking coefs for each macroblock,
Kostya Shishkov
2008-10-05
Register RV-[34] block specific feature for long future loop filter
Kostya Shishkov
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-04-28
Calculate motion vector information based on PTS provided in slice header
Kostya Shishkov
2008-02-04
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
Diego Biurrun
2008-01-18
Save coded block patterns for future loop filtering.
Kostya Shishkov
2007-12-16
RV30/40 decoding core
Kostya Shishkov