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
/
rv40.c
Age
Commit message (
Expand
)
Author
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-28
rv40: perform bitwise checks in loop filter
Christophe Gisquet
2012-04-28
rv40: don't always do the full prev_type search
Christophe Gisquet
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-14
rv40: prevent undefined signed overflow in rv40_loop_filter()
Janne Grunau
2012-01-10
rv34: frame-level multi-threading
Janne Grunau
2011-12-14
rv40: rearrange loop filter functions
Mans Rullgard
2011-11-30
rv40: move loop filter to rv34dsp context
Janne Grunau
2011-08-09
Pretty-print RV3/4 decoder source
Kostya Shishkov
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-06-29
rv40: make rv40_adaptive_loop_filter() always_inline
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-08-30
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block
Kostya Shishkov
2009-07-01
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
Kostya Shishkov
2009-04-24
cosmetics: remove extra space indentation
Kostya Shishkov
2009-04-20
Make rv40 decoder use new static VLC initialization method
Kostya Shishkov
2009-02-24
Add and use ff_pixfmt_list_420.
Michael Niedermayer
2009-02-07
Add decoder flush after seeking for RV3/4 decoders
Kostya Shishkov
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-30
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2008-12-17
Merge deblocking pattern with CBP for RV30/40 loop filtering
Kostya Shishkov
2008-11-29
RV40 loop filter
Kostya Shishkov
2008-11-23
Strong filtering function for future RV40 loop filter
Kostya Shishkov
2008-11-15
Weak deblock filter function for future RV40 loop filter
Kostya Shishkov
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-28
Calculate motion vector information based on PTS provided in slice header
Kostya Shishkov
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2007-12-16
RV40 decoder should use availability cache
Kostya Shishkov
2007-12-07
Use existing function for VLC reading
Kostya Shishkov
2007-12-07
Check decoded dimensions for validity
Kostya Shishkov
2007-12-07
Intra types will be stored in int8_t array
Kostya Shishkov
2007-12-07
Add decoder flags
Kostya Shishkov
2007-12-04
RV40 decoder specific functions
Kostya Shishkov