summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-25
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-25
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier2009-05-25
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-25
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-25
* Fix unaligned dsputil call.Vitor Sessak2009-05-24
* eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger2009-05-24
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-24
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-24
* Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger2009-05-24
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-24
* indentMichael Niedermayer2009-05-23
* Fix lowres with rv20.Michael Niedermayer2009-05-23
* Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs2009-05-23
* Add offset argument to encode_422_bitstream() to control whereJeff Downs2009-05-23
* ARM: actually add VP3 loop filterDavid Conrad2009-05-23
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-23
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-23
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-23
* Revert part of r18903:Ramiro Polla2009-05-23
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-22
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-22
* cosmetics: Fix some typos.Diego Biurrun2009-05-22
* 10l: typing mistake in r18888Justin Ruggles2009-05-21
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-21
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-21
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-21
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-20
* mathops: whitespace cosmeticsMåns Rullgård2009-05-20
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-20
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-20
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-20
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-20
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-19
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-19
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-19
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-19
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* IndentBenjamin Larsson2009-05-17
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-17
* IndentBenjamin Larsson2009-05-17
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-17
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-17
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-17
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-16