16676 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)

Author SHA1 Message Date
  Vitor Sessak 09d1208cdb Fix unaligned dsputil call. 16 years ago
  Reimar Döffinger 1eda87ce63 eatqi: move "block" variable into context to ensure sufficient alignment for 16 years ago
  Reimar Döffinger 77336b6127 Distinguish between non-coded blocks and decode errors in rtjpeg's get_block 16 years ago
  Reimar Döffinger 8d857c5434 Add a few size checks when decoding rtjpeg blocks. 16 years ago
  Reimar Döffinger 0766291a66 Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment 16 years ago
  Haruhiko Yamagata 86b0e9948b H264: Don't deblock if alpha or beta is 0. 16 years ago
  Michael Niedermayer 77bc343a40 indent 16 years ago
  Michael Niedermayer 216fb60dff Fix lowres with rv20. 16 years ago
  Jeff Downs fdb699de62 Fix passing of unaligned addresses to dsputil diff_bytes() by 16 years ago
  Jeff Downs aa5cfdfb4f Add offset argument to encode_422_bitstream() to control where 16 years ago
  David Conrad 548a99742c ARM: actually add VP3 loop filter 16 years ago
  David Conrad 6db8697a39 ARM: NEON VP3 Loop Filter 16 years ago
  Baptiste Coudurier 9867a14f6c fix qtrle encoding when previous frame linesize differs, fix #998 16 years ago
  Baptiste Coudurier 01bc48f4d5 Set progressive_sequence before MPV_common_init which cares about it when 16 years ago
  Ramiro Polla 364f4a3620 Revert part of r18903: 16 years ago
  Ramiro Polla 5624766d18 MLP DSP functions x86-optimized. 16 years ago
  David Conrad cc0aae4343 Fix libtheora encoding for non-mod16 sizes 16 years ago
  David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
  Reimar Döffinger f2a875db87 Move eatgq blocks array from the stack to the codec context and make sure 16 years ago
  Diego Biurrun 607694c77b cosmetics: Fix some typos. 16 years ago
  Justin Ruggles cab4e4e84d 10l: typing mistake in r18888 16 years ago
  Justin Ruggles 37a1cc4834 eac3dec: fix bug in GAQ dequantization. large mantissas should only be 16 years ago
  Justin Ruggles 9907c7804a eac3dec: make GAQ dequantization 24-bit 16 years ago
  Justin Ruggles ae04de316f eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ 16 years ago
  Måns Rullgård e20a4f53a0 mathops: sort arch-specific #include lines 16 years ago
  Måns Rullgård 26f6a57467 mathops: whitespace cosmetics 16 years ago
  Martin Storsjö a2ce9a9914 Use IF1 frame sizes in AMR-WB. 16 years ago
  Siarhei Siamashka 373177949f Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. 16 years ago
  Siarhei Siamashka 7dfed8e1dc Fix for a problem with inverted sign of output data from ffvorbis decoder. 16 years ago
  Siarhei Siamashka 34aecf1c87 Support for testing (i)MDCT output scale factor in fft-test tool. 16 years ago
  Diego Biurrun 1754fe4d30 The AC-3 decoder is now LGPL. Exchange the license header and change references 16 years ago
  Jason Garrett-Glaser d869a460db LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. 16 years ago
  Alex Converse 6c6dac1dc1 Add missing libavformat dependencies on mpeg4audio.o 16 years ago
  Diego Biurrun 6532cd55b1 Move AMR-WB-specific code to the AMR-WB section of the file. 16 years ago
  Diego Biurrun 4e1424fdc7 cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. 16 years ago
  Diego Biurrun 76499b9ff1 Remove useless casts of vec_ld() parameters. 16 years ago
  Benjamin Larsson 7dd5568924 Indent 16 years ago
  Benjamin Larsson 031b1cbeeb Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 16 years ago
  Benjamin Larsson fbf4d03a7c Indent 16 years ago
  Benjamin Larsson 8d9f12657c Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. 16 years ago
  Vitor Sessak a2c4b2cc9a Make TMV decoder check packet sizes before reading from it. 16 years ago
  Reimar Döffinger 936bb4a9bc Add a forward declaration of mpeg1_decode_block_intra to fix compilation 16 years ago
  Justin Ruggles 9a7a71ed4c eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is 16 years ago
  Måns Rullgård db2f209352 mpeg12: fix non-standard use of "extern inline" 16 years ago
  Justin Ruggles 1ac7d1ac50 ac3dec: fix coupling range check. the start subband must be less than 16 years ago
  Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
  Kostya Shishkov b3867c93d1 Fix off-by-one error in MS RLE decoder which may result into writing past 16 years ago
  Diego Biurrun d8ed5bae6f cosmetics: K&R coding style, indent correctly, break overly long lines 16 years ago
  Diego Biurrun e0c1e12a62 Replace 'x == 0' if conditions with '!x'. 16 years ago
  Diego Biurrun 76b58f9f94 cosmetics: Remove pointless {}. 16 years ago