12886 Commits (fbd56159a099dafac617440a2312b47dcb0386c7)

Author SHA1 Message Date
Daniel Kang eb40d7ffa7 Check symbol validity to avoid a crash, fixes issue 2523. 14 years ago
Justin Ruggles 0db5d2b09e cosmetics: spacing, line wrap, and remove unneeded braces 14 years ago
Justin Ruggles 964f2cf2a0 Process all EXP_REUSE blocks at once in exponent_min(). 14 years ago
Justin Ruggles 7d87d56ff8 Take advantage of per-channel exponent and exponent strategy layout to 14 years ago
Justin Ruggles 5bff8590f3 Simplify compute_exp_strategy() by passing a pointer to all exponents and 14 years ago
Justin Ruggles 4b90c35d74 Use a local variable in the inner loop of group_exponents() to simplify the 14 years ago
Justin Ruggles a281c6509f cosmetics: remove unneeded braces 14 years ago
Justin Ruggles 5fc2e0075d cosmetics: rename block_num to blk for variable name consistency 14 years ago
Justin Ruggles 0429e4a6ca Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange by 14 years ago
Justin Ruggles 7cc4be58b4 Rearrange exponent buffer to group all blocks for a single channel together. 14 years ago
Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 years ago
Sascha Sommer 3cdf69eefa also support decoding of AVPackets with multiple wma packets 14 years ago
Jason Garrett-Glaser 65344775b8 H.264: Remove useless arg to chroma_dc_dequant_idct_c 14 years ago
Ronald S. Bultje ec3233a855 Fix ff_pw_3 alignment. 14 years ago
Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 years ago
Jason Garrett-Glaser bd11c7a1a8 Remove outdated comment in h264dsp.h 14 years ago
Jason Garrett-Glaser 0d1d01cf70 Reindent after r26337. 14 years ago
Jason Garrett-Glaser 5657d14094 H.264: switch to x264-style tracking of luma/chroma DC NNZ 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
Jason Garrett-Glaser ca32f7f208 H.264: eliminate non-transposed scantable support. 14 years ago
Sascha Sommer 75e4efd2a7 add support for blocksize 64 14 years ago
Aurelien Jacobs e83c716e16 don't complain about codec type/id mismatche for attachment streams 14 years ago
Daniel Kang e048a9cab1 Do not crash for illegal sample size, fixes issue 2502. 14 years ago
Jason Garrett-Glaser 09fffe9bd4 H.264: fix grayscale decoding with explicit wpred 14 years ago
Carl Eugen Hoyos 8219782a6d Do not stop decoding on pnm files with negative maxval. 14 years ago
Clément Bœsch c56e71309e In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at gmail dot com 14 years ago
Daniel Kang 94e58e5770 perform height sanity check in mmvideo decoder 14 years ago
Peter Ross 091bc6ca8c mmvideo: remove some conditional statements by limiting range of half_horiz and half_vert parameters to [0,1] 14 years ago
Clément Bœsch c19a216af3 Handle ID3v1 tag while decoding mp[123] frames 14 years ago
Daniel Kang 2843502ea4 Check for invalid decode op-codes, fixes issue 2522. 14 years ago
Daniel Kang 8e37a1deb3 Check for vectable ID > 0, fixes issue 2508. 14 years ago
Daniel Kang 43c34675af Check for invalid motion vector, fixes issue 2521. 14 years ago
Daniel Kang ebc3488300 Check for invalid maxval in pgm decoder, fixes issue 2518. 14 years ago
Anssi Hannula 39f4d32908 Fix reading over the end of the allocated buffer. 14 years ago
Daniel Kang b89f4fb190 Check for several overreads, fixes issue 2512. 14 years ago
Daniel Kang a4db272a92 Return on negative soff sizes, fixes issue 2515. 14 years ago
Martin Storsjö 31561a98ae Fix arm asm offsets for arm/mach-o 14 years ago
Luca Barbato 183cdf7163 Update asm offsets for arm 14 years ago
Peter Ross cd426563f4 fix indentation 14 years ago
Daniel Kang 062421e30d eacmv: ensure second-last frame is allocated before referencing it 14 years ago
Justin Ruggles 14207fd23e Remove unneeded #include 14 years ago
Justin Ruggles dc7e07ac1f Add stereo rematrixing support to the AC-3 encoders. 14 years ago
Carl Eugen Hoyos d267b339e4 Lagarith decoder by Nathan Caldwell, saintdev at gmail 14 years ago
Kostya Shishkov c392cc0a64 Limit number of samples decoded for WavPack mono mode, so decoded samples will 14 years ago
Sascha Sommer 15a8bef0b6 skip unsupported postproc information 14 years ago
Sascha Sommer b86dd1bf6d add support for files that do not allow more than 4 subframes 14 years ago
Sascha Sommer d7fa58c049 fix indentation 14 years ago
Sascha Sommer 8b5a780e73 add support for files where the frames do not have a length prefix 14 years ago
Anssi Hannula 2a81f4bde5 Show profile in avcodec_string(). 14 years ago