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
/
eac3enc.c
Age
Commit message (
Expand
)
Author
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-05-04
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2012-10-06
(e)ac3enc: use planar sample format
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-21
ac3: don't use different names for option tables in the template file.
Ronald S. Bultje
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
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
2011-08-09
ac3enc: allow new coupling coordinates to be sent independently for each
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
cosmetics: indentation
Justin Ruggles
2011-07-19
eac3enc: use frame exponent strategy when applicable.
Justin Ruggles
2011-07-15
ac3enc: Mark AVClasses const
Martin Storsjö
2011-06-27
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-13
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-07
Move E-AC-3 encoder functions to a separate eac3enc.c file.
Justin Ruggles