]> git.sesse.net Git - ffmpeg/history - libavcodec
Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.
[ffmpeg] / libavcodec /
2010-12-30 Justin RugglesRemove avctx from AC3MDCTContext and just pass it to...
2010-12-30 Justin RugglesMake exponent_group_tab[] static.
2010-12-30 Ronald S. BultjeFix valgrind invalid read on top MB rows with CODEC_FLA...
2010-12-30 Justin RugglesUse %td instead of %PRIdPTR. The argument has type...
2010-12-30 Justin RugglesAdd audio flag to libvorbis AVOption.
2010-12-30 Justin RugglesUse %"PRIdPTR" instead of %d to silence gcc warning...
2010-12-30 Michael Chinenflac_parser: loop append buffer when the default size...
2010-12-29 Daniel KangPort pred8x8l_down_left_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred4x4_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred4x4_vertical_right_mmxext (H.264 intra predict...
2010-12-29 Daniel KangPort pred4x4_horizontal_down_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred4x4_horizontal_up_mmxext (H.264 intra predicti...
2010-12-29 Daniel KangPort pred4x4_vertical_left_mmxext (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMerge a few superfluous CONFIG_GPL checks.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_mmxext (H.264 intra predi...
2010-12-29 Daniel KangPort pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_left_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_down_right_sse2/ssse3 (H.264 intra predic...
2010-12-29 Justin RugglesChange the default dB-per-bit code from 2 to 3.
2010-12-29 Daniel KangPort pred8x8l_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_down_left_sse2/ssse3 (H.264 intra predict...
2010-12-29 Daniel KangPort pred8x8l_vertical_mmxext/ssse3 (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_horizontal_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_dc_mmx/ssse3 (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_top_dc_mmxext/ssse3 (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMove PRED4x4_LOWPASS up so it can be used in 8x8l predi...
2010-12-29 Ronald S. BultjePort pred8x8_dc_mmxext (H.264 intra prediction) from...
2010-12-29 Ronald S. BultjeAdd missing authors to copyright headers.
2010-12-29 Daniel KangPort pred8x8_top_dc_mmxext (H.264 intra prediction...
2010-12-29 Ronald S. BultjeMark recently added pred4x4_down_left_mmxext as CONFIG_...
2010-12-28 Aurelien Jacobsadd SubRip decoder
2010-12-28 Ronald S. BultjeBump micro for VP8 emu-edge support.
2010-12-28 Ronald S. BultjeSupport CODEC_FLAG_EMU_EDGE in VP8 decoder.
2010-12-27 Anton KhirnovMetadata demuxer.
2010-12-26 Ronald S. BultjeFix typo.
2010-12-25 Michael NiedermayerSimplify tff setting code in MPV_frame_start().
2010-12-25 Daniel VerkampFix size of monoblack_pal array, code uses 16 values...
2010-12-24 Daniel KangPort pred4x4_down_left_mmxext (H.264 intra prediction...
2010-12-24 Ronald S. BultjeFor rounding in chroma MC SSSE3, use 16-byte pw_3/4...
2010-12-23 Justin Rugglescosmetics: line wrap and vertical alignment
2010-12-23 Justin RugglesMake sure that the 2nd CRC value does not match the...
2010-12-23 Justin RugglesStore CRC context locally to reduce number of calls...
2010-12-23 Justin RugglesRemove unneeded local variable, frame_size, in output_f...
2010-12-22 Martin StorsjöMakefile: Fix dependencies of components
2010-12-22 Justin Rugglescosmetics: fix comment after change in clipping range
2010-12-21 Justin RugglesChange FIX15() back to clipping to -32767..32767.
2010-12-21 Justin RugglesAdd emms_c() after exp_diff calculations.
2010-12-21 Justin RugglesPre-calculate crc_inv at codec init.
2010-12-21 Martin StorsjöFix make checkheaders
2010-12-21 Martin StorsjöFix more matroska/webm muxer dependencies
2010-12-21 Martin Storsjög722: Move the low_inv_quant6 table up to the common...
2010-12-19 Anatoly NenashevFix -lowres with ffplay.
2010-12-18 Ramiro Pollabump lavcodec minor version for amr-wb decoder in r26051
2010-12-18 Ronald S. BultjeAMR-WB decoder, written as part of Google Summer of...
2010-12-17 Justin RugglesAdd some simple fallbacks for normal bit allocation...
2010-12-17 Justin RugglesCheck user-specified cutoff frequency in validate_optio...
2010-12-17 Justin Ruggles10l: fix encoding for LFE channel
2010-12-17 Justin RugglesAdd support for fixed-point MDCT sizes other than 512.
2010-12-17 Justin Rugglescosmetics: reindent after last commit
2010-12-17 Justin RugglesSimplify bit allocation search by using a loop for...
2010-12-17 Justin RugglesDo not calculate psd and masking curve if exponents...
2010-12-16 Justin Rugglescosmetics: reindent after last commit
2010-12-16 Justin RugglesCopy bap from previous block when exponent strategy...
2010-12-16 Justin RugglesCount grouped mantissas for each block all at once...
2010-12-16 Justin RugglesCount bits for fixed parameters at start of encoding...
2010-12-16 Justin RugglesUse a LUT for number of exponent groups. This avoids...
2010-12-16 Justin RugglesSpeed up group minimum and group output calculations...
2010-12-16 Justin RugglesConvert a for() loop into a while() loop for the downwa...
2010-12-16 Justin RugglesRedesign encode_exponents_blk_ch() so that duplicate...
2010-12-16 Justin RugglesUse optimized function DSPContext.sad[0]() instead...
2010-12-16 Justin Rugglescosmetics: pretty-printing after last commit
2010-12-16 Justin RugglesAdd a goto for init failure instead of duplicate calls...
2010-12-16 Justin RugglesUse pre-allocated temp buffers in mdct512().
2010-12-16 Justin RugglesWrite results of post-rotation complex multiply directl...
2010-12-16 Justin RugglesUse memcpy() instead of a for loop in mdct512().
2010-12-16 Justin RugglesAllocate all large per-channel arrays using av_malloc().
2010-12-16 Justin RugglesMake windowed_samples 16-byte aligned.
2010-12-16 Justin RugglesAllocate planar_samples using av_mallocz().
2010-12-15 Justin RugglesAllocate bap and bap1 buffers using av_malloc().
2010-12-15 Justin RugglesRemove last_samples[] and copy directly from planar_sam...
2010-12-15 Justin RugglesRemove unneeded line. key_frame is already set to 1...
2010-12-15 Justin Rugglescosmetics: comment clean-up and misc cosmetics
2010-12-15 Justin RugglesSeparate most of the per-block arrays into a separate...
2010-12-15 Justin RugglesSplit bit allocation search into a separate function.
2010-12-15 Alexander StrangeSVQ3: Allow decoding if thread_count is > 1
2010-12-14 Justin Ruggles10l: fix typo in compute_exp_strategy()
2010-12-14 Justin RugglesMove large arrays to AC3EncodeContext rather than passi...
2010-12-14 Justin Rugglescosmetics: line wrap and spacing
2010-12-14 Justin RugglesUse a single value for SNR offset in the bit allocation...
2010-12-14 Justin RugglesChange bit_alloc() to return the mantissa bit count.
2010-12-14 Justin Rugglescosmetics: alignment and line wrap after last commit
2010-12-14 Justin RugglesMove bit counts to AC3EncodeContext.
2010-12-14 Justin RugglesSplit out setting of bit allocation parameters to a...
2010-12-14 Justin RugglesSplit out counting of frame bits into a separate function.
2010-12-14 Justin Rugglescosmetics: vertical alignment
next