16141 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Mans Rullgard 28fff0d974 h264: use templates to avoid excessive inlining 13 years ago
  Michael Niedermayer 18f2d5cb9c mpegvideo: Don't use ff_mspel_motion() for vc1 13 years ago
  Martin Storsjö 07eeeb1d4f vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too 13 years ago
  Martin Storsjö 70a1c8000f vp8: loopfilter >=sse2 functions need aligned stack on x86-32. 13 years ago
  Ronald S. Bultje c51838478c amr: remove shift out of the AMR_BIT() macro. 13 years ago
  Ronald S. Bultje 723b266d72 dsputilenc: group yasm and inline asm function pointer assignment. 13 years ago
  Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago
  Ronald S. Bultje 89b81a1c88 mpegvideo: remove VLAs 13 years ago
  Mans Rullgard 25accf93ad flacdec: move lpc filter to flacdsp 13 years ago
  Mans Rullgard 4a8528349f flacdec: split off channel decorrelation as flacdsp 13 years ago
  Mans Rullgard 87466f8124 flacdec: factor out code setting avctx->sample_fmt 13 years ago
  Mans Rullgard d155b60fc8 flac: make FLAC_CHMODE_* constants consecutive 13 years ago
  Mans Rullgard 93e7ef9a24 flacdec: allocate sample buffers with av_malloc 13 years ago
  Mans Rullgard 0da301e105 flacdec: remove curr_bps from FLACContext 13 years ago
  Mans Rullgard 360aa2465a flacenc: add option for forcing stereo decorrelation mode 13 years ago
  Diego Biurrun 4051be6f50 anm: fix a few Doxygen comments 13 years ago
  Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
  Ronald S. Bultje 3389545157 snow: remove a VLA used for edge emulation 13 years ago
  Ronald S. Bultje cbd9b2f918 snow: remove the runs[] VLA. 13 years ago
  Martin Storsjö 4d8516fdb1 snow: Check mallocs at init 13 years ago
  Mans Rullgard 4719ea7e1e flacdec: remove redundant setting of avctx->sample_fmt 13 years ago
  Mans Rullgard 58e57c3052 snow: remove VLA in mc_block() 13 years ago
  Ronald S. Bultje 33bb63cb3e snow: remove a VLA. 13 years ago
  Kostya Shishkov edf35d8342 MS ATC Screen (aka MSS3) decoder 13 years ago
  Martin Storsjö fc31508e3a roqvideo: Remove a totally unused dspcontext 13 years ago
  Mans Rullgard 779f8bc24e smacker: remove some unused code 13 years ago
  Mans Rullgard d55e5e6bae dsicin: remove dead assignment 13 years ago
  Mans Rullgard 3c928477d2 aacdec: remove dead assignment 13 years ago
  Mans Rullgard 800ab1bafa rl2: remove dead assignment 13 years ago
  Mans Rullgard 1c2c64edac proresenc: make a variable local to the loop where it is used 13 years ago
  Mans Rullgard 4ca6d206d1 alsdec: remove dead assignments 13 years ago
  Martin Storsjö 710bd8a33e wma: Lower the maximum number of channels to 2 13 years ago
  Mans Rullgard 62634158b7 ARM: generate position independent code to access data symbols 13 years ago
  Ronald S. Bultje ceabc13f12 dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section. 13 years ago
  Ronald S. Bultje e9156741a7 dnxhdenc: add space between function argument type and comment. 13 years ago
  Ronald S. Bultje 66a02159ea x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* 13 years ago
  Mans Rullgard f2fd167835 x86: vc1: fix and enable optimised loop filter 13 years ago
  Kostya Shishkov 15358ade15 mss1: validate number of changeable palette entries 13 years ago
  Kostya Shishkov 8f5d573a83 mss1: report palette changed when some additional colours were decoded 13 years ago
  Christophe Gisquet a5bfa66df5 x86: fft: replace call to memcpy by a loop 13 years ago
  Ronald S. Bultje fa84506177 dxva2: include dxva.h if found 13 years ago
  Hendrik Leppkes ea1c5011b3 dxva2_h264: fix signaling of mbaff frames 13 years ago
  Mans Rullgard 0595334892 x86: fft: elf64: fix PIC build 13 years ago
  Mans Rullgard 8725da49a2 x86: fft: win64: fix stack alignment for memcpy() call 13 years ago
  Mans Rullgard 8299260470 x86: fft: convert sse inline asm to yasm 13 years ago
  Ronald S. Bultje 8123e0901f x86: place some inline asm under #if HAVE_INLINE_ASM 13 years ago
  Mans Rullgard 0b6f973635 h264: use asm cabac reader under a generic condition 13 years ago
  Diego Biurrun fe07c9c6b5 x86: Only use optimizations with cmov if the CPU supports the instruction 13 years ago
  Mans Rullgard 29686d6ea3 x86: remove unused inline asm macros from dsputil_mmx.h 13 years ago
  Mans Rullgard 685f5438bb x86: move some inline asm macros to the only places they are used 13 years ago