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
*
Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'
Michael Niedermayer
2013-02-13
1
-15
/
+11
|
\
|
*
alac: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-12
/
+8
*
|
Merge commit '418693bdc5edad72b0d055f741931612d797eb05'
Michael Niedermayer
2012-12-23
1
-4
/
+3
|
\
\
|
|
/
|
*
alacdec: do not be too strict about the extradata size
Justin Ruggles
2012-12-22
1
-4
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-06
1
-41
/
+7
|
\
\
|
|
/
|
*
alacenc: add support for multi-channel encoding
Justin Ruggles
2012-12-05
1
-40
/
+6
*
|
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
|
alac: check channel count more completely, fix out of array read
Michael Niedermayer
2012-11-13
1
-1
/
+1
*
|
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
|
alac: fix bps check
Michael Niedermayer
2012-11-10
1
-1
/
+1
*
|
alac: Check channel indexes more completely, fix out of array accesses.
Michael Niedermayer
2012-11-10
1
-1
/
+3
*
|
alac: fix integer overflow leading to subsequent out of array accesses.
Michael Niedermayer
2012-11-10
1
-1
/
+5
*
|
alac: fix nb_samples < order case
Michael Niedermayer
2012-11-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-22
1
-0
/
+1
|
\
\
|
|
/
|
*
alacdec: set bits_per_raw_sample
Justin Ruggles
2012-10-21
1
-0
/
+1
*
|
lavc: add missing new line to some messages
Piotr Bandurski
2012-09-01
1
-1
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
alac: remove redundant "alac: " from log messages
Paul B Mahol
2012-08-01
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-27
1
-17
/
+23
|
\
\
|
|
/
|
*
alac: check for truncated packets
Justin Ruggles
2012-07-27
1
-4
/
+11
|
*
alac: reverse lpc coeff order, simplify filter
Justin Ruggles
2012-07-27
1
-13
/
+12
*
|
alacdec: fix packed sample output with 5.1
Michael Niedermayer
2012-07-21
1
-3
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-21
1
-4
/
+4
|
\
\
|
|
/
|
*
alac: fix channel pointer assignment for 24 and 32-bit
Justin Ruggles
2012-07-19
1
-4
/
+4
*
|
alac: drop packed sample output support with the next major bump
Michael Niedermayer
2012-07-20
1
-1
/
+1
*
|
alacdec: several players have problems with planar audio still thus temporary...
Michael Niedermayer
2012-07-20
1
-5
/
+36
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-19
1
-383
/
+305
|
\
\
|
|
/
|
*
alac: cosmetics: general pretty-printing and comment clean up
Justin Ruggles
2012-07-19
1
-31
/
+18
|
*
alac: calculate buffer size outside the loop in allocate_buffers()
Justin Ruggles
2012-07-19
1
-2
/
+2
|
*
alac: change some data types to plain int
Justin Ruggles
2012-07-19
1
-5
/
+5
|
*
alac: cosmetics: rename some variables and function names
Justin Ruggles
2012-07-19
1
-93
/
+77
|
*
alac: multi-channel decoding support
Andrew D'Addesio
2012-07-19
1
-18
/
+43
|
*
alac: split element parsing into a separate function
Justin Ruggles
2012-07-19
1
-40
/
+81
|
*
alac: support a read sample size of up to 32
Justin Ruggles
2012-07-19
1
-10
/
+11
|
*
alac: output in planar sample format
Justin Ruggles
2012-07-19
1
-27
/
+19
|
*
alac: add 32-bit decoding support
Justin Ruggles
2012-07-19
1
-1
/
+14
|
*
alac: simplify channel interleaving
Andrew D'Addesio
2012-07-19
1
-43
/
+14
|
*
alac: use AVPacket fields directly in alac_decode_frame()
Justin Ruggles
2012-07-19
1
-6
/
+5
|
*
alac: fix check for valid max_samples_per_frame
Justin Ruggles
2012-07-19
1
-3
/
+3
|
*
alac: use get_sbits() to read LPC coefficients instead of casting
Justin Ruggles
2012-07-19
1
-1
/
+1
|
*
alac: move the current samples per frame to the ALACContext
Justin Ruggles
2012-07-19
1
-23
/
+22
|
*
alac: avoid using a double-negative when checking if the frame is compressed
Justin Ruggles
2012-07-19
1
-4
/
+3
|
*
alac: factor out output_size check in predictor_decompress_fir_adapt()
Justin Ruggles
2012-07-19
1
-5
/
+3
|
*
alac: factor out loading of next decoded sample in LPC prediction
Justin Ruggles
2012-07-19
1
-3
/
+4
|
*
alac: use index into buffer_out instead of incrementing the pointer
Justin Ruggles
2012-07-19
1
-8
/
+6
|
*
alac: simplify lpc coefficient adaptation
Justin Ruggles
2012-07-19
1
-31
/
+10
|
*
alac: reduce the number of local variables needed in lpc prediction
Justin Ruggles
2012-07-19
1
-12
/
+12
[next]