index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Do not use braces in makefiles, use normal parentheses.
Diego Biurrun
2007-07-21
1
-5
/
+5
*
cosmetics: indentation
Justin Ruggles
2007-07-21
1
-2
/
+2
*
Use shared AC-3 header parsing. Move some initializations to block parsing fu...
Justin Ruggles
2007-07-21
1
-90
/
+62
*
don't need to synchronize in the decoder. the parser does that already.
Justin Ruggles
2007-07-21
1
-28
/
+1
*
get rid of an ugly macro
Justin Ruggles
2007-07-21
1
-17
/
+14
*
Return AVERROR(EINVAL) when invalid width and/or height are specified to
Panagiotis Issaris
2007-07-20
1
-0
/
+1
*
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
Panagiotis Issaris
2007-07-20
1
-1
/
+3
*
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
Panagiotis Issaris
2007-07-20
1
-1
/
+1
*
integrating blackfin optimized yuyvtoyv12 converter
Marc Hoffman
2007-07-20
1
-0
/
+23
*
removing reference to bfin_sram.h its not used anylonger
Marc Hoffman
2007-07-20
1
-1
/
+0
*
adding blackfin optimized yuyvtoyv12 converter
Marc Hoffman
2007-07-20
1
-0
/
+70
*
Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
Ramiro Polla
2007-07-19
1
-0
/
+4
*
Remove EXTRADEPS from common.mak since it is no longer used
Ramiro Polla
2007-07-19
1
-1
/
+1
*
regression tests for yuv440p yuvj440p
Andreas Öman
2007-07-19
3
-1
/
+9
*
bail out on unknown jpeg pixel format instead of silently decoding data incor...
Andreas Öman
2007-07-19
1
-1
/
+3
*
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Panagiotis Issaris
2007-07-19
4
-5
/
+5
*
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
67
-251
/
+251
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
42
-105
/
+105
*
cosmetics: indentation
Diego Biurrun
2007-07-19
1
-2
/
+2
*
Make video hook infrastructure conditional on video hooks being enabled.
Diego Biurrun
2007-07-19
2
-1
/
+6
*
use sscanf to parse address
Benoit Fouet
2007-07-19
1
-11
/
+2
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
4
-0
/
+4
*
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-07-19
3
-0
/
+3
*
UltraSPARC VIS yuv2rgb
Denes Balatoni
2007-07-19
3
-0
/
+219
*
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
Luca Abeni
2007-07-19
2
-0
/
+28
*
don't need to define ALT_BITSTREAM_READER
Justin Ruggles
2007-07-19
1
-2
/
+0
*
update license header. add copyright for myself. correct and complete the sta...
Justin Ruggles
2007-07-19
1
-2
/
+4
*
revise comment for exponent decoding function
Justin Ruggles
2007-07-19
1
-7
/
+7
*
new implementation of exponent decoding
Justin Ruggles
2007-07-19
1
-89
/
+34
*
cosmetics: indentation
Justin Ruggles
2007-07-19
1
-18
/
+18
*
remove portions of bit allocation which are no longer needed since they are s...
Justin Ruggles
2007-07-19
1
-44
/
+1
*
indentation fix
Alex Beregszaszi
2007-07-19
1
-1
/
+4
*
removed unused variable ti
Alex Beregszaszi
2007-07-19
1
-2
/
+0
*
Another minor simplification
Vitor Sessak
2007-07-18
1
-10
/
+7
*
Set the step index correctly for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-1
/
+2
*
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-4
/
+10
*
remove warnings
Benoit Fouet
2007-07-18
1
-6
/
+6
*
fix mem leak
Zdenek Kabelac
2007-07-18
1
-0
/
+1
*
Make deinterlace_16 receive an array as a parameter and not two separated vars
Vitor Sessak
2007-07-18
1
-7
/
+6
*
Minor simplification
Vitor Sessak
2007-07-18
1
-2
/
+1
*
Yet more cosmetics
Vitor Sessak
2007-07-18
1
-9
/
+4
*
More cosmetics
Vitor Sessak
2007-07-18
1
-23
/
+21
*
Remove reimplementation of av_log2
Vitor Sessak
2007-07-18
1
-10
/
+2
*
Document aes init code writing on purpose beyond round_key array into state a...
Reimar Döffinger
2007-07-18
1
-0
/
+2
*
remove useless check
Benoit Fouet
2007-07-18
1
-3
/
+3
*
use YUV440P in swscale
Andreas Öman
2007-07-18
2
-0
/
+11
*
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-18
3
-0
/
+40
*
fix emulated inet_aton so that it fails for invalid addresses
Joakim Plate
2007-07-18
1
-4
/
+5
[next]