summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
* Enable faxcompr.Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify vertical modeMichael Niedermayer2008-12-26
* And another sechole ...Michael Niedermayer2008-12-26
* Fix yet another sechole.Michael Niedermayer2008-12-26
* Fix another sechole.Michael Niedermayer2008-12-26
* Minor simplification.Michael Niedermayer2008-12-26
* Remove unused run_start variable.Michael Niedermayer2008-12-26
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
* minor simplificationMichael Niedermayer2008-12-26
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-26
* Avoid negation in put_line().Michael Niedermayer2008-12-26
* Factorize mode switching in put_line().Michael Niedermayer2008-12-26
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-26
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-26
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-26
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-26
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-26
* ARM: add new h264 idct functionsMåns Rullgård2008-12-25
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-25
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
* Fix sample URL.Diego Biurrun2008-12-25
* The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.avcoder2008-12-25
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-25
* export refsMichael Niedermayer2008-12-24
* Allow decoders to set AVCodecContext.refs.Michael Niedermayer2008-12-24
* Optimize pred_pskip_motion()Michael Niedermayer2008-12-24
* IndentMichael Niedermayer2008-12-23
* Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer2008-12-23
* Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer2008-12-23
* Update golomb decoding tables so that get_*_golomb_31() return someMichael Niedermayer2008-12-23
* Add get_ue_golomb_31()Michael Niedermayer2008-12-23
* indentMichael Niedermayer2008-12-23
* Use the new VLC table for the first non trailing coeff too.Michael Niedermayer2008-12-23
* Optimize esc removal code.Michael Niedermayer2008-12-23
* 352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov2008-12-23