index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3enc.c
Age
Commit message (
Expand
)
Author
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-08
Add a float DSP framework to libavutil
Justin Ruggles
2012-04-05
avutil: Add av_get_default_channel_layout()
Justin Ruggles
2012-03-20
ac3enc: update to AVCodec.encode2()
Justin Ruggles
2012-02-29
(e)ac3enc: select a default bit rate based on the channel layout
Justin Ruggles
2012-02-29
ac3enc: choose the closest bit rate to the one requested instead of failing
Justin Ruggles
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-13
Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
2011-11-25
Make channel layout masks unsigned
Mans Rullgard
2011-11-02
ac3enc: doxygen update.
Justin Ruggles
2011-09-05
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-08-11
ac3enc: add macros for option names to make them more understandable.
Justin Ruggles
2011-08-11
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
Justin Ruggles
2011-08-09
ac3enc: allow new coupling coordinates to be sent independently for each
Justin Ruggles
2011-08-09
ac3enc: separate exponent bit counting from exponent grouping.
Justin Ruggles
2011-07-27
cosmetics: reindent
Justin Ruggles
2011-07-27
eac3enc: support writing of basic mixing and info metadata
Justin Ruggles
2011-07-21
eac3enc: use different numbers of blocks per frame to allow higher bitrates
Justin Ruggles
2011-07-19
eac3enc: use frame exponent strategy when applicable.
Justin Ruggles
2011-07-13
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-13
ac3enc: fix memleak
Justin Ruggles
2011-06-28
cosmetics: remove outdated comment that is no longer true
Justin Ruggles
2011-06-27
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-27
ac3enc: Remove bit allocation fallbacks.
Justin Ruggles
2011-06-22
ac3enc: remove unneeded local variable in asym_quant()
Justin Ruggles
2011-06-22
ac3enc: remove a branch in asym_quant() by doing 2 shifts
Justin Ruggles
2011-06-22
ac3enc: avoid masking output in asym_quant() by using signed values for
Justin Ruggles
2011-06-13
ac3enc: fix allocation of floating point samples.
Justin Ruggles
2011-06-13
ac3enc: remove empty ac3_float function that is never called
Justin Ruggles
2011-06-13
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-13
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct
Justin Ruggles
2011-06-13
ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output
Justin Ruggles
2011-06-08
ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.
Diego Biurrun
2011-06-07
Move E-AC-3 encoder functions to a separate eac3enc.c file.
Justin Ruggles
2011-06-07
ac3enc: remove convenience macro, #define DEBUG
Justin Ruggles
2011-06-07
ac3enc: remove unused #define
Justin Ruggles
2011-06-04
ac3enc: extract all exponents for the frame at once
Justin Ruggles
2011-05-28
ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
Mans Rullgard
2011-05-28
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
Justin Ruggles
2011-05-28
ac3enc: split mantissa bit counting into a separate function.
Justin Ruggles
2011-05-28
ac3enc: store per-block/channel bap pointers by reference block in a 2D array
Justin Ruggles
2011-05-28
ac3enc: use LOCAL_ALIGNED macro
Mans Rullgard
2011-05-27
cosmetics: indentation and alignment after previous commit
Justin Ruggles
2011-05-27
ac3enc: add support for E-AC-3 encoding.
Justin Ruggles
2011-05-27
ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to
Justin Ruggles
2011-05-25
ac3enc: initialize all coefficients to zero.
Justin Ruggles
2011-05-24
ac3enc: add channel coupling support
Justin Ruggles
2011-05-12
ac3enc: put the counting of stereo rematrixing bits in the same place to
Justin Ruggles
2011-05-12
ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
Justin Ruggles
[next]