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
/
indeo3.c
Age
Commit message (
Expand
)
Author
2007-04-07
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-02-25
use FFMIN
Ramiro Polla
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-03-06
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)
Michael Niedermayer
2005-02-27
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...
Sebastian Jedruszkiewicz
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2004-10-06
* fixing a few of gcc 'clean-code' warnings
Zdenek Kabelac
2004-09-21
greyscale decoding (option to skip u,v planes) support
Alex Beregszaszi
2004-05-21
data_size = 0 cleanup
Michael Niedermayer
2004-02-07
segfault fix
Michael Niedermayer
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-09-25
fixes levis.avi
Michael Niedermayer
2003-09-09
use const data - began to make code more portable
Fabrice Bellard
2003-05-24
Warning and compatibility fixes.
Falk Hüffner
2003-05-06
release buffer cleanup
Michael Niedermayer
2003-04-19
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com
Mike Melanson
2003-04-15
native Indeo3 decoder implementation
Mike Melanson