Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-27Metadata demuxer.Anton Khirnov
2010-12-27Fix typo.Ronald S. Bultje
2010-12-25Simplify tff setting code in MPV_frame_start().Michael Niedermayer
2010-12-25Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp
2010-12-25Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang
2010-12-24For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje
2010-12-23cosmetics: line wrap and vertical alignmentJustin Ruggles
2010-12-23Make sure that the 2nd CRC value does not match the AC-3 sync word.Justin Ruggles
2010-12-23Store CRC context locally to reduce number of calls to av_crc_get_table().Justin Ruggles
2010-12-23Remove unneeded local variable, frame_size, in output_frame_end().Justin Ruggles
2010-12-22Makefile: Fix dependencies of componentsMartin Storsjö
2010-12-22cosmetics: fix comment after change in clipping rangeJustin Ruggles
2010-12-22Change FIX15() back to clipping to -32767..32767.Justin Ruggles
2010-12-21Add emms_c() after exp_diff calculations.Justin Ruggles
2010-12-21Pre-calculate crc_inv at codec init.Justin Ruggles
2010-12-21Fix make checkheadersMartin Storsjö
2010-12-21Fix more matroska/webm muxer dependenciesMartin Storsjö
2010-12-21g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö
2010-12-19Fix -lowres with ffplay.Anatoly Nenashev
2010-12-18bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
2010-12-18Add some simple fallbacks for normal bit allocation failure.Justin Ruggles
2010-12-18Check user-specified cutoff frequency in validate_options().Justin Ruggles
2010-12-1810l: fix encoding for LFE channelJustin Ruggles
2010-12-17Add support for fixed-point MDCT sizes other than 512.Justin Ruggles
2010-12-17cosmetics: reindent after last commitJustin Ruggles
2010-12-17Simplify bit allocation search by using a loop for the SNR offset increment.Justin Ruggles
2010-12-17Do not calculate psd and masking curve if exponents are being reused.Justin Ruggles
2010-12-17cosmetics: reindent after last commitJustin Ruggles
2010-12-17Copy bap from previous block when exponent strategy is EXP_REUSE.Justin Ruggles
2010-12-17Count grouped mantissas for each block all at once at the end of bitJustin Ruggles
2010-12-17Count bits for fixed parameters at start of encoding rather than in everyJustin Ruggles
2010-12-17Use a LUT for number of exponent groups. This avoids recalculating it forJustin Ruggles
2010-12-17Speed up group minimum and group output calculations for EXP_D25 and EXP_D45Justin Ruggles
2010-12-17Convert a for() loop into a while() loop for the downward part of the exponentJustin Ruggles
2010-12-17Redesign encode_exponents_blk_ch() so that duplicate exponent sets are noJustin Ruggles
2010-12-16Use optimized function DSPContext.sad[0]() instead of calc_exp_diff().Justin Ruggles
2010-12-16cosmetics: pretty-printing after last commitJustin Ruggles
2010-12-16Add a goto for init failure instead of duplicate calls to ac3_encode_close().Justin Ruggles
2010-12-16Use pre-allocated temp buffers in mdct512().Justin Ruggles
2010-12-16Write results of post-rotation complex multiply directly to output.Justin Ruggles
2010-12-16Use memcpy() instead of a for loop in mdct512().Justin Ruggles
2010-12-16Allocate all large per-channel arrays using av_malloc().Justin Ruggles
2010-12-16Make windowed_samples 16-byte aligned.Justin Ruggles
2010-12-16Allocate planar_samples using av_mallocz().Justin Ruggles
2010-12-16Allocate bap and bap1 buffers using av_malloc().Justin Ruggles
2010-12-15Remove last_samples[] and copy directly from planar_samples[].Justin Ruggles
2010-12-15Remove unneeded line. key_frame is already set to 1 in avcodec_alloc_frame().Justin Ruggles
2010-12-15cosmetics: comment clean-up and misc cosmeticsJustin Ruggles
2010-12-15Separate most of the per-block arrays into a separate per-block struct.Justin Ruggles