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
/
vp56.c
Age
Commit message (
Expand
)
Author
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-10-07
vp56: Release old pictures after a resolution changes
Laurent Aimar
2011-10-07
vp6: Check for huffman tree build errors
Laurent Aimar
2011-10-07
vp56: Check for missing reference frame data
Laurent Aimar
2011-07-15
doxygen: do not include license boilerplate in Doxygen documentation
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-28
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2010-07-28
10l: missed one reindent.
Alex Converse
2010-07-28
ff_prefix non static vp56 functions.
Alex Converse
2010-04-30
VP56: move vp56_edge_filter to new VP56DSPContext
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-03
move vp6 huffman table freeing code, out of common vp56 code
Aurelien Jacobs
2010-03-03
Plug some memory leaks in the VP6 decoder
Vitor Sessak
2010-01-29
Make VP5 and VP6 decoders output a qscale table to allow for more automatic
Reimar Döffinger
2010-01-28
vp56: check buffer size to fix a potential segfault
Laurent Aimar
2010-01-23
Use av_freep intead of av_free to free pointers in vp56 context.
Reimar Döffinger
2009-04-07
fix vp5/vp6 decoding by using new prototype for decode function
Aurelien Jacobs
2009-02-09
vp56: alpha_offset is uninitialized on purpose
Aurelien Jacobs
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-15
vp56: don't reset dimensions to 0 in codec init
Aurelien Jacobs
2008-12-12
rename Vp56Model to VP56Model for consistency
Aurelien Jacobs
2008-12-11
cosmetics: vertical alignment
Aurelien Jacobs
2008-12-11
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-12-10
clear_block mmx
Loren Merritt
2008-05-13
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Carl Eugen Hoyos
2008-05-08
ensure vp56_decode_frame always return unchanged buf_size
Aurelien Jacobs
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
const
Michael Niedermayer
2007-09-25
simplify
Aurelien Jacobs
2007-09-25
rename one variable to be consistent with the rest of the file
Aurelien Jacobs
2007-09-25
consistent spelling: plan => plane
Aurelien Jacobs
2007-09-25
simplify
Aurelien Jacobs
2007-09-25
cosmetic: indent
Aurelien Jacobs
2007-09-25
add a new vp6a codec (add alpha plan support to vp6)
Aurelien Jacobs
2007-09-24
move all model related tables into their own struct
Aurelien Jacobs
2007-09-24
rename vp56_b6to3 to vp56_b2p
Aurelien Jacobs
2007-09-24
some simplifications and uniformisation
Aurelien Jacobs
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-02-25
cleanup setting of returned data frame
Aurelien Jacobs
2007-02-25
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-06
ensure that data[0] is set to NULL for next frame
Aurelien Jacobs
2006-10-22
use coded_width and coded_height instead of width and height
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-13
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)
Aurelien Jacobs
2006-09-11
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)
Aurelien Jacobs
2006-09-09
rename vector to vect to avoid clash with Apple gcc
Aurelien Jacobs
2006-09-09
VP5 and VP6 video decoder
Aurelien Jacobs