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
/
alac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-06-18
1
-1
/
+1
*
sanity checks, some might have been exploitable ...
Michael Niedermayer
2006-05-13
1
-1
/
+7
*
fix alac decoder on little endian
Baptiste Coudurier
2006-05-10
1
-1
/
+0
*
explain extradata and pass avctx to av_log's
Alex Beregszaszi
2006-02-21
1
-13
/
+29
*
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Dieter
2006-01-28
1
-2
/
+2
*
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
-4
/
+4
*
100l - this has only worked on big endian
Alex Beregszaszi
2005-07-02
1
-1
/
+1
*
replace custom bit-reading functions with FFmpeg's internal function;
Mike Melanson
2005-03-10
1
-187
/
+83
*
get rid of nasty exit()'s so the decoder will only warn the user before
Mike Melanson
2005-03-06
1
-2
/
+0
*
decoder works fine now, when fed properly-sized chunks by the demuxer;
Mike Melanson
2005-03-06
1
-46
/
+14
*
do not use a variable before proper initialization
Mike Melanson
2005-03-06
1
-9
/
+10
*
first pass at ALAC decoder from David Hammerton; while David's original
Mike Melanson
2005-03-06
1
-0
/
+970