]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc.c
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / ac3enc.c
2016-11-22 Diego Biurrunac3enc: Restructure DEBUG ifdefs to avoid unused functi...
2016-01-03 Diego Biurrunlavc: Add missing #includes for ff_dlog()
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-13 Diego Biurrunac3: Only initialize float_dsp for the float encoder...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-05 Justin Rugglesavutil: Add av_get_default_channel_layout()
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2012-02-29 Justin Ruggles(e)ac3enc: select a default bit rate based on the chann...
2012-02-29 Justin Rugglesac3enc: choose the closest bit rate to the one requeste...
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-02 Justin Rugglesac3enc: doxygen update.
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-08-11 Justin Rugglesac3enc: add macros for option names to make them more...
2011-08-11 Justin Rugglesac3enc: fix 'channel_coupling' option to actually allow...
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 Rugglescosmetics: reindent
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-19 Justin Ruggleseac3enc: use frame exponent strategy when applicable.
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
2011-07-13 Justin Rugglesac3enc: prefer passing AC3EncodeContext rather than...
2011-07-13 Justin Rugglesac3enc: fix memleak
2011-06-28 Justin Rugglescosmetics: remove outdated comment that is no longer...
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-27 Justin Rugglesac3enc: Remove bit allocation fallbacks.
2011-06-22 Justin Rugglesac3enc: remove unneeded local variable in asym_quant()
2011-06-22 Justin Rugglesac3enc: remove a branch in asym_quant() by doing 2...
2011-06-22 Justin Rugglesac3enc: avoid masking output in asym_quant() by using...
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: remove empty ac3_float function that is never...
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-06-13 Justin Rugglesac3enc: dynamically allocate AC3EncodeContext fields...
2011-06-13 Justin Rugglesac3enc: use function pointer to choose between AC-3...
2011-06-07 Diego Biurrunac3enc: Fix linking of AC-3 encoder without the E-AC...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...
2011-06-07 Justin Rugglesac3enc: remove convenience macro, #define DEBUG
2011-06-07 Justin Rugglesac3enc: remove unused #define
2011-06-04 Justin Rugglesac3enc: extract all exponents for the frame at once
2011-05-28 Mans Rullgardac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-28 Justin Rugglesac3enc: split mantissa bit counting into a separate...
2011-05-28 Justin Rugglesac3enc: store per-block/channel bap pointers by referen...
2011-05-28 Mans Rullgardac3enc: use LOCAL_ALIGNED macro
2011-05-27 Justin Rugglescosmetics: indentation and alignment after previous...
2011-05-27 Justin Rugglesac3enc: add support for E-AC-3 encoding.
2011-05-27 Justin Rugglesac3enc: Move AC-3 AVOptions array to a separate file...
2011-05-26 Justin Rugglesac3enc: initialize all coefficients to zero.
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-05-12 Justin Rugglesac3enc: put the counting of stereo rematrixing bits...
2011-05-12 Justin Rugglesac3enc: clean up count_frame_bits() and count_frame_bit...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-01 Justin Rugglesac3enc: do not store a bandwidth code for each channel.
2011-05-01 Justin Rugglesac3enc: remove bandwidth reduction as fallback for...
2011-05-01 Justin Rugglesac3enc: merge compute_exp_strategy_ch() into compute_ex...
2011-05-01 Justin Rugglesac3enc: return error if frame+exponent bits are too...
2011-05-01 Justin Rugglesac3enc: differentiate between current block and referen...
2011-05-01 Justin Rugglesac3enc: simplify exponent_init() by calculating exponen...
2011-05-01 Justin Rugglesac3enc: simplify stereo rematrixing decision options
2011-04-27 Justin Rugglesac3enc: remove check for mismatching channels and chann...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-04 Mans Rullgardac3enc: move extract_exponents inner loop to ac3dsp
2011-04-04 Justin Rugglesac3enc: select bandwidth based on bit rate, sample...
2011-04-03 Mans Rullgardac3enc: use generic fixed-point mdct
2011-03-31 Mans Rullgardac3enc: simplify sym_quant()
2011-03-30 Mans Rullgardac3enc: move compute_mantissa_size() to ac3dsp
2011-03-29 Mans Rullgardac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeC...
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-28 Justin Rugglesac3enc: avoid memcpy() of exponents and baps in EXP_REU...
2011-03-27 Justin Rugglesac3enc: Add codec-specific options for writing AC-3...
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-22 Justin Rugglesac3enc: make sym_quant() branch-free
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Justin Rugglesac3enc: add float_to_fixed24() with x86-optimized versi...
2011-03-14 Justinac3enc: do not right-shift fixed-point coefficients...
2011-03-07 Justin Rugglesac3enc: add some assertions
2011-03-07 Justin Rugglesac3enc: use av_assert2() instead of assert() to make...
2011-03-04 Justin Rugglesac3enc: add num_rematrixing_bands to AC3EncodeContext...
2011-02-16 Justin Rugglesac3enc: fix bug in stereo rematrixing decision.
2011-02-15 Justin Rugglesac3enc: change default floor code to 7.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-10 Justin RugglesAdd x86-optimized versions of exponent_min().
2011-02-02 Justin Rugglesac3enc: Change EXP_DIFF_THRESHOLD to 500.
2011-01-26 Justin RugglesAdd ff_ prefix to ac3_common_init().
2011-01-22 Justin Rugglesac3enc: use dsputil functions in apply_window()
next