]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_template.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / ac3enc_template.c
2015-07-27 Vittorio Giovaraac3enc_template: Use the correct context field
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2012-10-06 Justin Ruggles(e)ac3enc: use planar sample format
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-11-02 Justin Rugglesac3enc: doxygen update.
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-09-05 Justin Rugglesac3enc: scale floating-point coupling channel coefficie...
2011-09-05 Justin Rugglesac3enc: fix encoding of stereo ac3 files when rematrixi...
2011-08-22 Justin Rugglesac3enc: remove outdated TODO comment for apply_channel_...
2011-08-10 Justin Rugglesac3enc: clip coupling coordinates during calculation
2011-08-09 Justin Rugglesac3enc: remove unneeded #include
2011-08-09 Justin Rugglesac3enc: restructure coupling coordinate reuse calculation
2011-08-09 Justin Rugglesac3enc: allow new coupling coordinates to be sent indep...
2011-08-09 Justin Rugglesac3enc: separate exponent bit counting from exponent...
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
2011-07-13 Justin Rugglesac3enc: prefer passing AC3EncodeContext rather than...
2011-07-01 Justin Rugglesac3enc: clip coefficients after MDCT.
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-15 Justin Rugglesac3enc: use correct alignment and length in channel...
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...