index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_altivec_template.c
Commit message (
Expand
)
Author
Age
*
Make hScale_altivec_real() trim its output like other implementations do
kostya
2009-02-14
*
spelling/grammar/wording overhaul
diego
2008-07-04
*
Fix outdated comment.
diego
2008-02-25
*
Remove some useless parentheses.
benoit
2008-01-17
*
Cosmetics: whitespaces
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
Fix some spelling typos
diego
2007-12-02
*
Move Apple gcc AltiVec vector declaration syntax to libavutil.
diego
2007-08-24
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
diego
2007-08-22
*
license header consistency cosmetics
diego
2007-07-05
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-28
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
Add av_ prefix to clip functions
reimar
2007-02-25
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
lucabe
2006-12-26
*
Do not mix declarations and statements.
diego
2006-11-01
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Remove unused variables.
diego
2006-10-01
*
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
pacman
2006-07-27
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
lucabe
2006-07-26
*
Move postproc ---> libswscale
lucabe
2006-06-30