summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-311-1/+1
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-311-6/+6
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-301-38/+38
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-301-6/+2
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-301-6/+14
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-301-30/+30
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-301-4/+4
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-301-0/+1
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-304-15/+0
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-303-50/+124
* Support block-level quantization in TheoraDavid Conrad2009-05-291-27/+81
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-291-5/+1
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-282-0/+76
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-282-5/+5
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-281-3/+3
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-281-3/+6
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-281-5/+1
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-281-2/+15
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-271-2/+38
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-273-2/+5
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-274-7/+12
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-271-1/+1
* do not print false error if eof follows eolBaptiste Coudurier2009-05-271-1/+1
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-271-1/+1
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-261-1/+2
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-261-6/+3
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-261-2/+3
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-261-3/+3
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-262-5/+5
* 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
OpenPOWER on IntegriCloud