Commit History

Author SHA1 Message Date
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 8 years ago
  Michael Niedermayer 7604358018 swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c() 9 years ago
  Michael Niedermayer abb833c568 swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_bytes_2103_c on BE 9 years ago
  Michael Niedermayer 4df3cf90bf swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian 9 years ago
  Michael Niedermayer fa040c2247 Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650' 9 years ago
  Vittorio Giovara fc1eda543c swscale: fix sign extensions in yuv planar conversion 9 years ago
  Michael Niedermayer 53feab7a4e Merge commit '9047491f8bcd87673eed55fb310647a03b0981e9' 10 years ago
  Michael Niedermayer 9047491f8b swscale: add nv12/nv21->yuv420 converter 10 years ago
  Michael Niedermayer ef627bf9ec swscale: add nv12/nv21->yuv420 converter 10 years ago
  Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 11 years ago
  Michael Niedermayer d5dbd84c9a Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' 11 years ago
  Diego Biurrun 2b677ffca5 swscale: Add av_cold attributes to init functions missing them 11 years ago
  Michael Niedermayer a37fd7f957 sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables 11 years ago
  Michael Niedermayer 78ec407d5a Merge commit '652f5185945c8405fc57aed353286858df8d066f' 11 years ago
  Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
  Michael Niedermayer a07e9d72a1 yuvPlanartouyvy_c: fix sign extension 11 years ago
  Michael Niedermayer a30972609c yuvPlanartoyuy2_c: fix sign extension 11 years ago
  Michael Niedermayer e99f1a8cc8 Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun 89d94b2182 swscale: K&R formatting cosmetics (part I) 12 years ago
  Diego Biurrun 72b95764d0 swscale: variable declaration and placement cosmetics 12 years ago
  Themaister 0827222b9c Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). 12 years ago
  Michael Niedermayer 5a35cef4b1 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 06b5facd4b swscale: Remove disabled code. 13 years ago
  Michael Niedermayer b8a43bc1b5 Merge remote-tracking branch 'qatar/master' into master 13 years ago
  Anton Khirnov b8e893399f sws: replace all long with int. 13 years ago
  Michael Niedermayer 39e4206dc6 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 7dc303a60e swscale: Eliminate rgb24toyv12_c() duplication. 13 years ago
  Michael Niedermayer 4a056160be swscale: remove duplicatiopn of rgb24toyv12_c() 13 years ago
  Michael Niedermayer 034fc7bf12 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer d1adad3cca Merge swscale bloatup 13 years ago
  Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 13 years ago
  Michael Niedermayer 9a5624a0f1 rgb24toyv12: break out in the middle before out of array reads. 13 years ago
  Luca Barbato c003832883 swscale: move away x86 specific code from rgb2rgb 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 13 years ago
  Ramiro Polla c12f7b2d2c rgb2rgb: don't misuse HAVE_* defines 14 years ago
  Ramiro Polla 40b433b62b swscale: indentation and emtpy line cosmetics 14 years ago
  Ramiro Polla 6527e56131 swscale: avoid reading prior to the source buffer in planar2x() MMX2 14 years ago
  Ramiro Polla a51125b52f rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 14 years ago
  Ramiro Polla 4821b4456f rgb2rgb: remove unused yvu9toyv12 function 14 years ago
  Reimar Döffinger 5b03661fa7 Replace some "m" constraints by MANGLE to avoid issues with some compilers not 14 years ago
  Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 14 years ago
  Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 14 years ago
  Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 14 years ago
  Ramiro Polla 7d73d1c336 Indent. 15 years ago
  Ramiro Polla dd68318cee Cosmetics: 15 years ago
  Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
  Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 years ago
  Måns Rullgård a898cdc995 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
  Michael Niedermayer b36da2c215 Remove 2 useless += at the end of rgb16to15(), found by CSA. 15 years ago