28 Commits (d47de79372d374ae106c65c3f313600c83e2afc8)

Author SHA1 Message Date
Diego Biurrun 27631796c9 ac3: Only initialize float_dsp for the float encoder variant 11 years ago
Diego Biurrun dca7ba4bff Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Justin Ruggles b1540fc884 (e)ac3enc: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje b170b323e3 ac3: don't use different names for option tables in the template file. 12 years ago
Paul B Mahol e9d5c0520f lavc: use designated initializers for AVClasses 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles aa872af5e3 ac3enc: update to AVCodec.encode2() 13 years ago
Justin Ruggles 4e99501f62 (e)ac3enc: select a default bit rate based on the channel layout 13 years ago
Justin Ruggles c3d63262fe ac3enc: allow new coupling coordinates to be sent independently for each 13 years ago
Justin Ruggles 1bca72e1bd eac3enc: support writing of basic mixing and info metadata 14 years ago
Justin Ruggles be7bd626c4 eac3enc: use different numbers of blocks per frame to allow higher bitrates 14 years ago
Justin Ruggles 953302656a cosmetics: indentation 14 years ago
Justin Ruggles 08a747afb9 eac3enc: use frame exponent strategy when applicable. 14 years ago
Martin Storsjö ca5d57ef8a ac3enc: Mark AVClasses const 14 years ago
Justin Ruggles 8683c6a638 ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c 14 years ago
Justin Ruggles e0cc66df61 ac3enc: split templated float vs. fixed functions into a separate file. 14 years ago
Justin Ruggles c8e9ea43d0 Move E-AC-3 encoder functions to a separate eac3enc.c file. 14 years ago