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
/
mace.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove cast, now tables are signed.
Vitor Sessak
2008-09-07
1
-4
/
+4
*
Convert tables to signed and decimal.
Vitor Sessak
2008-09-07
1
-194
/
+194
*
Remove unused table entries.
Vitor Sessak
2008-09-07
1
-75
/
+77
*
Remove commented out code.
Vitor Sessak
2008-09-07
1
-3
/
+0
*
Use FFMIN() instead of rewriting it.
Vitor Sessak
2008-09-07
1
-4
/
+1
*
Factorize broken clipping in its own function and document it.
Vitor Sessak
2008-09-07
1
-12
/
+16
*
Cosmetics: whitespace/linebreaks
Vitor Sessak
2008-09-07
1
-12
/
+18
*
Use the same 8 bit -> 16 bit conversion as QuickTime.
Vitor Sessak
2008-09-07
1
-3
/
+7
*
Do not share context variables between channels and do not zero them at
Vitor Sessak
2008-09-07
1
-11
/
+13
*
Remove output pointer from context
Vitor Sessak
2008-09-07
1
-19
/
+21
*
Cosmetics: indent after last commit and remove useless braces
Vitor Sessak
2008-09-05
1
-6
/
+5
*
Simplify: use a for instead of unrolling by hand
Vitor Sessak
2008-09-05
1
-7
/
+4
*
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...
Vitor Sessak
2008-09-04
1
-90
/
+34
*
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
Vitor Sessak
2008-09-04
1
-24
/
+26
*
Simplify mace_decode_frame()
Vitor Sessak
2008-09-04
1
-8
/
+11
*
Remove useless comments
Vitor Sessak
2008-09-04
1
-9
/
+0
*
Reindent mace.c, its indentation was completly inconsistent with the coding r...
Vitor Sessak
2008-09-04
1
-95
/
+95
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
consts
Michael Niedermayer
2008-02-01
1
-3
/
+3
*
Replace puts() by dprintf where appropriate.
Diego Biurrun
2008-01-17
1
-6
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Fix buffer handling for stereo mace files, fixes some random sig11
Alan Curry
2006-09-05
1
-4
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-1
/
+1
*
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
François Revol
2005-02-01
1
-15
/
+19
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-1
/
+0
*
debug stuff only for DEBUG :)
François Revol
2003-03-26
1
-0
/
+4
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+6
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-21
/
+21
*
Avoid "unused variable 'c'" warning.
François Revol
2002-11-26
1
-1
/
+0
*
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
François Revol
2002-11-02
1
-0
/
+442
[prev]