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_float.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Split audio operations off into a separate context
Diego Biurrun
2014-06-22
1
-2
/
+4
*
ac3: Only initialize float_dsp for the float encoder variant
Diego Biurrun
2014-06-13
1
-1
/
+7
*
Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs
Diego Biurrun
2014-06-12
1
-4
/
+0
*
dsputil: Move apply_window_int16 to ac3dsp
Diego Biurrun
2013-12-08
1
-12
/
+0
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
(e)ac3enc: use planar sample format
Justin Ruggles
2012-10-06
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-3
/
+5
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-10
/
+11
*
ac3enc: update to AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-1
/
+2
*
(e)ac3enc: select a default bit rate based on the channel layout
Justin Ruggles
2012-02-29
1
-0
/
+1
*
ac3enc: doxygen update.
Justin Ruggles
2011-11-02
1
-6
/
+10
*
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-09-05
1
-0
/
+12
*
ac3enc: scale floating-point coupling channel coefficients in
Justin Ruggles
2011-09-05
1
-3
/
+4
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
eac3enc: use different numbers of blocks per frame to allow higher bitrates
Justin Ruggles
2011-07-21
1
-1
/
+1
*
ac3enc: Mark AVClasses const
Martin Storsjö
2011-07-15
1
-2
/
+2
*
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
1
-9
/
+8
*
ac3enc: clip coefficients after MDCT.
Justin Ruggles
2011-07-01
1
-0
/
+9
*
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-27
1
-5
/
+14
*
ac3enc: remove empty ac3_float function that is never called
Justin Ruggles
2011-06-13
1
-10
/
+0
*
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-13
1
-28
/
+24
*
ac3enc: add support for E-AC-3 encoding.
Justin Ruggles
2011-05-27
1
-0
/
+18
*
ac3enc: add channel coupling support
Justin Ruggles
2011-05-24
1
-2
/
+4
*
ac3enc: use generic fixed-point mdct
Mans Rullgard
2011-04-03
1
-11
/
+0
*
ac3enc: Add codec-specific options for writing AC-3 metadata.
Justin Ruggles
2011-03-27
1
-0
/
+1
*
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
1
-2
/
+2
*
Move ff_kbd_window_init() to a separate file
Mans Rullgard
2011-03-19
1
-0
/
+1
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-17
1
-3
/
+2
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
ac3enc: use dsputil functions in apply_window()
Justin Ruggles
2011-01-22
1
-10
/
+6
*
Convert floating-point MDCT coefficients to 24-bit fixed-point all at once
Justin Ruggles
2011-01-05
1
-0
/
+11
*
Change the AC-3 encoder to use floating-point.
Justin Ruggles
2011-01-04
1
-0
/
+117