index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
simple_idct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
simple_idct: use MUL16 and MAC16 from mathops.h
Måns Rullgård
2008-12-27
1
-36
/
+17
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-1
/
+1
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-2
/
+2
*
Add 4x4 IDCT
Kostya Shishkov
2007-12-09
1
-0
/
+14
*
add ff_ prefix to all simple_idct symbols
Aurelien Jacobs
2007-12-08
1
-6
/
+6
*
Rename function to reflect its action
Kostya Shishkov
2007-12-03
1
-3
/
+3
*
enable some 64bit optimized code on 64bit arch
Aurelien Jacobs
2007-02-28
1
-3
/
+3
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-5
/
+5
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-55
/
+55
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-14
/
+14
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+6
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-14
/
+14
*
fixing DCTELEM != short
Michael Niedermayer
2003-01-15
1
-33
/
+47
*
qpel encoding
Michael Niedermayer
2002-12-27
1
-0
/
+90
*
Move Alpha optimized IDCT to own file. Based on a patch by Måns
Falk Hüffner
2002-10-11
1
-264
/
+0
*
in fact IDCT248 needs to be normalized as I suspected
Fabrice Bellard
2002-10-03
1
-9
/
+7
*
first version of IDCT248 for DV decoding support
Fabrice Bellard
2002-10-03
1
-1
/
+80
*
10l (compilation if defined ARCH_ALPHA)
Michael Niedermayer
2002-09-02
1
-4
/
+3
*
dct-test update
Michael Niedermayer
2002-09-01
1
-1
/
+81
*
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
Falk Hüffner
2002-06-24
1
-0
/
+73
*
added inlined put/add functions
Fabrice Bellard
2002-06-05
1
-12
/
+116
*
removed unused code - began to merge alpha specific stuff - added mac macros ...
Fabrice Bellard
2002-06-05
1
-345
/
+160
*
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge...
Felix Bünemann
2002-06-02
1
-6
/
+6
*
* started to cleanup name clashes for onetime compilation
Zdenek Kabelac
2002-05-27
1
-0
/
+2
*
license/copyright change
Fabrice Bellard
2002-05-25
1
-20
/
+21
*
removed useless header includes - use av memory functions
Fabrice Bellard
2002-05-18
1
-2
/
+1
*
C4=16383 for the c version too and even for some outcommented code
Michael Niedermayer
2002-05-02
1
-1
/
+1
*
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@stude...
Nick Kurshev
2002-01-21
1
-7
/
+25
*
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
Nick Kurshev
2002-01-20
1
-1
/
+151
*
(commit by michael)
Michael Niedermayer
2002-01-14
1
-125
/
+315
*
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...
Arpi
2001-12-09
1
-0
/
+231