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
/
rv30.c
Age
Commit message (
Expand
)
Author
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-21
rv30: return AVERROR(EINVAL) instead of EINVAL
Diego Biurrun
2011-07-16
Do not decode RV30 files if the extradata is too small
Rafaël Carré
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-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
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-07-01
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
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-11
30l: when reading mb_offset in RV30 slice header its size
Kostya Shishkov
2009-01-11
RV30 decoder passes possible frame sizes in extradata and selects
Kostya Shishkov
2008-12-20
RV30 loop filter
Kostya Shishkov
2008-10-28
Detect split RV30 slices
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-07
Use existing function for VLC reading
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-03
cosmetics: comment spelling fixes
Diego Biurrun
2007-12-02
RealVideo 3 decoder functions
Kostya Shishkov