12755 Commits (141de5a9c141ab82ff453d4e9bb27fd4e25da1ea)

Author SHA1 Message Date
  Michael Niedermayer 52654005ca Simplify tff setting code in MPV_frame_start(). 15 years ago
  Daniel Verkamp 13011def1f Fix size of monoblack_pal array, code uses 16 values unconditionally. 15 years ago
  Daniel Kang 911b32f482 Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. 15 years ago
  Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 15 years ago
  Justin Ruggles b51c740eab cosmetics: line wrap and vertical alignment 15 years ago
  Justin Ruggles e96dc767e4 Make sure that the 2nd CRC value does not match the AC-3 sync word. 15 years ago
  Justin Ruggles a897423baa Store CRC context locally to reduce number of calls to av_crc_get_table(). 15 years ago
  Justin Ruggles 0e9b064305 Remove unneeded local variable, frame_size, in output_frame_end(). 15 years ago
  Martin Storsjö 81c8c18780 Makefile: Fix dependencies of components 15 years ago
  Justin Ruggles 1ce9d6b85f cosmetics: fix comment after change in clipping range 15 years ago
  Justin Ruggles 295ab2af6e Change FIX15() back to clipping to -32767..32767. 15 years ago
  Justin Ruggles f9f69028af Add emms_c() after exp_diff calculations. 15 years ago
  Justin Ruggles a81d7c6aa3 Pre-calculate crc_inv at codec init. 15 years ago
  Martin Storsjö fe7438d97f Fix make checkheaders 15 years ago
  Martin Storsjö 223cefb560 Fix more matroska/webm muxer dependencies 15 years ago
  Martin Storsjö 8bd1956462 g722: Move the low_inv_quant6 table up to the common tables 15 years ago
  Anatoly Nenashev ba68d9d3e1 Fix -lowres with ffplay. 15 years ago
  Ramiro Polla d09b5a869f bump lavcodec minor version for amr-wb decoder in r26051 15 years ago
  Ronald S. Bultje 2b2a597ec0 AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo 15 years ago
  Justin Ruggles 386268dfff Add some simple fallbacks for normal bit allocation failure. 15 years ago
  Justin Ruggles e62ef8f2db Check user-specified cutoff frequency in validate_options(). 15 years ago
  Justin Ruggles 78646ac206 10l: fix encoding for LFE channel 15 years ago
  Justin Ruggles 86c9673bab Add support for fixed-point MDCT sizes other than 512. 15 years ago
  Justin Ruggles 234b70d346 cosmetics: reindent after last commit 15 years ago
  Justin Ruggles 98e34e71c0 Simplify bit allocation search by using a loop for the SNR offset increment. 15 years ago
  Justin Ruggles cf7c961b19 Do not calculate psd and masking curve if exponents are being reused. 15 years ago
  Justin Ruggles 68e6b0990d cosmetics: reindent after last commit 15 years ago
  Justin Ruggles 795063db3b Copy bap from previous block when exponent strategy is EXP_REUSE. 15 years ago
  Justin Ruggles 126a29b871 Count grouped mantissas for each block all at once at the end of bit 15 years ago
  Justin Ruggles e7536ac567 Count bits for fixed parameters at start of encoding rather than in every 15 years ago
  Justin Ruggles e86ea34dad Use a LUT for number of exponent groups. This avoids recalculating it for 15 years ago
  Justin Ruggles 834550ea0d Speed up group minimum and group output calculations for EXP_D25 and EXP_D45 15 years ago
  Justin Ruggles cdedf7e625 Convert a for() loop into a while() loop for the downward part of the exponent 15 years ago
  Justin Ruggles 27af78cf0e Redesign encode_exponents_blk_ch() so that duplicate exponent sets are no 15 years ago
  Justin Ruggles 8846ee54ad Use optimized function DSPContext.sad[0]() instead of calc_exp_diff(). 15 years ago
  Justin Ruggles 7786c384f6 cosmetics: pretty-printing after last commit 15 years ago
  Justin Ruggles 89bedc4d2e Add a goto for init failure instead of duplicate calls to ac3_encode_close(). 15 years ago
  Justin Ruggles c41ac4f82e Use pre-allocated temp buffers in mdct512(). 15 years ago
  Justin Ruggles e29065f7bf Write results of post-rotation complex multiply directly to output. 15 years ago
  Justin Ruggles 9d8533368f Use memcpy() instead of a for loop in mdct512(). 15 years ago
  Justin Ruggles b6f6204db9 Allocate all large per-channel arrays using av_malloc(). 15 years ago
  Justin Ruggles aa645b9888 Make windowed_samples 16-byte aligned. 15 years ago
  Justin Ruggles e8d21fba3f Allocate planar_samples using av_mallocz(). 15 years ago
  Justin Ruggles 171bc51c9b Allocate bap and bap1 buffers using av_malloc(). 15 years ago
  Justin Ruggles 1c3e117e0b Remove last_samples[] and copy directly from planar_samples[]. 15 years ago
  Justin Ruggles 7eeca961e3 Remove unneeded line. key_frame is already set to 1 in avcodec_alloc_frame(). 15 years ago
  Justin Ruggles 2d82d9b1df cosmetics: comment clean-up and misc cosmetics 15 years ago
  Justin Ruggles 5901cebecd Separate most of the per-block arrays into a separate per-block struct. 15 years ago
  Justin Ruggles cb6247cb30 Split bit allocation search into a separate function. 15 years ago
  Alexander Strange 0f01602362 SVQ3: Allow decoding if thread_count is > 1 15 years ago