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
/
faandct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace av_unused attributes by block structures
Diego Biurrun
2014-09-05
1
-8
/
+12
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-3
/
+3
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+2
*
faandct: Remove FAAN_POSTSCALE define and related code.
Diego Biurrun
2012-03-28
1
-21
/
+16
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Relicense as ISC with the authors' permission.
Diego Biurrun
2008-09-08
1
-18
/
+12
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Fix unused variable warnings.
Mark Cox
2008-03-08
1
-2
/
+4
*
Alternative and faster (on gcc x86) plane rotation.
Michael Niedermayer
2008-02-26
1
-0
/
+10
*
Get rid of another useless variable.
Michael Niedermayer
2008-02-26
1
-8
/
+8
*
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
Michael Niedermayer
2008-02-26
1
-14
/
+14
*
One variable less. No real change to the actual code.
Michael Niedermayer
2008-02-26
1
-15
/
+18
*
Clarify which BSD license.
Michael Niedermayer
2008-02-25
1
-1
/
+1
*
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute
Michael Niedermayer
2008-02-25
1
-0
/
+3
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
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
-8
/
+8
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-14
/
+14
*
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-05-18
1
-2
/
+0
*
move identical code into its own function
Michael Niedermayer
2003-10-30
1
-45
/
+17
*
* adding integer/floating point AAN implementations for DCT 2-4-8
Roman Shaposhnik
2003-10-25
1
-0
/
+86
*
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd suppor...
Michael Niedermayer
2003-10-23
1
-8
/
+8
*
optionally merge postscale into quantization table for the float aan dct
Michael Niedermayer
2003-10-23
1
-8
/
+13
*
10l
Michael Niedermayer
2003-10-23
1
-1
/
+1
*
oops forgot
Michael Niedermayer
2003-10-22
1
-0
/
+1
*
floating point AAN DCT
Michael Niedermayer
2003-10-22
1
-0
/
+156