Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-29MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård
2009-05-29blackfin: disable broken dsputil functionsMåns Rullgård
2009-05-29blackfin: add missing const in function prototypesMåns Rullgård
2009-05-29blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård
2009-05-29blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård
2009-05-28ARM: add some PLD in NEON IDCTMåns Rullgård
2009-05-28msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-27Use AV_R/WN32 instead of direct integer copying.Jeff Downs
2009-05-27do not print false error if eof follows eolBaptiste Coudurier
2009-05-27Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger
2009-05-27do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier
2009-05-27In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse
2009-05-26Add lowres support to the libopenjpeg wrapper.Jai Menon
2009-05-26Use dimensions stored in AVCodecContext instead of local variables.Jai Menon
2009-05-26Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger
2009-05-26Support YVU9 AVI 4cc.Michael Niedermayer
2009-05-26Altivec VP3 IDCTDavid Conrad
2009-05-25The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun
2009-05-25cosmetics: tabs->spacesRamiro Polla
2009-05-25eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles
2009-05-25Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stackReimar Döffinger
2009-05-25honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier
2009-05-25mlp: Re-enable x86-optimized DSP functions.Ramiro Polla
2009-05-25mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla
2009-05-24Fix unaligned dsputil call.Vitor Sessak
2009-05-24eatqi: move "block" variable into context to ensure sufficient alignment forReimar Döffinger
2009-05-24Distinguish between non-coded blocks and decode errors in rtjpeg's get_blockReimar Döffinger
2009-05-24Add a few size checks when decoding rtjpeg blocks.Reimar Döffinger
2009-05-24Move "block" variable in rtjpeg decoder to context to ensure sufficient align...Reimar Döffinger
2009-05-24H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata
2009-05-24indentMichael Niedermayer
2009-05-24Fix lowres with rv20.Michael Niedermayer
2009-05-23Fix passing of unaligned addresses to dsputil diff_bytes() byJeff Downs
2009-05-23Add offset argument to encode_422_bitstream() to control whereJeff Downs
2009-05-23ARM: actually add VP3 loop filterDavid Conrad
2009-05-23ARM: NEON VP3 Loop FilterDavid Conrad
2009-05-23fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier
2009-05-23Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier
2009-05-23Revert part of r18903:Ramiro Polla
2009-05-23MLP DSP functions x86-optimized.Ramiro Polla
2009-05-23Fix libtheora encoding for non-mod16 sizesDavid Conrad
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-05-22Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger
2009-05-22cosmetics: Fix some typos.Diego Biurrun
2009-05-2110l: typing mistake in r18888Justin Ruggles
2009-05-21eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles