summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-091-2/+2
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* assert() and note about odd len.Michael Niedermayer2008-02-091-0/+3
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-091-15/+12
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-091-8/+7
* optimize apply_welch_window()Michael Niedermayer2008-02-091-3/+6
* Add support for speex in oggReimar Döffinger2008-02-061-0/+1
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-062-120/+245
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-062-6/+6
* fix aliasing warnings. simpler too.Loren Merritt2008-02-061-41/+34
* constant was excessively alignedLoren Merritt2008-02-061-1/+1
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-051-0/+4
* ssse3 h264 motion compensation.Loren Merritt2008-02-053-60/+512
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-051-23/+8
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-054-9/+11
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-041-0/+2
* reduce code duplicationLoren Merritt2008-02-041-175/+70
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-041-2/+2
* constMichael Niedermayer2008-02-042-5/+5
* constMichael Niedermayer2008-02-032-6/+6
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-031-2/+2
* avg_pixels4_mmx2Loren Merritt2008-02-032-2/+25
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-032-3/+16
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-035-9/+98
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-031-29/+23
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-022-6/+6
* 100l, since we already check for buf_size == 769 we should alsoReimar Döffinger2008-02-021-1/+1
* Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger2008-02-021-9/+6
* mark qtrle input data as const.Reimar Döffinger2008-02-021-2/+2
* Add some const where appropriateReimar Döffinger2008-02-022-2/+2
* Fix warning:Reimar Döffinger2008-02-021-1/+1
* Some consts for cscd decoder helper functionsReimar Döffinger2008-02-021-6/+6
* "swap first two elements of L1 if L0 and L1 are identical" applies after spli...Loren Merritt2008-02-021-10/+9
* fix mbaff diagonal neighbor mvLoren Merritt2008-02-021-4/+9
* mbaff spatial directLoren Merritt2008-02-021-7/+67
* Do not modify input dataKostya Shishkov2008-02-021-3/+3
* IMC decoder always operates on 64-byte blocksKostya Shishkov2008-02-021-4/+4
* use AV_RL* instead of le2me_*Aurelien Jacobs2008-02-011-3/+3
* don't cast const awayAurelien Jacobs2008-02-011-1/+1
* constAurelien Jacobs2008-02-011-5/+7
* constAurelien Jacobs2008-02-011-5/+3
* constMichael Niedermayer2008-02-011-10/+10
* constMichael Niedermayer2008-02-011-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* Add some const keywords in rtjpeg decoderReimar Döffinger2008-02-012-6/+6
* constMichael Niedermayer2008-02-014-7/+7
* constMichael Niedermayer2008-02-011-1/+1
* constMichael Niedermayer2008-02-011-3/+3
OpenPOWER on IntegriCloud