index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
sh4
Age
Commit message (
Expand
)
Author
2009-01-09
SH4: fix typo in asm constraint
Måns Rullgård
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-11-20
SH4: fix IDCT
Måns Rullgård
2008-11-20
SH4: fix memzero_align8()
Måns Rullgård
2008-11-20
SH4: add macros for setting and restoring FPSCR.PR bit
Måns Rullgård
2008-11-20
SH4: remove some commented out blocks of code
Måns Rullgård
2008-11-19
SH4: fix IDCT
Måns Rullgård
2008-11-19
SH4: do not mix code and declarations
Måns Rullgård
2008-11-19
SH4: fix compilation of memzero_align8()
Måns Rullgård
2008-11-19
SH4: remove unused functions
Måns Rullgård
2008-11-19
SH4: replace missed rnd_avg2 -> rnd_avg32
Måns Rullgård
2008-11-19
SH4: rename functions with conflicting names
Måns Rullgård
2008-10-16
Convert asm keyword into __asm__.
Diego Pettenò
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-04-17
cosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun
2007-08-09
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-05-16
Add libavcodec to compiler include flags in order to simplify header
Ronald S. Bultje
2007-04-19
Fix parts missed in clip -> av_clip rename
Reimar Döffinger
2006-11-26
Move copy_block* functions to dsp dsputil.h
Brian Foley
2006-11-12
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-08-08
Fix some "'static' is not at beginning of declaration" warnings.
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2003-06-21
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...
Michael Niedermayer
2003-05-14
cleanup
Michael Niedermayer
2003-05-14
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)
BERO
2003-05-14
make sh4 IDCT optional, so the user can choose
Michael Niedermayer
2003-05-14
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
BERO