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.c
Age
Commit message (
Expand
)
Author
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-14
rv34: handle size changes during frame multithreading
Janne Grunau
2012-02-14
rv34: use AVERROR return values in ff_rv34_decode_frame()
Janne Grunau
2012-01-16
rv34: 1-pass inter MB reconstruction
Christophe GISQUET
2012-01-16
rv34: Intra 16x16 handling
Christophe GISQUET
2012-01-16
rv34: Inter/intra MB code split
Christophe GISQUET
2012-01-12
rv34: fix and optimise frame dependency checking
Janne Grunau
2012-01-12
rv34: DC-only inverse transform
Christophe GISQUET
2012-01-10
rv34: frame-level multi-threading
Janne Grunau
2012-01-10
rv34: use get_bits_left()
Janne Grunau
2012-01-04
rv34: fix invalid memory access for small video dimensions
John Brooks
2012-01-04
rv34: joint coefficient decoding and dequantization
Christophe GISQUET
2011-12-13
lavc: introduce ER_MB_END and ER_MB_ERROR
Luca Barbato
2011-12-13
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
rv34: move 4x4 dequant to RV34DSPContext
Mans Rullgard
2011-12-01
rv34: align temporary block of "dct" coefs
Mans Rullgard
2011-11-26
rv34: fix signed multiplication overflow
Mans Rullgard
2011-10-21
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-12
rv34: move inverse transform functions to DSP context
Janne Grunau
2011-09-22
rv34: Check for invalid slices offsets
Laurent Aimar
2011-09-20
rv34: Check for invalid slice offsets
Laurent Aimar
2011-09-19
rv34: Fix potential overreads
Laurent Aimar
2011-09-19
rv34: Fix buffer size used for MC of B frames after a resolution change
Laurent Aimar
2011-09-19
rv34: Avoid NULL dereference on corrupted bitstream
Laurent Aimar
2011-09-15
Fixed size given to init_get_bits().
Laurent Aimar
2011-09-12
rv34: check that subsequent slices have the same type as first one.
Kostya Shishkov
2011-08-12
rv34: free+allocate buffer instead of reallocating it to preserve alignment
Kostya Shishkov
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-08-09
Pretty-print RV3/4 decoder source
Kostya Shishkov
2011-08-02
Correct chroma vector calculation for RealVideo 3.
Kostya Shishkov
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-04
Remove unused static tables and static inline functions.
Diego Biurrun
2011-07-02
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-05-10
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-26
lavc: remove FF_API_HURRY_UP cruft
Anton Khirnov
2011-04-02
lavc: mark hurry_up for removal on next major bump
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2010-07-02
Disambiguate bitstream groups for AAC and RV30/RV40.
Diego Biurrun
2010-06-30
Fix "initialization from incompatible pointer type" warning in rv34.
Eli Friedman
2010-06-25
rv34: kill VLAs
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-09
Revert commit 22378.
Vitor Sessak
2010-03-09
Check for reference frames so RV 3/4 won't segfault trying to copy data from
Kostya Shishkov
2009-11-24
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
Kostya Shishkov
2009-11-22
Update dimensions in AVCodecContext when RV3/4 frame dimensions change
Kostya Shishkov
2009-08-30
Convert ZERO8x2 macro into inline function
Kostya Shishkov
[next]