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
/
vp3.c
Age
Commit message (
Expand
)
Author
2014-12-18
theora: support different visible and coded frame size
Vittorio Giovara
2014-10-15
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-06-20
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-04-01
VP3: K&R formatting cosmetics
Vittorio Giovara
2014-03-22
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diego Biurrun
2014-02-27
Give IDCT matrix transpose macro a more descriptive name
Diego Biurrun
2013-11-15
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-10-31
vp3: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-15
lavc: Convert some remaining strides to ptrdiff_t
Ronald S. Bultje
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-09-16
vp3: Check the framerate for validity
Martin Storsjö
2013-04-19
vp3: Use hpeldsp instead of dsputil for half-pel functions
Ronald S. Bultje
2013-04-15
vp3: Use full transpose for all IDCTs
Ronald S. Bultje
2013-04-08
vp3: Embed idct_permutation array directly in VP3DecoderContext
Ronald S. Bultje
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2013-01-21
vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.
Ronald S. Bultje
2013-01-19
Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.
Ronald S. Bultje
2013-01-19
vp3: integrate clear_blocks with idct of previous block.
Ronald S. Bultje
2013-01-17
theora: Skip zero-sized headers
Martin Storsjö
2013-01-10
vp3: Fix double free in vp3_decode_end()
Ronald Bultje
2012-12-20
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-11-13
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-01
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-18
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-04-12
vp3: Assert on invalid filter_limit values.
Dale Curtis
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-01-05
vp3: fix streams with non-zero last coefficient
Janne Grunau
2011-12-23
vp3dec: Check coefficient index in vp3_dequant()
Reinhard Tartler
2011-12-20
vp3: Reorder some functions to fix VP3 build with Theora disabled.
Diego Biurrun
2011-12-02
avcodec: change number of plane pointers from 4 to 8 at next major bump.
Justin Ruggles
2011-11-19
avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
2011-11-02
vp3: remove some pointless comments
Diego Biurrun
2011-10-28
vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
2011-10-20
lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
2011-10-16
w32threads: support for frame multithreading
Steven Walters
2011-08-26
doxygen: fix wrong comment syntax, //< vs. ///<
Diego Biurrun
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-28
vp3/theora: flush after seek.
Ronald S. Bultje
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-03-02
vp3-mt: fix deadlock when first frame is not a keyframe.
Ronald S. Bultje
2011-02-19
Fix VP3 edge emulation
David Conrad
2011-02-18
VP3: fix decoding of videos with stride > 2048
Jason Garrett-Glaser
[next]