aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2008-12-26Fix another sechole.Michael Niedermayer
2008-12-26Minor simplification.Michael Niedermayer
2008-12-26Remove unused run_start variable.Michael Niedermayer
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer
2008-12-26Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer
2008-12-26Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer
2008-12-26COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-26Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-26Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer
2008-12-26cosmetic (moving pix_left update)Michael Niedermayer
2008-12-26Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer
2008-12-26minor simplificationMichael Niedermayer
2008-12-26Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer
2008-12-26Ensure that an invalid run terminates the line.Michael Niedermayer
2008-12-2610l != vs. == (yes, my fault not kostya's).Michael Niedermayer
2008-12-26indentMichael Niedermayer
2008-12-26Simplify zero run handling in put_line().Michael Niedermayer
2008-12-26Avoid negation in put_line().Michael Niedermayer
2008-12-26Factorize mode switching in put_line().Michael Niedermayer
2008-12-26Fix (rewrite) find_group3_syncmarker().Michael Niedermayer
2008-12-26CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer
2008-12-26ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun
2008-12-26s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet
2008-12-26Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser
2008-12-25ARM: add new h264 idct functionsMåns Rullgård
2008-12-25Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier
2008-12-25Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun
2008-12-25Fix sample URL.Diego Biurrun
2008-12-25The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.avcoder
2008-12-25flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt
2008-12-24export refsMichael Niedermayer
2008-12-24Allow decoders to set AVCodecContext.refs.Michael Niedermayer
2008-12-24Optimize pred_pskip_motion()Michael Niedermayer
2008-12-23IndentMichael Niedermayer
2008-12-23Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer
2008-12-23Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer
2008-12-23Update golomb decoding tables so that get_*_golomb_31() return someMichael Niedermayer
2008-12-23Add get_ue_golomb_31()Michael Niedermayer
2008-12-23indentMichael Niedermayer
2008-12-23Use the new VLC table for the first non trailing coeff too.Michael Niedermayer
2008-12-23Optimize esc removal code.Michael Niedermayer
2008-12-23352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov
2008-12-23IndentMichael Niedermayer
2008-12-23unified CAVLC level decoding LUT.Michael Niedermayer
2008-12-23Make h264 parser 50% faster.Michael Niedermayer
2008-12-23100l, I broke H.264 again, forgot one hunk.Michael Niedermayer
2008-12-23Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer
2008-12-22Revert r16257:Andreas Öman
2008-12-22Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer
2008-12-22IndentMichael Niedermayer