summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-21
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* dca: pretty-print some tablesMans Rullgard2011-01-21
* iir: change filter type if/else to a switch.Justin Ruggles2011-01-20
* Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-20
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-20
* Split out Butterworth filter coeff init to a separate function.Justin Ruggles2011-01-20
* cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-20
* Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-20
* cosmetics: wrap long lineJustin Ruggles2011-01-20
* Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-20
* Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje2011-01-19
* Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles2011-01-19
* a64enc: make PixelFormat arrays constMans Rullgard2011-01-18
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* cosmetics: reindentJustin Ruggles2011-01-18
* Add check for changing number of channels in DCA.Daniel Kang2011-01-18
* update av_log_missing_feature() to gitJanne Grunau2011-01-17
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* VP3: remove an unnecessary static variableAlexander Strange2011-01-17
* Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer2011-01-16
* support decoding of files that contain the numberSascha Sommer2011-01-16
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-16
* Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos2011-01-16
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-15
* Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser2011-01-15
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-15
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-15
* Second hunk from secrity fix from google.Frank Barchard2011-01-15
* do not read over the end of the packetSascha Sommer2011-01-15
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-15
* Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov2011-01-15
* Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger2011-01-15
* Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang2011-01-15
* cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles2011-01-15
* Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles2011-01-15
* Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles2011-01-15
* Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles2011-01-15
* Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles2011-01-15
* cosmetics: remove unneeded bracesJustin Ruggles2011-01-15
* cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles2011-01-15
* Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles2011-01-15
* Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles2011-01-15
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15