12924 Commits (cf9cb1f99a661f540523d559cd4018b71e70e8c0)

Author SHA1 Message Date
  Anssi Hannula cf9cb1f99a dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA 14 years ago
  Justin Ruggles 384dbd617f cosmetics related to LPC changes. 14 years ago
  Justin Ruggles 7101b18508 Separate window function from autocorrelation. 14 years ago
  Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
  Mans Rullgard cafa3edada dca: pretty-print some tables 14 years ago
  Justin Ruggles a994f86196 iir: change filter type if/else to a switch. 14 years ago
  Justin Ruggles aa226b2460 Add biquad high-pass and low-pass IIR filters. 14 years ago
  Ronald S. Bultje 7f8c11b005 Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples 14 years ago
  Ronald S. Bultje 772225c041 Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. 14 years ago
  Justin Ruggles 2293b0b698 Split out Butterworth filter coeff init to a separate function. 14 years ago
  Justin Ruggles 99c2111b12 cosmetics: vertical alignment and line wrap 14 years ago
  Justin Ruggles 20d1f6fec1 Add memory allocation failure checks to ff_iir_filter_init_coeffs(). 14 years ago
  Justin Ruggles 7891fdcc03 cosmetics: wrap long line 14 years ago
  Justin Ruggles b3b8b930fc Add function ff_iir_filter_flt() to accept floating-point input and output. 14 years ago
  Ronald S. Bultje e25f19a113 Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions. 14 years ago
  Justin Ruggles f32e646d82 Fix use of sstep/dstep in ff_iir_filter(). 14 years ago
  Mans Rullgard a6e5d231e9 a64enc: make PixelFormat arrays const 15 years ago
  Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 15 years ago
  Mans Rullgard ac3c9d0169 x86: remove VLA in ac3_downmix_sse 15 years ago
  Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 15 years ago
  Justin Ruggles d425a03b59 cosmetics: reindent 15 years ago
  Daniel Kang 1360f07e22 Add check for changing number of channels in DCA. 15 years ago
  Janne Grunau db323491cd update av_log_missing_feature() to git 15 years ago
  Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 15 years ago
  Alexander Strange 6ee99a7e13 VP3: remove an unnecessary static variable 15 years ago
  Michael Niedermayer 013291501f Allocate last picture for 4xm pfrm if its not allocated. 15 years ago
  Sascha Sommer f62be777ee support decoding of files that contain the number 15 years ago
  Carl Eugen Hoyos a0f593d00d Values >4 for lowres corrupt output. 15 years ago
  Carl Eugen Hoyos 05503cee00 Since lowres == crop for bmp, remove it to avoid confusion. 15 years ago
  Ronald S. Bultje 1b3e43e4fd Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547. 15 years ago
  Jason Garrett-Glaser b9af15402d Remove evil timers that snuck their way into r26375. 15 years ago
  Jason Garrett-Glaser fb2734c8a6 Fix r26375 on non-x86. 15 years ago
  Jason Garrett-Glaser f14bdd8e75 H.264: Partially inline CABAC residual decoding 15 years ago
  Frank Barchard 925aa96915 Second hunk from secrity fix from google. 15 years ago
  Sascha Sommer f734671925 do not read over the end of the packet 15 years ago
  Frank Barchard 13184036a6 Check rangebits to avoid a possible crash. 15 years ago
  Kostya Shishkov 03ec42aa1c Change some band size calculations in Bink decoder to use width in blocks 15 years ago
  Reimar Döffinger b0c8b8a69d Lagarith: fix decoding of one-coloured frames by reading the per-plane 15 years ago
  Daniel Kang eb40d7ffa7 Check symbol validity to avoid a crash, fixes issue 2523. 15 years ago
  Justin Ruggles 0db5d2b09e cosmetics: spacing, line wrap, and remove unneeded braces 15 years ago
  Justin Ruggles 964f2cf2a0 Process all EXP_REUSE blocks at once in exponent_min(). 15 years ago
  Justin Ruggles 7d87d56ff8 Take advantage of per-channel exponent and exponent strategy layout to 15 years ago
  Justin Ruggles 5bff8590f3 Simplify compute_exp_strategy() by passing a pointer to all exponents and 15 years ago
  Justin Ruggles 4b90c35d74 Use a local variable in the inner loop of group_exponents() to simplify the 15 years ago
  Justin Ruggles a281c6509f cosmetics: remove unneeded braces 15 years ago
  Justin Ruggles 5fc2e0075d cosmetics: rename block_num to blk for variable name consistency 15 years ago
  Justin Ruggles 0429e4a6ca Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange by 15 years ago
  Justin Ruggles 7cc4be58b4 Rearrange exponent buffer to group all blocks for a single channel together. 15 years ago
  Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 15 years ago
  Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 15 years ago