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_template.c
Age
Commit message (
Expand
)
Author
2014-11-29
avcodec/ac3enc: Use avpriv_float_dsp_alloc()
Michael Niedermayer
2014-10-14
avcodec/ac3enc_template: use the initial_padding field
Michael Niedermayer
2014-09-27
avcodec/ac3enc_template: fix out of array read
Michael Niedermayer
2014-09-10
avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()
Michael Niedermayer
2014-06-22
Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'
Michael Niedermayer
2014-06-22
dsputil: Split audio operations off into a separate context
Diego Biurrun
2014-03-26
Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'
Michael Niedermayer
2014-03-26
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2013-12-09
Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'
Michael Niedermayer
2013-12-08
dsputil: Move apply_window_int16 to ac3dsp
Diego Biurrun
2013-08-12
libavcodec/ac3enc_template.c: Fix duplicate words
Michael Niedermayer
2013-03-06
normalize calls to ff_alloc_packet2
James Zern
2013-02-26
ac3enc_template: silence may be used uninitialized in this function warnings
Michael Niedermayer
2013-02-09
Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'
Michael Niedermayer
2013-02-08
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-01-29
ac3enc: fix 'warning: block0 may be used uninitialized in this function'
Michael Niedermayer
2012-10-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
(e)ac3enc: use planar sample format
Justin Ruggles
2012-06-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-08
Add a float DSP framework to libavutil
Justin Ruggles
2012-03-23
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-22
ac3enc: switch to ff_alloc_packet2().
Michael Niedermayer
2012-03-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-20
ac3enc: update to AVCodec.encode2()
Justin Ruggles
2012-02-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-13
Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
2011-11-29
ac3enc: clenaup project name in one comment
Michael Niedermayer
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
ac3enc: doxygen update.
Justin Ruggles
2011-10-22
Merge remote-tracking branch 'mans/ac3'
Michael Niedermayer
2011-09-05
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-09-05
ac3enc: scale floating-point coupling channel coefficients in
Justin Ruggles
2011-09-05
ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.
Justin Ruggles
2011-08-22
ac3enc: remove outdated TODO comment for apply_channel_coupling()
Justin Ruggles
2011-08-10
ac3enc: clip coupling coordinates during calculation
Justin Ruggles
2011-08-09
ac3enc: remove unneeded #include
Justin Ruggles
2011-08-09
ac3enc: restructure coupling coordinate reuse calculation
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
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-13
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-06
ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp
Mans Rullgard
2011-07-01
ac3enc: clip coefficients after MDCT.
Justin Ruggles
2011-06-27
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-15
ac3enc: use correct alignment and length in channel coupling dsp functions.
Justin Ruggles
2011-06-13
ac3enc: fix allocation of floating point samples.
Justin Ruggles
2011-06-13
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles