summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-262-1/+3
* Altivec VP3 IDCTDavid Conrad2009-05-253-0/+200
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-251-2/+5
* cosmetics: tabs->spacesRamiro Polla2009-05-251-1/+1
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-251-2/+2
* Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger2009-05-251-6/+5
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier2009-05-251-3/+2
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-252-0/+6
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-251-5/+5
* Fix unaligned dsputil call.Vitor Sessak2009-05-241-3/+8
* eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger2009-05-241-3/+3
* Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger2009-05-241-9/+10
* Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger2009-05-241-0/+7
* Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger2009-05-242-1/+2
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-241-0/+4
* indentMichael Niedermayer2009-05-231-1/+1
* Fix lowres with rv20.Michael Niedermayer2009-05-231-2/+3
* Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs2009-05-231-4/+4
* Add offset argument to encode_422_bitstream() to control whereJeff Downs2009-05-231-11/+14
* ARM: actually add VP3 loop filterDavid Conrad2009-05-231-0/+94
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-232-0/+12
* fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier2009-05-231-6/+9
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-231-2/+4
* Revert part of r18903:Ramiro Polla2009-05-232-6/+0
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-233-0/+196
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-221-5/+5
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-224-12/+10
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-221-3/+3
* cosmetics: Fix some typos.Diego Biurrun2009-05-222-6/+6
* 10l: typing mistake in r18888Justin Ruggles2009-05-211-1/+1
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-211-1/+1
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-213-17/+18
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-214-32/+31
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-201-5/+5
* mathops: whitespace cosmeticsMåns Rullgård2009-05-201-12/+4
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-201-1/+1
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-201-19/+3
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-201-2/+2
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-201-7/+13
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-191-9/+4
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-191-55/+54
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-191-0/+2
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-191-16/+16
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-191-2/+3
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* IndentBenjamin Larsson2009-05-171-7/+7
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-172-1/+12
* IndentBenjamin Larsson2009-05-171-102/+102
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-171-17/+63
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-171-0/+7
OpenPOWER on IntegriCloud