summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-31
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-31
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-31
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-30
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-30
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-30
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-30
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-30
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
* Support block-level quantization in TheoraDavid Conrad2009-05-29
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-29
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-28
* 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