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
/
ac3enc_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-08
1
-1
/
+6
|
\
|
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-1
/
+6
*
|
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-23
1
-2
/
+1
*
|
ac3enc: switch to ff_alloc_packet2().
Michael Niedermayer
2012-03-22
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-22
1
-5
/
+13
|
\
\
|
|
/
|
*
ac3enc: update to AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-5
/
+13
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
2012-02-13
1
-1
/
+1
*
|
ac3enc: clenaup project name in one comment
Michael Niedermayer
2011-11-29
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-7
/
+4
|
\
\
|
|
/
|
*
ac3enc: doxygen update.
Justin Ruggles
2011-11-02
1
-7
/
+4
*
|
Merge remote-tracking branch 'mans/ac3'
Michael Niedermayer
2011-10-22
1
-12
/
+7
|
\
\
|
|
/
|
/
|
|
*
ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp
Mans Rullgard
2011-07-06
1
-12
/
+7
*
|
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-09-05
1
-18
/
+14
*
|
ac3enc: scale floating-point coupling channel coefficients in
Justin Ruggles
2011-09-05
1
-4
/
+0
*
|
ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.
Justin Ruggles
2011-09-05
1
-5
/
+5
*
|
ac3enc: remove outdated TODO comment for apply_channel_coupling()
Justin Ruggles
2011-08-22
1
-5
/
+0
*
|
ac3enc: clip coupling coordinates during calculation
Justin Ruggles
2011-08-10
1
-2
/
+1
*
|
ac3enc: remove unneeded #include
Justin Ruggles
2011-08-09
1
-2
/
+0
*
|
ac3enc: restructure coupling coordinate reuse calculation
Justin Ruggles
2011-08-09
1
-21
/
+27
*
|
ac3enc: allow new coupling coordinates to be sent independently for each
Justin Ruggles
2011-08-09
1
-31
/
+19
*
|
ac3enc: separate exponent bit counting from exponent grouping.
Justin Ruggles
2011-08-09
1
-0
/
+2
*
|
eac3enc: support writing of basic mixing and info metadata
Justin Ruggles
2011-07-27
1
-1
/
+1
*
|
eac3enc: use different numbers of blocks per frame to allow higher bitrates
Justin Ruggles
2011-07-21
1
-12
/
+12
*
|
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
1
-3
/
+3
*
|
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-13
1
-1
/
+1
|
/
*
ac3enc: clip coefficients after MDCT.
Justin Ruggles
2011-07-01
1
-3
/
+13
*
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-27
1
-8
/
+70
*
ac3enc: use correct alignment and length in channel coupling dsp functions.
Justin Ruggles
2011-06-15
1
-11
/
+13
*
ac3enc: fix allocation of floating point samples.
Justin Ruggles
2011-06-13
1
-0
/
+20
*
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-13
1
-0
/
+377