| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED | Måns Rullgård | 2008-12-27 | 1 | -6/+2 |
* | simple_idct: use MUL16 and MAC16 from mathops.h | Måns Rullgård | 2008-12-27 | 1 | -36/+17 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 7 | -9/+9 |
* | Remove stray code | Luca Barbato | 2008-12-27 | 1 | -25/+0 |
* | Cleanup _t types in libavcodec/ppc | Luca Barbato | 2008-12-27 | 5 | -338/+330 |
* | Bump minor number for many small improvements, tiff fax decoding, | Reimar Döffinger | 2008-12-27 | 1 | -1/+1 |
* | ARM: NEON optimised float_to_int16 | Måns Rullgård | 2008-12-26 | 2 | -0/+345 |
* | Enable faxcompr. | Michael Niedermayer | 2008-12-26 | 2 | -10/+36 |
* | indent | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Simplify vertical mode | Michael Niedermayer | 2008-12-26 | 1 | -3/+0 |
* | And another sechole ... | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Fix yet another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | Fix another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -6/+6 |
* | Minor simplification. | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Remove unused run_start variable. | Michael Niedermayer | 2008-12-26 | 1 | -1/+0 |
* | Move sync line pointers code to the end of the loop, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -5/+5 |
* | Get rid of check for condition that is always true (run_off < avctx->width). | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Get rid of pix_left in the 2d code, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -11/+8 |
* | COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. | Reynaldo H. Verdejo Pinochet | 2008-12-26 | 1 | -4/+4 |
* | Part 2 of Kenan Gillet's QCELP silence handling patch. | Reynaldo H. Verdejo Pinochet | 2008-12-26 | 1 | -5/+20 |
* | Factorize "avctx->width + 2" out to avoid someone mistakenly changing | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | cosmetic (moving pix_left update) | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Close gaping sechole. That is, a series of run=0 allows arbitrary data to | Michael Niedermayer | 2008-12-26 | 1 | -6/+21 |
* | minor simplification | Michael Niedermayer | 2008-12-26 | 1 | -2/+2 |
* | Merge ff_ccitt_unpack_1d and 2d. | Michael Niedermayer | 2008-12-26 | 2 | -41/+8 |
* | Ensure that an invalid run terminates the line. | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | 10l != vs. == (yes, my fault not kostya's). | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Simplify zero run handling in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -3/+1 |
* | Avoid negation in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -4/+4 |
* | Factorize mode switching in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -3/+2 |
* | Fix (rewrite) find_group3_syncmarker(). | Michael Niedermayer | 2008-12-26 | 1 | -7/+7 |
* | CCITT Fax Group 3 and 4 decompression by kostya. | Michael Niedermayer | 2008-12-26 | 2 | -0/+384 |
* | ASAO Nelly Moser implementation moved to a better place on mphq. | Diego Biurrun | 2008-12-26 | 1 | -1/+1 |
* | s/FFmpeg-devel/ffmpeg-devel/ | Benoit Fouet | 2008-12-26 | 1 | -1/+1 |
* | Fix compilation without optimization under 64-bit with x264 deblock asm enabled. | Jason Garrett-Glaser | 2008-12-26 | 1 | -0/+2 |
* | ARM: add new h264 idct functions | Måns Rullgård | 2008-12-25 | 2 | -0/+105 |
* | Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct... | Guillaume Poirier | 2008-12-25 | 1 | -0/+29 |
* | Change mplayerhq.hu references to ffmpeg.org where appropriate. | Diego Biurrun | 2008-12-25 | 2 | -2/+2 |
* | Fix sample URL. | Diego Biurrun | 2008-12-25 | 1 | -1/+1 |
* | The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. | avcoder | 2008-12-25 | 1 | -1/+3 |
* | flatten an array, since gcc fails at optimizing multidimensional arrays | Loren Merritt | 2008-12-25 | 1 | -25/+24 |
* | export refs | Michael Niedermayer | 2008-12-24 | 1 | -0/+2 |
* | Allow decoders to set AVCodecContext.refs. | Michael Niedermayer | 2008-12-24 | 1 | -1/+1 |
* | Optimize pred_pskip_motion() | Michael Niedermayer | 2008-12-24 | 1 | -2/+2 |
* | Indent | Michael Niedermayer | 2008-12-23 | 1 | -19/+19 |
* | Integrate get_te0_golomb() calls into the code, this allows some checks | Michael Niedermayer | 2008-12-23 | 1 | -4/+29 |
* | Use get_ue_golomb_31() where possible, almost all are just in headers | Michael Niedermayer | 2008-12-23 | 1 | -15/+15 |
* | Update golomb decoding tables so that get_*_golomb_31() return some | Michael Niedermayer | 2008-12-23 | 1 | -3/+3 |
* | Add get_ue_golomb_31() | Michael Niedermayer | 2008-12-23 | 1 | -0/+17 |