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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use memcpy instead of for loop
Benjamin Larsson
2007-11-18
1
-4
/
+2
*
Call mpegvideo flush routine on h264 flush. Needed in particular
Jeff Downs
2007-11-17
1
-0
/
+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
*
Attribute for specifying direction should come right after @param.
Panagiotis Issaris
2007-11-15
1
-3
/
+3
*
Use put_signed_pixels_clamped where appropriate
Christophe Gisquet
2007-11-15
1
-6
/
+3
*
Remove editor junk from the end.
Alex Beregszaszi
2007-11-14
1
-4
/
+0
*
Small simplification
Benjamin Larsson
2007-11-14
1
-9
/
+7
*
Support 44.1kHz audio. Acked by Benjamin
Alex Beregszaszi
2007-11-14
1
-0
/
+2
*
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
Alex Beregszaszi
2007-11-14
1
-1
/
+1
*
Make sine_window static. Acked by Benjamin Larsson
Alex Beregszaszi
2007-11-14
1
-1
/
+1
*
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
Stefano Sabatini
2007-11-14
1
-1
/
+1
*
Remove unused variable, fixes the warning:
Diego Biurrun
2007-11-13
1
-1
/
+0
*
cosmetics: Keep all OBJS entries on a line of their own.
Diego Biurrun
2007-11-12
1
-1
/
+2
*
tring to workaround gcc 2.95 bug which causes random failures
Michael Niedermayer
2007-11-12
1
-1
/
+2
*
ogg muxer
Baptiste Coudurier
2007-11-10
1
-0
/
+3
*
Add comments to some #endif directives.
Diego Biurrun
2007-11-10
1
-7
/
+6
*
cosmetics: Fix vissual --> visual typo.
Diego Biurrun
2007-11-10
2
-11
/
+11
*
Improve unsupported (pixel) format error message.
Stefano Sabatini
2007-11-10
1
-1
/
+1
*
cosmetics: Fix spacial --> spatial typo in function names.
Diego Biurrun
2007-11-10
3
-30
/
+30
*
misc spelling/grammar/wording fixes in comments
Diego Biurrun
2007-11-10
2
-24
/
+23
*
X8 is supported now, so warning is incorrect
Kostya Shishkov
2007-11-10
1
-6
/
+0
*
Provide top_field_first logic for h264
Reinhard Nissl
2007-11-10
1
-0
/
+2
*
make some tables static
Aurelien Jacobs
2007-11-10
2
-16
/
+16
*
add multiple inclusion guards
Aurelien Jacobs
2007-11-09
2
-0
/
+10
*
grammar
Michael Niedermayer
2007-11-09
1
-1
/
+1
*
indention
Michael Niedermayer
2007-11-09
1
-1
/
+1
*
remove useless #ifdef
Michael Niedermayer
2007-11-09
1
-4
/
+0
*
remove inline from non speed critical functions
Michael Niedermayer
2007-11-09
1
-2
/
+2
*
vertical align
Michael Niedermayer
2007-11-09
1
-1
/
+1
*
indention
Michael Niedermayer
2007-11-09
1
-3
/
+3
*
remove unneeded {}
Michael Niedermayer
2007-11-09
1
-2
/
+0
*
add {} to make the else look a little more normal
Michael Niedermayer
2007-11-09
1
-1
/
+2
*
indention
Michael Niedermayer
2007-11-09
1
-19
/
+19
*
indention
Michael Niedermayer
2007-11-09
1
-9
/
+9
*
remove debug variable
Michael Niedermayer
2007-11-09
1
-3
/
+0
*
remove #if 0 code
Michael Niedermayer
2007-11-09
1
-49
/
+0
*
cosmetic
Michael Niedermayer
2007-11-09
1
-2
/
+1
*
factorize
Michael Niedermayer
2007-11-09
1
-4
/
+2
*
intrax8 decoder patch by "someone"
Michael Niedermayer
2007-11-09
12
-13
/
+2345
*
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
Martin Lindhe
2007-11-08
2
-3
/
+3
*
cosmetics: indentation
Aurelien Jacobs
2007-11-07
1
-1
/
+1
*
split wmv2 in its own file
Aurelien Jacobs
2007-11-07
4
-17
/
+30
*
Fix deblocking filter for field pictures by properly looking for first
Jeff Downs
2007-11-07
1
-1
/
+2
*
rename some msmpeg4 symbols and make them non-static
Aurelien Jacobs
2007-11-07
2
-43
/
+43
*
Fix make checkheaders by adding missing #include.
Diego Biurrun
2007-11-07
1
-0
/
+1
*
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER
Aurelien Jacobs
2007-11-07
1
-3
/
+16
*
Musepack SV8 demuxer and decoder
Kostya Shishkov
2007-11-07
6
-2
/
+1068
*
Fix poc for field pictures. Prior to this, the poc of the second field
Jeff Downs
2007-11-06
1
-2
/
+4
[next]