15082 Commits (0fec2cb15cc6ff1fcc724c774ec36abadcb7b6ad)

Author SHA1 Message Date
  Michael Niedermayer 1d7985072c Close gaping sechole. That is, a series of run=0 allows arbitrary data to 16 years ago
  Michael Niedermayer d02ab57a5f minor simplification 16 years ago
  Michael Niedermayer 66909bc4f1 Merge ff_ccitt_unpack_1d and 2d. 16 years ago
  Michael Niedermayer d68542f019 Ensure that an invalid run terminates the line. 16 years ago
  Michael Niedermayer ec5bdf4989 10l != vs. == (yes, my fault not kostya's). 16 years ago
  Michael Niedermayer 679f3fa901 indent 16 years ago
  Michael Niedermayer 68d48cc592 Simplify zero run handling in put_line(). 16 years ago
  Michael Niedermayer bc0f7a9c75 Avoid negation in put_line(). 16 years ago
  Michael Niedermayer 4e60b64324 Factorize mode switching in put_line(). 16 years ago
  Michael Niedermayer eb12536a31 Fix (rewrite) find_group3_syncmarker(). 16 years ago
  Michael Niedermayer 8d48db314e CCITT Fax Group 3 and 4 decompression by kostya. 16 years ago
  Diego Biurrun b8d62672f6 ASAO Nelly Moser implementation moved to a better place on mphq. 16 years ago
  Benoit Fouet 5163c0d9a2 s/FFmpeg-devel/ffmpeg-devel/ 16 years ago
  Jason Garrett-Glaser c1fc70362f Fix compilation without optimization under 64-bit with x264 deblock asm enabled. 16 years ago
  Måns Rullgård 760badc1df ARM: add new h264 idct functions 16 years ago
  Guillaume Poirier 337e3fd990 Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, 16 years ago
  Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate. 16 years ago
  Diego Biurrun ddaf298cee Fix sample URL. 16 years ago
  avcoder bb0bfcd5ac The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. 16 years ago
  Loren Merritt 1cca8d2423 flatten an array, since gcc fails at optimizing multidimensional arrays 16 years ago
  Michael Niedermayer 802e91466d export refs 16 years ago
  Michael Niedermayer 53d55e9ea3 Allow decoders to set AVCodecContext.refs. 16 years ago
  Michael Niedermayer 62ea19c061 Optimize pred_pskip_motion() 16 years ago
  Michael Niedermayer ebfb0449d3 Indent 16 years ago
  Michael Niedermayer 05d3fd44d7 Integrate get_te0_golomb() calls into the code, this allows some checks 16 years ago
  Michael Niedermayer 9963b332d1 Use get_ue_golomb_31() where possible, almost all are just in headers 16 years ago
  Michael Niedermayer 0be514625a Update golomb decoding tables so that get_*_golomb_31() return some 16 years ago
  Michael Niedermayer 0e921e97c1 Add get_ue_golomb_31() 16 years ago
  Michael Niedermayer 2f2893ce9b indent 16 years ago
  Michael Niedermayer d42fc4a8ca Use the new VLC table for the first non trailing coeff too. 16 years ago
  Michael Niedermayer 593af7cdda Optimize esc removal code. 16 years ago
  Kostya Shishkov ffedb5c19a 352l: correct calculating number of bits for storing macroblock offset in RV3/4 16 years ago
  Michael Niedermayer 2d76bf391a Indent 16 years ago
  Michael Niedermayer 8140955d39 unified CAVLC level decoding LUT. 16 years ago
  Michael Niedermayer 5cb5023c78 Make h264 parser 50% faster. 16 years ago
  Michael Niedermayer abb27cfb24 100l, I broke H.264 again, forgot one hunk. 16 years ago
  Michael Niedermayer e08715d391 Optimize 0 0 0-3 search, 45% faster on pentium dual. 16 years ago
  Andreas Öman 11c23b64ac Revert r16257: 16 years ago
  Michael Niedermayer ec3686e889 Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on 16 years ago
  Michael Niedermayer 26695973c7 Indent 16 years ago
  Michael Niedermayer b68a455313 inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. 16 years ago
  Michael Niedermayer 1952ac3713 Negate 2 more variables, 1 cpu cycle faster on pentium dual. 16 years ago
  Michael Niedermayer 03a035e059 Simplify if/else, no speed change 16 years ago
  Michael Niedermayer 6f3c50f2f9 Negate a few variables, this simplifies the code and makes it 5 cycles faster 16 years ago
  Michael Niedermayer 60c6ba7aea Simplify ifs(), 8 cpu cycles faster on pentium dual 16 years ago
  Michael Niedermayer 127a20e3b8 Simplify if(), 3 cpu cycles faster in pentium dual. 16 years ago
  Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
  Kostya Shishkov 108c96d5e7 Decode TIFF image only after all tags have been decoded 16 years ago
  Kostya Shishkov 8eedffde31 Some TIFFs declare -1 for the single strip height 16 years ago
  Kostya Shishkov 89b4ec5c33 Add monochrome TIFF support 16 years ago