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
/
roqvideo.c
Age
Commit message (
Expand
)
Author
2011-01-10
Check for invalid motion vector, fixes issue 2521.
Daniel Kang
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-05-15
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
Stefano Sabatini
2007-07-05
Remove more useless parentheses.
Vitor Sessak
2007-07-03
Remove useless parentheses.
Vitor Sessak
2007-07-02
use properly AVFrame.linesize
Vitor Sessak
2007-06-27
use the right stride
Vitor Sessak
2007-06-26
right copyrights
Vitor Sessak
2007-06-26
add width and height in context and use them
Vitor Sessak
2007-06-25
Fix typo
Vitor Sessak
2007-06-05
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
Eric Lasota
2007-05-29
Split RoQ decoder to accommodate future encoder patch
Vitor Sessak
2007-05-29
cosmetics and function rename
Vitor Sessak
2007-05-23
Remove duplicate bytestream functions
Ramiro Polla
2007-05-10
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-04-07
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-02-24
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-08-13
tinfoil patch: validate motion vectors and do not free frame on exit if
Mike Melanson
2004-05-21
data_size = 0 cleanup
Michael Niedermayer
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-02
experimental half-pel motion compensation for C planes, courtesy of Dr.
Mike Melanson
2003-09-02
initial commit for Id RoQ and Interplay MVE multimedia subsystems
Mike Melanson