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
/
armv4l
Commit message (
Expand
)
Author
Age
Files
Lines
*
__asm __volatile -> asm volatile, improves code consistency and works
Reimar Döffinger
2008-02-24
1
-1
/
+1
*
fix indentation that was messed up by r11628
Guillaume Poirier
2008-01-27
1
-32
/
+32
*
fix lowres decoding support on ARM CPUs
Siarhei Siamashka
2008-01-27
1
-0
/
+2
*
Remove mistakenly added multiple inclusion guards.
Diego Biurrun
2007-12-28
1
-4
/
+3
*
Misc spelling fixes, prefer American over British English.
Diego Biurrun
2007-12-02
1
-2
/
+2
*
spelling
Vitor Sessak
2007-12-01
1
-1
/
+1
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Add missing multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-0
/
+5
*
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.
Tao Huang
2007-09-05
2
-29
/
+23
*
Fix links to ARM documentation
Guillaume Poirier
2007-09-05
1
-6
/
+0
*
license header consistency: Remove redundant "all rights reserved" statement
Diego Biurrun
2007-07-12
1
-1
/
+0
*
update my email address
Måns Rullgård
2007-07-05
2
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-3
/
+3
*
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
1
-1
/
+1
*
add multiple inclusion guards to headers
Måns Rullgård
2007-06-17
1
-0
/
+5
*
Remove unused variables.
Diego Biurrun
2007-06-05
1
-2
/
+2
*
Add libavcodec to compiler include flags in order to simplify header
Ronald S. Bultje
2007-05-16
5
-11
/
+11
*
add .type foo, %function directives for the benefit of debuggers
Måns Rullgård
2007-04-19
2
-0
/
+14
*
IWMMXT-specific dsputils clear_blocks function.
David Bateman
2007-04-06
1
-0
/
+21
*
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but
Tim Chick
2007-03-23
1
-2
/
+7
*
enable iwmmxt support, removing mm_support() stub
Tim Chick
2007-03-21
1
-8
/
+4
*
oops, revert accidental checkin
Måns Rullgård
2007-02-05
1
-104
/
+40
*
fix multichannel decoding
Måns Rullgård
2007-02-05
1
-40
/
+104
*
missed a redundant load
Måns Rullgård
2007-02-02
1
-1
/
+1
*
save one cycle
Måns Rullgård
2007-02-01
1
-2
/
+6
*
remove redundant loads
Måns Rullgård
2007-02-01
1
-2
/
+8
*
optimize IDCT of rows with mostly zero coefficients
Måns Rullgård
2007-01-31
1
-2
/
+55
*
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
Måns Rullgård
2007-01-29
1
-3
/
+3
*
theoretically save one cycle
Måns Rullgård
2007-01-29
1
-2
/
+2
*
ARMv6 SIMD IDCT
Måns Rullgård
2007-01-28
2
-0
/
+400
*
add missing bit from commit r7423
Guillaume Poirier
2007-01-07
1
-0
/
+213
*
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
Siarhei Siamashka
2007-01-07
1
-0
/
+3
*
revert bad checkin
Måns Rullgård
2006-11-14
2
-6
/
+6
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
2
-6
/
+6
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
9
-36
/
+54
*
ARMv5TE optimized IDCT
Måns Rullgård
2006-09-26
2
-1
/
+732
*
fix MUL16 macro
Måns Rullgård
2006-09-26
1
-3
/
+3
*
New single instruction math operation header
Luca Barbato
2006-09-19
1
-0
/
+47
*
remove junk characters in comment
Måns Rullgård
2006-09-16
1
-1
/
+1
*
clean up #ifdef HAVE_IPP
Måns Rullgård
2006-09-15
1
-12
/
+11
*
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-09-10
2
-0
/
+37
*
Switch license from GPL to LGPL. The original author agreed to this as
Diego Biurrun
2006-09-06
1
-9
/
+9
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
5
-5
/
+5
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
4
-488
/
+488
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
3
-43
/
+43
*
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...
Gildas Bazin
2005-06-28
3
-2
/
+20
*
cleanup
Michael Niedermayer
2005-05-26
2
-44
/
+9
*
Better ARM support for mplayer/ffmpeg, ported from atty fork
Bernhard Rosenkränzer
2005-05-26
6
-0
/
+2270
*
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....
Alex Beregszaszi
2003-07-07
2
-5
/
+506
[next]