index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
alac.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use skip_bits where appropriate
Alex Beregszaszi
2007-08-09
1
-6
/
+6
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-2
/
+2
*
More indentation
Vitor Sessak
2007-08-07
1
-5
/
+5
*
Cosmetics: indentation
Vitor Sessak
2007-08-07
1
-4
/
+4
*
Rename function
Vitor Sessak
2007-08-07
1
-2
/
+2
*
Minor cosmetics
Vitor Sessak
2007-07-24
1
-4
/
+2
*
Another minor simplification
Vitor Sessak
2007-07-18
1
-10
/
+7
*
Make deinterlace_16 receive an array as a parameter and not two separated vars
Vitor Sessak
2007-07-18
1
-7
/
+6
*
Minor simplification
Vitor Sessak
2007-07-18
1
-2
/
+1
*
Yet more cosmetics
Vitor Sessak
2007-07-18
1
-9
/
+4
*
More cosmetics
Vitor Sessak
2007-07-18
1
-23
/
+21
*
Remove reimplementation of av_log2
Vitor Sessak
2007-07-18
1
-10
/
+2
*
Test for supported number of channels
Vitor Sessak
2007-07-18
1
-0
/
+5
*
Cosmetics: indentation
Vitor Sessak
2007-07-18
1
-68
/
+67
*
Cosmetics: alignment
Vitor Sessak
2007-07-18
1
-6
/
+7
*
Remove more code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-18
1
-120
/
+18
*
Move var. declaration to allow further clean up
Vitor Sessak
2007-07-17
1
-2
/
+2
*
Remove code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-17
1
-88
/
+41
*
Make "channels" variable mean the number of channels, not the number of
Vitor Sessak
2007-07-13
1
-4
/
+4
*
license header consistency: Remove redundant "all rights reserved" statement
Diego Biurrun
2007-07-12
1
-1
/
+0
*
Use proper bytestream functions
Vitor Sessak
2007-07-10
1
-10
/
+11
*
Prepare to remove more duplicated code
Vitor Sessak
2007-07-10
1
-31
/
+33
*
Remove some duplicated code
Vitor Sessak
2007-07-10
1
-45
/
+12
*
Port some useful comments from newest version of David Hammerton's decoder (f...
Vitor Sessak
2007-07-10
1
-2
/
+2
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-6
/
+6
*
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
Matthias Hopf
2006-11-22
1
-1
/
+4
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
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
[prev]