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
/
svq1.c
Age
Commit message (
Expand
)
Author
2013-02-06
svq1: replace struct svq1_frame_size with an array.
Anton Khirnov
2012-10-10
svq1: K&R formatting cosmetics
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-09
Add a function to match a 2 element vector of uint16_t and use it in h263 and...
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-02
Avoid POSIX-reserved _t namespace.
Diego Biurrun
2008-01-07
Mark the ff_svq1_frame_size_table as constant.
Diego Pettenò
2007-07-06
split SVQ1 decoder and encoder in their own files
Aurelien Jacobs
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-10
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-03-30
move some stuff out of an inner loop. 12% faster svq1 encoding.
Loren Merritt
2007-03-30
mmx 16-bit ssd. 2.3x faster svq1 encoding.
Loren Merritt
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-24
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Diego Biurrun
2006-11-22
fix bitstream to be correctly decoded by quicktime
Baptiste Coudurier
2006-11-22
fix sigfpe with intra only encoding
Baptiste Coudurier
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
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-09-05
set a few variables correctly
Michael Niedermayer
2005-07-14
skip_idct
Michael Niedermayer
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
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-11-27
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-09-27
10l (segfault)
Michael Niedermayer
2004-09-08
try to select w/h from tables
Alex Beregszaszi
2004-07-28
svq1 mv array size fix
Michael Niedermayer
2004-07-27
well that does not need to be there anymore
Mike Melanson
2004-06-13
the ongoing struggle for encoding conditionals
Mike Melanson
2004-06-08
gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)
Michael Niedermayer
2004-05-21
data_size = 0 cleanup
Michael Niedermayer
2004-05-18
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-05-12
removing unused encoding code
Michael Niedermayer
2004-05-12
automatic pixel format selection
Michael Niedermayer
2004-05-12
segfault fix
Michael Niedermayer
2004-05-12
support skiped blocks in SVQ1
Michael Niedermayer
2004-05-12
motion estimation for SVQ1
Michael Niedermayer
2004-05-09
p frame encoding, only with 0,0 motion vectors yet though
Michael Niedermayer
2004-05-08
using pointers so the code could eventually be used for P frames
Michael Niedermayer
2004-05-08
width height %64 != 0 fix
Michael Niedermayer
2004-05-07
color and 10l
Michael Niedermayer
2004-05-07
rate distorted intra only encoding
Michael Niedermayer
2004-05-07
first pass at a Sorenson Video 1 (SVQ1) encoder
Mike Melanson
2004-03-16
init cleanup
Michael Niedermayer
[next]