summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-28
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-28
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-28
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-28
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-28
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-27
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-27
* do not print false error if eof follows eolBaptiste Coudurier2009-05-27
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-26
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-26
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-26
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-26
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* Altivec VP3 IDCTDavid Conrad2009-05-25
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
* cosmetics: tabs->spacesRamiro Polla2009-05-25
* 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