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
2014-08-22
rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized
Janne Grunau
2014-08-15
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-14
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-06-22
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-05-29
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-04-09
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-03-16
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-01-09
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2013-11-15
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-10-31
rv34: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-09-19
rv34: Fix a memory leak on errors
Martin Storsjö
2013-05-16
Remove commented-out debug #define cruft
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-07
Add missing error_resilience includes to files that use ER
Diego Biurrun
2013-02-15
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-08
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-06
rv34: Drop now unnecessary dsputil dependencies
Diego Biurrun
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2012-12-20
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-09-19
rv34: use ff_MPV_common_frame_size_change()
Janne Grunau
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-28
rv34: remove inline keyword from rv34_decode_block().
Ronald S. Bultje
2012-04-28
rv40: change a logical test into a bitwise one.
Christophe Gisquet
2012-04-28
rv34: remove constant parameter
Christophe Gisquet
2012-04-10
rv40dsp: implement prescaled versions for biweight.
Christophe GISQUET
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-26
rv34: set mb_num_left to 0 after finishing a frame
Ronald S. Bultje
2012-03-23
rv34: error out on size changes with frame threading
Janne Grunau
2012-03-23
rv34: Handle only complete frames in frame-mt.
Janne Grunau
2012-03-07
rv34: remove dead code in intra availability check
Christophe GISQUET
2012-03-07
rv34: clean a bit availability checks.
Christophe GISQUET
2012-03-01
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-02-15
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
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
[next]