66 Commits (161d0aa2a8d18f1f8a01cbc4c1061eadcbe592e5)

Author SHA1 Message Date
Andreas Rheinhardt 59b1838e09 avcodec/ac3enc: Move transient PutBitContext to stack 8 months ago
Andreas Rheinhardt 7f35c999f6 avcodec/ac3enc: Avoid copying samples 9 months ago
Andreas Rheinhardt da460fb95c avcodec/ac3enc: Combine cpl_coord buffers 9 months ago
Andreas Rheinhardt 79d1814b71 avcodec/ac3enc: Avoid indirections, allocations of small arrays 9 months ago
Andreas Rheinhardt 94132dc4aa avcodec/ac3enc: Avoid allocation for mdct_window 9 months ago
Andreas Rheinhardt 3b93b1af13 avcodec/ac3enc: Avoid allocation for windowed_samples 9 months ago
Andreas Rheinhardt 2281ab5c24 avcodec/ac3enc: Avoid function pointers to initialize MDCT 9 months ago
Andreas Rheinhardt 3cd136bc12 avcodec/ac3enc: Deduplicate copying input samples 9 months ago
Andreas Rheinhardt 7311a9086e avcodec/ac3enc: Deduplicate allocating buffers 9 months ago
Andreas Rheinhardt 2fcc50d1f5 avcodec/ac3enc: Share more code between fixed/float encoders 9 months ago
Andreas Rheinhardt 6244ecf8ec avcodec/ac3enc: Use common encode_frame function 9 months ago
Andreas Rheinhardt fee093a570 avcodec/ac3enc: Remove disabled code for RealAudio variant of AC-3 9 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 10 months ago
Lynne 4cee7ebd75
ac3: convert to lavu/tx 2 years ago
Andreas Rheinhardt 104abea646 avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Vittorio Giovara 111ed1b16b ac3: convert to new channel layout API 3 years ago
Andreas Rheinhardt d7a75d2163 avcodec/ac3tab: Unavpriv ac3_channel_layout_tab 3 years ago
Andreas Rheinhardt 25c8507818 Remove/replace some unnecessary avcodec.h inclusions 4 years ago
Andreas Rheinhardt bc368575a9 avcodec/ac3enc: Deduplicate AVClasses 4 years ago
Andreas Rheinhardt 134193a2ff avcodec/ac3enc: Share options and defaults 4 years ago
Lynne 2d85e6e723
ac3enc_fixed: convert to 32-bit sample format 4 years ago
Andreas Rheinhardt 277281ac8e avcodec/ac3enc: Factor common end of float/fixed encode_frame out 4 years ago
Andreas Rheinhardt 496ff9f2e5 avcodec/[e]ac3enc: Don't invade CONFIG_ namespace 4 years ago
Andreas Rheinhardt 953924781e avcodec/ac3enc: Set function pointers earlier 4 years ago
Anton Khirnov af1f1e8665 ac3enc: drop a global variable 5 years ago
Michael Niedermayer cae851c789 avcodec/ac3enc: Use avpriv_float_dsp_alloc() 10 years ago
Tim Walker cc4992aaf3 ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. 10 years ago
Tim Walker 4c2fd4b262 ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Diego Biurrun 27631796c9 ac3: Only initialize float_dsp for the float encoder variant 11 years ago
Vittorio Giovara 973dc4e8d4 put_bits: Remove unused includes 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles aa872af5e3 ac3enc: update to AVCodec.encode2() 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
John Stebbins 5f3fb59953 fix AC3ENC_OPT_MODE_ON/OFF 13 years ago
Justin Ruggles ae264bb29b ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 14 years ago
Michael Niedermayer 9f4d37f450 ac3enc: drop common fixed/float encoder 14 years ago
Justin Ruggles c766eb1ce1 ac3enc: add macros for option names to make them more understandable. 14 years ago
Justin Ruggles c3d63262fe ac3enc: allow new coupling coordinates to be sent independently for each 14 years ago
Justin Ruggles d55ad59a8a ac3enc: separate exponent bit counting from exponent grouping. 14 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 08a747afb9 eac3enc: use frame exponent strategy when applicable. 14 years ago
Justin Ruggles b5849f7709 ac3enc: merge AC3MDCTContext with AC3EncodeContext. 14 years ago
Justin Ruggles 82cea7cb6c ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext 14 years ago
Justin Ruggles 523b7eba19 ac3enc: clip coefficients after MDCT. 14 years ago