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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
192
-319
/
+351
*
IFF stereo support
Jai Menon
2008-05-09
1
-1
/
+27
*
Add required stdint.h header.
Diego Biurrun
2008-05-09
1
-0
/
+1
*
Little fix for block sizes <16
Michael Niedermayer
2008-05-09
1
-1
/
+1
*
Revert previous mistaken commit.
Diego Biurrun
2008-05-09
4
-10
/
+10
*
ipp.h is a system header, use <> when #including it.
Diego Biurrun
2008-05-09
5
-11
/
+11
*
dsputil.h is not a system header, use "" when #including it.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
string.h is a system header file, so use <> for it.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Improve motion estimation metric.
Michael Niedermayer
2008-05-09
1
-1
/
+12
*
use enum type instead of int
Aurelien Jacobs
2008-05-09
1
-1
/
+1
*
cosmetics: indentation
Aurelien Jacobs
2008-05-09
1
-1
/
+1
*
matroskadec: add support for lzo compressed tracks
Aurelien Jacobs
2008-05-09
1
-6
/
+27
*
remove useless comment
Aurelien Jacobs
2008-05-08
1
-2
/
+0
*
matroskadec: fail gracefully when seeking don't work
Aurelien Jacobs
2008-05-08
1
-1
/
+1
*
#include required stdint.h header directly.
Diego Biurrun
2008-05-08
1
-0
/
+2
*
ensure vp56_decode_frame always return unchanged buf_size
Aurelien Jacobs
2008-05-08
1
-3
/
+4
*
matroskadec: add support for track content encoding
Aurelien Jacobs
2008-05-08
2
-2
/
+171
*
Do not misuse long as the size of a register in x86.
Ramiro Polla
2008-05-08
21
-175
/
+187
*
Do not return -1 from void functions.
Carl Eugen Hoyos
2008-05-08
1
-2
/
+2
*
One const per declaration is enough.
Carl Eugen Hoyos
2008-05-08
1
-1
/
+1
*
#include required headers directly.
Diego Biurrun
2008-05-08
1
-1
/
+7
*
prettyprinting cosmetics
Diego Biurrun
2008-05-08
1
-6
/
+6
*
Compile network-related code conditionally.
Ramiro Polla
2008-05-08
1
-0
/
+4
*
Check for sys/resource.h and include it conditionally.
Ramiro Polla
2008-05-08
2
-2
/
+5
*
Disable libdirac decoder if the faster libschroedinger decoder is available.
Anuradha Suraparaju
2008-05-08
1
-0
/
+3
*
#include stdint.h instead of using a manual typedef for uint8_t.
Diego Biurrun
2008-05-07
1
-1
/
+1
*
When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
Matthieu Castet
2008-05-07
1
-1
/
+1
*
export dnxhd encoded picture quality
Baptiste Coudurier
2008-05-06
1
-0
/
+2
*
Remove one more set of useless parentheses from a return call.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
22
-33
/
+33
*
minor wording fix
Diego Biurrun
2008-05-06
1
-1
/
+1
*
In pkg-config files, libraries not exposed through the library, but just needed
Anssi Hannula
2008-05-06
1
-2
/
+4
*
minor spelling fix
Diego Biurrun
2008-05-06
1
-2
/
+2
*
cosmetics: whitespace/order changes, if/then --> && in pkg-config section
Diego Biurrun
2008-05-05
1
-10
/
+3
*
Merge both pkg-config creation commands into one.
Diego Biurrun
2008-05-05
1
-18
/
+0
*
In the pkg-config file generation, derive the short name from the library
Diego Biurrun
2008-05-05
1
-8
/
+9
*
Remove stray extra parameter from libavutil pkg-config command.
Diego Biurrun
2008-05-05
1
-1
/
+1
*
cosmetics: sort lines (correctly)
Diego Biurrun
2008-05-05
1
-5
/
+2
*
Check url_seek() in url_open().
Michael Niedermayer
2008-05-05
1
-0
/
+6
*
Use a state machine to reduce branching logic in decode_cabac_residual.
Jason Garrett-Glaser
2008-05-04
1
-9
/
+19
*
Cosmetics: reorder and align targets
Luca Barbato
2008-05-04
1
-1
/
+3
*
Build sparc arch specific code using the Makefile
Luca Barbato
2008-05-04
2
-8
/
+3
*
Prevent targaenc.c from outputting trash byte.
Ramiro Polla
2008-05-04
1
-1
/
+1
*
cosmetics: alphabetical order
Diego Biurrun
2008-05-04
1
-3
/
+1
*
Fix configure for cross-compilation and --arch=amd64.
Ramiro Polla
2008-05-04
1
-5
/
+6
*
Use correct length modifier for pointer diff argument in av_log() call.
Diego Biurrun
2008-05-04
1
-1
/
+1
*
Fix 'comparison always false' warning.
Diego Pettenò
2008-05-04
1
-1
/
+1
*
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
Sisir Koppaka
2008-05-04
1
-1
/
+1
*
Indent.
Ramiro Polla
2008-05-04
1
-4
/
+4
*
Do not read out of array bounds.
Ramiro Polla
2008-05-04
1
-0
/
+4
[next]