4878 Commits (4440b1188ebc1e9fc901bccfcee384423b0a264f)

Author SHA1 Message Date
  Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 19 years ago
  Michael Niedermayer 05e7e64d1a add rounding bias earlier in the idct, avoids many adds 19 years ago
  Stefan Huehner 109d2de108 Mark read-only data as const. Patch by stefan huehner org. 19 years ago
  Michael Niedermayer 57d664ff32 return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode 19 years ago
  Michael Niedermayer 784036e404 simplify intra prediction mode decoding 19 years ago
  Michael Niedermayer 5ca0106879 check cbp for validity, avoids possible out of array reads / segfaults 19 years ago
  Michael Niedermayer 5781d6d6e8 minor simplificationn 19 years ago
  Kostya Shishkov 66d0ad2605 Implement intensity compensation 19 years ago
  Kostya Shishkov 8a66a390cc Correctly choose global transform mode, MV mode and fix bitplane decoding 19 years ago
  Kostya Shishkov 35a9cac888 Optimizations suggested by Michael Niedermayer 19 years ago
  Stefan Gehrer ad78c0f3f1 cleanup macroblock layer: merged decode of skipped MBs 19 years ago
  Stefan Gehrer f503b19574 cosmetic patch: 19 years ago
  Kostya Shishkov 05103ed33f Correctly detect when use hpel or qpel mode 19 years ago
  Kostya Shishkov ef6cc8ce46 4-MV mode final fixes (now it works for non-exotic modes) 19 years ago
  Kostya Shishkov 4a5343fabc vc1_decode_intra_block() simplifications and corrections 19 years ago
  Luca Abeni 9c39071d6d Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 19 years ago
  Justin Ruggles 1e5707b7b8 porder patch by (Justin Ruggles jruggle a t earthlink d ot net) 19 years ago
  Kostya Shishkov e4bf0302a3 4-MV decoding support 19 years ago
  Michael Niedermayer b482e2d12f CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) 19 years ago
  Måns Rullgård 3f8674a902 remove redundant macro definitions 19 years ago
  Måns Rullgård 8fb0d07339 kill warning 19 years ago
  Stefan Gehrer 20ffddb93a CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) 19 years ago
  Stefan Gehrer 761089b028 staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
  Michael Niedermayer 474176bf92 3 lines while -> 1 line for loop 19 years ago
  Michael Niedermayer 5d2f52b989 simplify 19 years ago
  Michael Niedermayer b2e30cb324 simplify compute_autocorr 19 years ago
  Michael Niedermayer 412759560c dont use memcpy for copying structs 19 years ago
  Michael Niedermayer 7c69b83057 simplify 19 years ago
  Justin Ruggles a403fc0324 flac-lpc patch by (Justin Ruggles jruggle earthlink net) 19 years ago
  Michael Niedermayer 78f67b7ad3 simplify 19 years ago
  Benjamin Larsson 7943355485 ff_fft_init now double checks that the system has mm3dnow.h before 19 years ago
  Måns Rullgård 76f2a12fe7 remove unneeded casts 19 years ago
  Måns Rullgård 3dd46a296e get rid of veccpy(), replace with simple assignment 19 years ago
  Michael Niedermayer 0abc2e73f8 new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) 19 years ago
  Måns Rullgård 91c58c944f fill_mbaff_ref_list is missing a return statement, its return value 19 years ago
  Kostya Shishkov 8f8d0e4875 Adjust AC prediction if (some) predictors are not available. 19 years ago
  Kostya Shishkov e9f2396e6f 0xFFFF l of cola. Now P-frames are decoded almost without distortions. 19 years ago
  Kostya Shishkov a34c26cc3d Remove unused variable (and it wasn't free'd too) 19 years ago
  Kostya Shishkov 0f7344aad9 Use MpegEncContext->mbskip_table instead of custom bitplane. 19 years ago
  Herve W a949360163 * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no 19 years ago
  Diego Pettenò 3a6fc8faf3 Disable w53 and w97 cmp methods when snow encoder is disabled 19 years ago
  Reynaldo H. Verdejo Pinochet f2508b1712 anothe useless sizeof(char) 19 years ago
  Kostya Shishkov 3f6d6af66e Slightly reworked MC code, it gives better picture. 19 years ago
  Kostya Shishkov c436ff41d2 typo 19 years ago
  Diego Biurrun 7d77d5f639 spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com 19 years ago
  Reimar Döffinger c6bb50e002 Fix initialization of vc1_decoder (the same as wmv3_decoder). 19 years ago
  Kostya Shishkov 87dfe848fa Some optimization and fixes - mostly reworked MC and bitplanes. 19 years ago
  Kostya Shishkov e8ba1cea3c This should make P-frames decoding work on x86 (by avoiding get_bits(0)) 19 years ago
  Justin Ruggles e71bcc3798 flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 19 years ago
  Kostya Shishkov f26c2ef53b Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). 19 years ago