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
*
simplify ppc64 handling
Måns Rullgård
2007-06-17
2
-15
/
+7
*
remove unneeded variable initializations
Måns Rullgård
2007-06-17
1
-42
/
+0
*
restore GCC3 support
Guillaume Poirier
2007-06-17
1
-4
/
+4
*
indent
Måns Rullgård
2007-06-17
1
-13
/
+13
*
simplify simd extension checking
Måns Rullgård
2007-06-17
1
-57
/
+22
*
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...
Guillaume Poirier
2007-06-17
1
-2
/
+0
*
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
Graham Booker
2007-06-17
1
-9
/
+15
*
convert h264_deblock_q1 to an inline function.
Guillaume Poirier
2007-06-17
1
-18
/
+22
*
Indentation
Ramiro Polla
2007-06-17
1
-9
/
+9
*
add "checkheaders" target
Måns Rullgård
2007-06-17
1
-1
/
+7
*
add multiple inclusion guards to headers
Måns Rullgård
2007-06-17
51
-0
/
+248
*
include all prerequisites in header files
Måns Rullgård
2007-06-16
72
-0
/
+180
*
move a couple of macros and structs to mpegaudio.h
Måns Rullgård
2007-06-16
3
-11
/
+11
*
Add expression evaluation parameters for colors in imlib2 vhook
Ramiro Polla
2007-06-16
2
-1
/
+64
*
Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%
Andreas Öman
2007-06-16
1
-44
/
+50
*
Use a faster way to compute 255-val: Instead of creating a vector of
Graham Booker
2007-06-16
1
-4
/
+2
*
Missing libswscale part of TARGET_ -> HAVE_ change
Reimar Döffinger
2007-06-16
1
-1
/
+1
*
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
Reimar Döffinger
2007-06-16
1
-2
/
+2
*
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
Måns Rullgård
2007-06-16
5
-4
/
+3
*
correct type of qsort() comparison callback
Måns Rullgård
2007-06-16
1
-1
/
+2
*
correct type for h263_parse()
Måns Rullgård
2007-06-16
1
-1
/
+1
*
fix indentation
Måns Rullgård
2007-06-16
1
-4
/
+4
*
replace endian detection hack with #ifdef WORDS_BIGENDIAN
Måns Rullgård
2007-06-16
1
-4
/
+2
*
fix some printf format specifiers
Måns Rullgård
2007-06-16
4
-10
/
+10
*
correct type for {put,avg}_h264_chroma_mc2_mmx2
Måns Rullgård
2007-06-16
1
-2
/
+2
*
kill some "defined but not used" warnings
Måns Rullgård
2007-06-16
1
-3
/
+3
*
kill a warning on 64-bit machines
Måns Rullgård
2007-06-16
1
-1
/
+1
*
move dsputil_init_foo() out from #ifdef
Måns Rullgård
2007-06-16
1
-16
/
+10
*
Typo
Ramiro Polla
2007-06-16
2
-6
/
+6
*
test whether linker supports --warn-common
Måns Rullgård
2007-06-15
1
-1
/
+2
*
Indentation for previous commit
Ramiro Polla
2007-06-15
1
-3
/
+3
*
Allow user to specify rgb.txt for imlib2 vhook
Ramiro Polla
2007-06-15
2
-2
/
+28
*
merge print_config_enable() and print_config() as only the former is used
Måns Rullgård
2007-06-15
1
-22
/
+16
*
replace TARGET_* with HAVE_* simplifying lists in configure script
Måns Rullgård
2007-06-15
2
-42
/
+36
*
add x86 to ARCH_LIST simplifying config file generation
Måns Rullgård
2007-06-15
1
-8
/
+4
*
replace TARGET_ARCH_* to ARCH_* for consistency
Måns Rullgård
2007-06-15
2
-14
/
+12
*
generate ENABLE_* defines also for ARCH_*
Aurelien Jacobs
2007-06-15
1
-1
/
+19
*
use if() instead of #ifdef and ensure all possible optimisations are enabled
Aurelien Jacobs
2007-06-15
1
-19
/
+9
*
generate ENABLE_* defines also for all the HAVE_* values
Aurelien Jacobs
2007-06-15
1
-1
/
+1
*
Add support for track numbers when they are set via strings
Patrice Bensoussan
2007-06-15
1
-0
/
+10
*
some samples aren't decoded correctly such as
Guillaume Poirier
2007-06-15
1
-0
/
+2
*
Remove unneeded semicolon.
Panagiotis Issaris
2007-06-15
1
-1
/
+1
*
Correct signature of just_return().
Panagiotis Issaris
2007-06-15
1
-1
/
+1
*
use get_bits_long() where needed
Aurelien Jacobs
2007-06-14
2
-5
/
+5
*
Vhooks require special cflags and ldflags for Windows builds
Ramiro Polla
2007-06-14
1
-0
/
+2
*
Make ppm vhook depend on fork()
Ramiro Polla
2007-06-14
2
-2
/
+8
*
Print static vhook warning for Cygwin and MinGW
Ramiro Polla
2007-06-14
1
-2
/
+2
*
Print static vhook warning for Cygwin only when both are enabled
Ramiro Polla
2007-06-14
1
-1
/
+1
*
Remove an unreferenced variable from qpeg_decode_inter().
Panagiotis Issaris
2007-06-14
1
-2
/
+0
*
add and remove some parentheses
Benoit Fouet
2007-06-14
1
-3
/
+3
[next]