index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
snow.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
indention
Michael Niedermayer
2007-09-08
1
-44
/
+44
*
cleanup mc_block()
Michael Niedermayer
2007-09-08
1
-35
/
+150
*
add a 8 taps filter for testing
Michael Niedermayer
2007-09-05
1
-0
/
+8
*
Replace constants by HTAPS (half pel interpolation filter taps) where appropr...
Michael Niedermayer
2007-09-05
1
-23
/
+32
*
code to do halfpel interpolation per frame (unfinished and under ifdef but it
Michael Niedermayer
2007-09-05
1
-3
/
+61
*
Cosmetics
Luca Barbato
2007-09-01
1
-14
/
+56
*
cleanup (remove some old experimentation related code)
Michael Niedermayer
2007-08-25
1
-301
/
+2
*
we only have 2 wavelets, the 3rd was just for experimentation ...
Michael Niedermayer
2007-08-25
1
-1
/
+1
*
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
Michael Niedermayer
2007-08-25
1
-125
/
+184
*
use more bits on the encoder side
Michael Niedermayer
2007-08-23
1
-1
/
+8
*
simplify
Michael Niedermayer
2007-08-22
1
-1
/
+1
*
Change rounding of the horizontal DWT to match the vertical one.
Michael Niedermayer
2007-08-21
1
-6
/
+6
*
get rid of idiotc double subtraction
Michael Niedermayer
2007-08-20
1
-2
/
+2
*
Ahem, fix typos overlooked in last commit.
Diego Biurrun
2007-07-28
1
-2
/
+2
*
cosmetics: misc typo fixes
Diego Biurrun
2007-07-28
1
-2
/
+2
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
1
-0
/
+1
*
trivial warning fixes
Måns Rullgård
2007-07-08
1
-2
/
+2
*
include snow encoder only if it is not disabled
Aurelien Jacobs
2007-07-05
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-3
/
+3
*
fix assert() 2nd try
Michael Niedermayer
2007-05-30
1
-1
/
+1
*
fix assertion failure
Michael Niedermayer
2007-05-29
1
-9
/
+4
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-6
/
+6
*
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Diego Biurrun
2007-02-24
1
-2
/
+2
*
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-02-07
1
-1
/
+1
*
Add the const specifier as needed to reduce the number of warnings.
Panagiotis Issaris
2007-01-30
1
-9
/
+9
*
Silence GCC when incorrectly complaining that the "line" variable could be used
Panagiotis Issaris
2007-01-25
1
-1
/
+1
*
Bring down the number of snow.c warnings from 27 to 17 by using the const
Panagiotis Issaris
2007-01-25
1
-20
/
+20
*
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
Panagiotis Issaris
2007-01-25
1
-6
/
+6
*
Change the Snow encoder to always use the available MotionEstContext pointer.
Panagiotis Issaris
2007-01-18
1
-4
/
+4
*
dead code removial
Michael Niedermayer
2007-01-03
1
-3
/
+1
*
store a few values in the header as difference to the last
Michael Niedermayer
2007-01-02
1
-14
/
+36
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-11
/
+11
*
revert bad checkin
Måns Rullgård
2006-11-14
1
-2
/
+2
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
1
-2
/
+2
*
rename squareTbl -> ff_squareTbl
Måns Rullgård
2006-11-12
1
-1
/
+1
*
outputs bit spent on various encoding functions (motion vectors, overhead, etc)
Tom Harper
2006-11-02
1
-0
/
+4
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-3
/
+3
*
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis
Michael Niedermayer
2006-10-12
1
-2
/
+2
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-27
/
+27
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Remove unused variables and the corresponding warnings along with them.
Diego Biurrun
2006-10-03
1
-2
/
+0
*
Handle possible failure of ff_eval.
Panagiotis Issaris
2006-09-26
1
-2
/
+10
*
snow cosmetics: merge the sliced and non-sliced versions of add_yblock
Loren Merritt
2006-09-01
1
-139
/
+15
*
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...
Loren Merritt
2006-09-01
1
-9
/
+27
*
Fix some "'static' is not at beginning of declaration" warnings.
Diego Biurrun
2006-08-08
1
-1
/
+1
*
support doing motion estimation and compensation without any residual transfo...
Michael Niedermayer
2006-06-04
1
-0
/
+15
*
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
Loren Merritt
2006-05-30
1
-0
/
+7
*
Snow: cosmetics
Loren Merritt
2006-05-30
1
-15
/
+15
*
Snow: scale predicted mv based on which reference frame the neighbors used.
Loren Merritt
2006-05-30
1
-9
/
+38
[prev]
[next]