index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vp56.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp56: alpha_offset is uninitialized on purpose
Aurelien Jacobs
2009-02-09
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
vp56: don't reset dimensions to 0 in codec init
Aurelien Jacobs
2008-12-15
1
-2
/
+0
*
rename Vp56Model to VP56Model for consistency
Aurelien Jacobs
2008-12-12
1
-1
/
+1
*
cosmetics: vertical alignment
Aurelien Jacobs
2008-12-11
1
-1
/
+1
*
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-12-11
1
-30
/
+30
*
clear_block mmx
Loren Merritt
2008-12-10
1
-1
/
+1
*
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Carl Eugen Hoyos
2008-05-13
1
-4
/
+4
*
ensure vp56_decode_frame always return unchanged buf_size
Aurelien Jacobs
2008-05-08
1
-3
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
simplify
Aurelien Jacobs
2007-09-25
1
-10
/
+7
*
rename one variable to be consistent with the rest of the file
Aurelien Jacobs
2007-09-25
1
-10
/
+10
*
consistent spelling: plan => plane
Aurelien Jacobs
2007-09-25
1
-14
/
+14
*
simplify
Aurelien Jacobs
2007-09-25
1
-1
/
+1
*
cosmetic: indent
Aurelien Jacobs
2007-09-25
1
-96
/
+96
*
add a new vp6a codec (add alpha plan support to vp6)
Aurelien Jacobs
2007-09-25
1
-22
/
+56
*
move all model related tables into their own struct
Aurelien Jacobs
2007-09-24
1
-16
/
+20
*
rename vp56_b6to3 to vp56_b2p
Aurelien Jacobs
2007-09-24
1
-5
/
+5
*
some simplifications and uniformisation
Aurelien Jacobs
2007-09-24
1
-18
/
+18
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
cleanup setting of returned data frame
Aurelien Jacobs
2007-02-25
1
-3
/
+2
*
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2007-02-25
1
-25
/
+25
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-2
/
+2
*
ensure that data[0] is set to NULL for next frame
Aurelien Jacobs
2007-02-06
1
-0
/
+1
*
use coded_width and coded_height instead of width and height
Aurelien Jacobs
2006-10-22
1
-6
/
+6
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-3
/
+5
*
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)
Aurelien Jacobs
2006-09-13
1
-9
/
+7
*
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)
Aurelien Jacobs
2006-09-11
1
-5
/
+8
*
rename vector to vect to avoid clash with Apple gcc
Aurelien Jacobs
2006-09-09
1
-12
/
+12
*
VP5 and VP6 video decoder
Aurelien Jacobs
2006-09-09
1
-0
/
+662