]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc.c
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
[ffmpeg] / libavcodec / ac3enc.c
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()
2011-01-15 Justin Rugglescosmetics: spacing, line wrap, and remove unneeded...
2011-01-15 Justin RugglesProcess all EXP_REUSE blocks at once in exponent_min().
2011-01-15 Justin RugglesTake advantage of per-channel exponent and exponent...
2011-01-15 Justin RugglesSimplify compute_exp_strategy() by passing a pointer...
2011-01-15 Justin RugglesUse a local variable in the inner loop of group_exponen...
2011-01-15 Justin Rugglescosmetics: remove unneeded braces
2011-01-15 Justin Rugglescosmetics: rename block_num to blk for variable name...
2011-01-15 Justin RugglesMove exp_strategy from AC3Block to AC3EncodeContext...
2011-01-15 Justin RugglesRearrange exponent buffer to group all blocks for a...
2011-01-08 Justin RugglesAdd stereo rematrixing support to the AC-3 encoders.
2011-01-05 Justin RugglesConvert floating-point MDCT coefficients to 24-bit...
2011-01-05 Justin RugglesUse local variables outside the inner loop in extract_e...
2011-01-04 Justin Rugglescosmetics: fix typo in previous commit
2011-01-04 Justin RugglesChange the AC-3 encoder to use floating-point.
next