summaryrefslogtreecommitdiff
path: root/libavcodec/eac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-091-1/+1
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-4/+42
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-8/+22
* cosmetics: indentationJustin Ruggles2011-07-191-3/+3
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-191-3/+58
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-151-2/+2
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-1/+1
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-0/+24
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-071-0/+131