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
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+1
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
More POSIX _t namespace cleanup.
Michael Niedermayer
2008-12-12
1
-17
/
+17
*
Fix regression test failure with pthreads on multiprocessor systems.
Michael Niedermayer
2008-12-02
1
-0
/
+2
*
snow: move scratch buffer from stack to malloced buffer in context
Måns Rullgård
2008-11-25
1
-2
/
+6
*
cosmetics: s/const static/static const/g
Mathieu Malaterre
2008-08-19
1
-3
/
+3
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-1
/
+3
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-6
/
+6
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-7
/
+7
*
cosmetics: Fix indentation in a few more places.
Diego Biurrun
2008-03-08
1
-34
/
+35
*
cosmetics: Normalize {} placement after for, while, if.
Diego Biurrun
2008-03-08
1
-18
/
+9
*
move draw_edges() into dsputil
Aurelien Jacobs
2008-03-04
1
-3
/
+3
*
suppress the second warning
Michael Niedermayer
2008-02-28
1
-1
/
+3
*
cosmetics: Demplayerify indentation.
Diego Biurrun
2008-02-26
1
-224
/
+227
*
Add comments to some #endif directives.
Diego Biurrun
2008-02-26
1
-2
/
+2
*
cosmetics: spelling/grammar
Diego Biurrun
2008-02-26
1
-26
/
+27
*
Remove START_TIMER and STOP_TIMER macros.
Diego Biurrun
2008-02-26
1
-92
/
+3
*
Remove commented-out av_log calls.
Diego Biurrun
2008-02-25
1
-12
/
+0
*
Make diego happy.
Michael Niedermayer
2008-02-25
1
-2
/
+2
*
some const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun...
Baptiste Coudurier
2008-01-31
1
-1
/
+1
*
Add const qualifier, fix warnings:
Baptiste Coudurier
2008-01-31
1
-7
/
+7
*
Remove unused variables in test code.
Diego Biurrun
2008-01-22
1
-2
/
+1
*
Consistently use TEST as the preprocessor condition to enable test code.
Diego Biurrun
2008-01-20
1
-2
/
+2
*
Remove green clouds.
Michael Niedermayer
2008-01-14
1
-4
/
+16
*
prevent warnings about functions being possibly unused
Michael Niedermayer
2007-12-06
1
-2
/
+2
*
thank you for your efforts to keep my code clean, but i would like to
Michael Niedermayer
2007-12-06
1
-0
/
+14
*
main() --> main(void)
Diego Biurrun
2007-11-23
1
-1
/
+1
*
Remove unused functions, fixes the warnings:
Diego Biurrun
2007-11-16
1
-14
/
+0
*
avoid some halfpel related #ifdef
Aurelien Jacobs
2007-11-15
1
-5
/
+3
*
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
Diego Biurrun
2007-11-15
1
-0
/
+2
*
Add comments to some #endif directives.
Diego Biurrun
2007-11-10
1
-7
/
+6
*
cosmetics: Fix vissual --> visual typo.
Diego Biurrun
2007-11-10
1
-2
/
+2
*
Improve unsupported (pixel) format error message.
Stefano Sabatini
2007-11-10
1
-1
/
+1
*
warning fixes:
Diego Biurrun
2007-10-11
1
-3
/
+1
*
some experimental iterative quantization code
Michael Niedermayer
2007-09-23
1
-2
/
+123
*
make changing spatial_decomposition_count per frame work
Michael Niedermayer
2007-09-09
1
-10
/
+19
*
do not ignore return of decode_header()
Michael Niedermayer
2007-09-09
1
-1
/
+2
*
do not force the halfpel filter coeffs to be retransmitted on every frame
Michael Niedermayer
2007-09-09
1
-3
/
+2
*
allow changing of the spatial_decomposition_count and quantization tables
Michael Niedermayer
2007-09-09
1
-21
/
+42
*
perform init after reading the values needed for init
Michael Niedermayer
2007-09-09
1
-29
/
+35
*
unneeded and impossible during init ...
Michael Niedermayer
2007-09-09
1
-1
/
+0
*
unused
Michael Niedermayer
2007-09-09
1
-2
/
+2
*
allocate slice buffer after parsing the header containing needed parameters
Michael Niedermayer
2007-09-09
1
-7
/
+4
*
remove ()
Michael Niedermayer
2007-09-09
1
-1
/
+1
*
spatial_decomposition_count != 5 bugfix
Michael Niedermayer
2007-09-09
1
-1
/
+1
*
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
Michael Niedermayer
2007-09-09
1
-96
/
+96
[next]