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
/
ac3enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-05
1
-1
/
+1
|
\
|
*
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-09-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-11
1
-46
/
+51
|
\
\
|
|
/
|
*
ac3enc: add macros for option names to make them more understandable.
Justin Ruggles
2011-08-11
1
-45
/
+46
|
*
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
Justin Ruggles
2011-08-11
1
-2
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-10
1
-13
/
+37
|
\
\
|
|
/
|
*
ac3enc: allow new coupling coordinates to be sent independently for each
Justin Ruggles
2011-08-09
1
-5
/
+5
|
*
ac3enc: separate exponent bit counting from exponent grouping.
Justin Ruggles
2011-08-09
1
-8
/
+32
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-28
1
-83
/
+162
|
\
\
|
|
/
|
*
cosmetics: reindent
Justin Ruggles
2011-07-27
1
-3
/
+3
|
*
eac3enc: support writing of basic mixing and info metadata
Justin Ruggles
2011-07-27
1
-80
/
+159
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-22
1
-75
/
+104
|
\
\
|
|
/
|
*
eac3enc: use different numbers of blocks per frame to allow higher bitrates
Justin Ruggles
2011-07-21
1
-75
/
+104
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-20
1
-6
/
+35
|
\
\
|
|
/
|
*
eac3enc: use frame exponent strategy when applicable.
Justin Ruggles
2011-07-19
1
-6
/
+35
*
|
Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'
Michael Niedermayer
2011-07-14
1
-15
/
+18
|
\
\
|
|
/
|
*
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
1
-4
/
+2
|
*
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-13
1
-11
/
+12
|
*
ac3enc: fix memleak
Justin Ruggles
2011-07-13
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-29
1
-2
/
+0
|
\
\
|
|
/
|
*
cosmetics: remove outdated comment that is no longer true
Justin Ruggles
2011-06-28
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-28
1
-143
/
+10
|
\
\
|
|
/
|
*
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-27
1
-73
/
+9
|
*
ac3enc: Remove bit allocation fallbacks.
Justin Ruggles
2011-06-27
1
-70
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-23
1
-22
/
+16
|
\
\
|
|
/
|
*
ac3enc: remove unneeded local variable in asym_quant()
Justin Ruggles
2011-06-22
1
-6
/
+6
|
*
ac3enc: remove a branch in asym_quant() by doing 2 shifts
Justin Ruggles
2011-06-22
1
-8
/
+2
|
*
ac3enc: avoid masking output in asym_quant() by using signed values for
Justin Ruggles
2011-06-22
1
-11
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-15
1
-9
/
+7
|
\
\
|
|
/
|
*
ac3enc: fix allocation of floating point samples.
Justin Ruggles
2011-06-13
1
-9
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-14
1
-408
/
+48
|
\
\
|
|
/
|
*
ac3enc: remove empty ac3_float function that is never called
Justin Ruggles
2011-06-13
1
-1
/
+0
|
*
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-13
1
-401
/
+37
|
*
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct
Justin Ruggles
2011-06-13
1
-5
/
+10
|
*
ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output
Justin Ruggles
2011-06-13
1
-4
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
1
-251
/
+6
|
\
\
|
|
/
|
*
ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.
Diego Biurrun
2011-06-08
1
-2
/
+2
|
*
Move E-AC-3 encoder functions to a separate eac3enc.c file.
Justin Ruggles
2011-06-07
1
-279
/
+5
|
*
ac3enc: remove convenience macro, #define DEBUG
Justin Ruggles
2011-06-07
1
-1
/
+0
|
*
ac3enc: remove unused #define
Justin Ruggles
2011-06-07
1
-3
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-06
1
-8
/
+4
|
\
\
|
|
/
|
*
ac3enc: extract all exponents for the frame at once
Justin Ruggles
2011-06-04
1
-8
/
+4
*
|
Merge remote-tracking branch 'qatar/master' into master
Michael Niedermayer
2011-05-29
1
-222
/
+453
|
\
\
|
|
/
|
*
ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
Mans Rullgard
2011-05-28
1
-1
/
+1
|
*
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
Justin Ruggles
2011-05-28
1
-43
/
+49
|
*
ac3enc: split mantissa bit counting into a separate function.
Justin Ruggles
2011-05-28
1
-18
/
+31
|
*
ac3enc: store per-block/channel bap pointers by reference block in a 2D array
Justin Ruggles
2011-05-28
1
-27
/
+25
|
*
ac3enc: use LOCAL_ALIGNED macro
Mans Rullgard
2011-05-28
1
-2
/
+5
|
*
cosmetics: indentation and alignment after previous commit
Justin Ruggles
2011-05-27
1
-87
/
+87
|
*
ac3enc: add support for E-AC-3 encoding.
Justin Ruggles
2011-05-27
1
-22
/
+278
[next]