16600 Commits (57111c558e9f4785e5b6f203ddc4fd44da0694de)

Author SHA1 Message Date
  Jason Garrett-Glaser 37355fe823 Make x86util.asm LGPL so we can use it in LGPL asm 15 years ago
  Jason Garrett-Glaser bc14f04b2f MMXEXT version of vp8 4x4 vertical pred 15 years ago
  Jason Garrett-Glaser fb9927ad7d Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 15 years ago
  Jason Garrett-Glaser 8b746bb473 Add missing comment header for predict_4x4_dc_mmxext 15 years ago
  Jason Garrett-Glaser 270a85d259 Fix some intra pred MMX functions that used MMXEXT instructions 15 years ago
  Jason Garrett-Glaser a912da761d Fix VP8 bilinear mc on x86_64 15 years ago
  Alex Converse 4e42debc8d aacenc: Start the lookahead pointer 1/4 of the way into the first short window. 15 years ago
  Alex Converse 75ef689884 aacenc: Fix window decision logic. 15 years ago
  Alex Converse 804d489c4a aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. 15 years ago
  Alex Converse 7ca4a72f47 10l: Revert r23867. It didn't make any sense. 15 years ago
  Alex Converse 9a3fe1ae6e Make ff_psy_preprocess_end() act like av_freep(). 15 years ago
  Alex Converse 072c0d605f aacenc: Properly pad extradata. 15 years ago
  Baptiste Coudurier 50f70541d3 Change MMXEXT to MMX2, MMXEXT is deprecated 15 years ago
  Jason Garrett-Glaser 0fecad09fe Add x86 asm functions for VP8 put_pixels 15 years ago
  Jason Garrett-Glaser a173aa8940 Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC 15 years ago
  Ronald S. Bultje 7ed06b2be8 Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all 15 years ago
  Ronald S. Bultje 7c4dcf8165 Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but 15 years ago
  Måns Rullgård eca9e4035a Set rv34 (0,0) subpel mc functions to the optimised h264 ones 15 years ago
  Måns Rullgård 1f65b67c46 Fix x86 build with h264dsp disabled 15 years ago
  Vitor Sessak 186d02150e Use lookup table to avoid division in mp2 decoder 15 years ago
  Stefano Sabatini a64fadf62b Fix linking if MMX is disabled. 15 years ago
  Måns Rullgård 7447204d2d vaapi: add missing #include "h263.h" 15 years ago
  Måns Rullgård 0b37cccaab ra288: convert VLAs to fixed size 15 years ago
  Reimar Döffinger 0724a674fc Change type of zz_table to uint8_t to match the scantables it points to. 15 years ago
  Eli Friedman b3858964d6 Add const to some pointer parameters. 15 years ago
  Diego Pettenò 350120d269 tablegen: implement and use WRITE_ARRAY macros 15 years ago
  Diego Pettenò ac014798ff tableprint: use the type name as-is for the functions' names. 15 years ago
  Måns Rullgård 07ece20c69 adpcm: convert VLAs to malloc/free 15 years ago
  James Darnley 9577838f2f Fix libvorbis encoding with more than 2 channels 15 years ago
  David Conrad 30bdefd1de Fix build without yasm 15 years ago
  Jason Garrett-Glaser 0178d14fe5 First shot at VP8 optimizations: 15 years ago
  David Conrad 0ef1dbedcb VP8 bilinear filter 15 years ago
  David Conrad a02bb835ac vorbisdec: Take channels into account when checking against residue overflow 15 years ago
  David Conrad 54fdf5d150 vorbisdec: Fix header parsing with no floor1 partitions 15 years ago
  David Conrad 780621b832 vorbisdec: Remove write-only variable 15 years ago
  Måns Rullgård 92a544267b vp8: warn and request sample if upscaling specified in header 15 years ago
  Måns Rullgård 2829ce4b40 Remove PPC perf counter support 15 years ago
  Måns Rullgård a788196e20 Remove --enable-gprof flag 15 years ago
  Måns Rullgård 69d12904da Remove unnecessary ../ from include directives 15 years ago
  Måns Rullgård f30d51d74f ARM: fix build with TI compiler 15 years ago
  Måns Rullgård cbabccc367 ffv1: remove VLAs 15 years ago
  Måns Rullgård 02591641f8 shorten: remove VLA and check for buffer overflow 15 years ago
  Måns Rullgård 17253f598e alsdec: convert VLAs to fixed size 15 years ago
  Måns Rullgård 70f2314df0 pcx: convert VLAs to malloc/free 15 years ago
  Måns Rullgård 164d166e85 lsp: convert variable-length arrays to fixed size 15 years ago
  Måns Rullgård 5228bcd870 svq1dec: replace VLA with malloc/free 15 years ago
  Måns Rullgård 9502441408 huffyuv: remove unnecessary size argument from generate_len_table() 15 years ago
  Måns Rullgård 0912db0206 Make vp8 select h264dsp and use this to pull in mmx intrapred 15 years ago
  Carl Eugen Hoyos 0c59074868 Fix compilation without --enable-gpl. 15 years ago
  Jason Garrett-Glaser 15d31aa1e1 Really fix r23782 15 years ago