summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
* adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-27
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
* 10l predictor should not skip first lineKostya Shishkov2006-10-26
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-24
* simplifyMichael Niedermayer2006-10-24
* reverse my last change, it was wrong and brokenMichael Niedermayer2006-10-24
* remove map variableMichael Niedermayer2006-10-24
* factorize update state outMichael Niedermayer2006-10-24
* FFMAXMichael Niedermayer2006-10-24
* common subexpression eliminationMichael Niedermayer2006-10-24
* merge 8 and 16bit functions, they are identical except the data typeMichael Niedermayer2006-10-24
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-24
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-24
* PGM 16-bit gray supportKostya Shishkov2006-10-24
* PNG 16-bit gray decoding supportKostya Shishkov2006-10-24
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-23
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-22
* indentionBaptiste Coudurier2006-10-22
* removed useless variablesBaptiste Coudurier2006-10-22
* use avctx->get_bufferBaptiste Coudurier2006-10-22
* remove unused variablesBaptiste Coudurier2006-10-22
* printf -> dprintfBaptiste Coudurier2006-10-22
* indentionBaptiste Coudurier2006-10-22
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22
* handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov2006-10-22
* prevent infinite loopMichael Niedermayer2006-10-21
* decode_significance_8x8_x86()Michael Niedermayer2006-10-20
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer2006-10-20
* 1 instruction lessMichael Niedermayer2006-10-20
* reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer2006-10-20
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-20
* correct signaling of palette changeAlex Beregszaszi2006-10-19
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-19
* unused variableMichael Niedermayer2006-10-19
* slightly faster decode_cabac_mb_mvd()Michael Niedermayer2006-10-19
* 1 variable less in decode_cabac_residual() no speed change (but less vars mea...Michael Niedermayer2006-10-19
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-19
* Kill a warning with MSVCJindřich Makovička2006-10-18
* copy cabac context onto the stack for the c code in decode_cabac_residual() (...Michael Niedermayer2006-10-17
* x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer2006-10-17
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-17
* cosmetic (%%eax->%0)Michael Niedermayer2006-10-17
* Fix crash with illegal instruction, cmov is available on 686 and later only.Diego Biurrun2006-10-16