История коммитов

Автор SHA1 Сообщение Дата
  Baptiste Coudurier b9e608492a swscale: 9,10 bits pixel format output support 14 лет назад
  Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 лет назад
  Baptiste Coudurier 624a7e005c Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha. 14 лет назад
  Baptiste Coudurier e91946ed23 Rename y400a to gray8a. 14 лет назад
  Michael Niedermayer c55780dcef Merge remote branch 'qatar/master' 14 лет назад
  Luca Barbato 0e1a5434e2 swscale: Factorize FAST_BGR2YV12 definition. 14 лет назад
  Oskar Arvidsson d4497f6dfb Add pixel formats for 9- and 10-bit yuv420p. 14 лет назад
  Michael Niedermayer 116758a358 Fix yuvj420p scaling artefact, issue1108. 14 лет назад
  Michael Niedermayer ffd39f9d23 Fix typo from e3a84542. 14 лет назад
  Frank Barchard e3a8454205 SWSCALE: Increase maximim with from 5120 to 21504 14 лет назад
  Peter Ross 3e2523db20 libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 лет назад
  Baptiste Coudurier df0743e01e Y400A (gray alpha) input support in libswscale 14 лет назад
  Reimar Döffinger 5a55d5b592 More const-correctness fixes to avoid warnings. 14 лет назад
  Ramiro Polla 709c0181fd Restore vertical alignment in some defines 14 лет назад
  Ramiro Polla c3ab0004ae Revert r31153. It failed to build on: 15 лет назад
  Ramiro Polla d9d14dc607 Use int instead of long to pass width parameters in non-public functions. 15 лет назад
  Stefano Sabatini 3de42635bd Avoid duplication of usePal() macro. 15 лет назад
  Janusz Krzysztofik a4e441301d Add support to BGR444/RGB444 foreign endian output in libswscale. 15 лет назад
  Janusz Krzysztofik 601949b898 libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special 15 лет назад
  Alexis Ballier 1379b58482 Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in 15 лет назад
  Michael Niedermayer 81858371d9 Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. 15 лет назад
  Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 15 лет назад
  Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the 15 лет назад
  Ramiro Polla a4388ebd37 Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 15 лет назад
  Måns Rullgård 4a88852623 Move array specifiers outside DECLARE_ALIGNED() invocations 15 лет назад
  Ramiro Polla 5d4d503fd0 Document some more of SwsContext. 15 лет назад
  Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 15 лет назад
  Ramiro Polla 9556124c97 Document some of SwsContext. 15 лет назад
  Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 лет назад
  Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 лет назад
  Ramiro Polla a1f4b4bb6e Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. 15 лет назад
  Ramiro Polla bb53e1d188 Rename function pointers used to convert from the input pixel format to the 15 лет назад
  Ramiro Polla e7a47515ab Check if chroma horizontal scaler is needed in sws_init_swScale(). 15 лет назад
  Ramiro Polla 6f9771d7a6 Remove unused fields from SwsContext. 15 лет назад
  Ramiro Polla d3243d1431 Indentation. 15 лет назад
  Ramiro Polla bae76dc3eb Set horizontal scaler's range conversion in context in sws_init_swScale(). 15 лет назад
  Ramiro Polla 84011f10d5 Set horizontal scaler's src offsets in context in sws_init_swScale(). 15 лет назад
  Lars Täuber 991e579cae Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 15 лет назад
  Ramiro Polla c255994b29 More indentation changes leftover from r29522: 15 лет назад
  Ramiro Polla dd68318cee Cosmetics: 15 лет назад
  Ramiro Polla 48f4c61252 MMX2 horizontal scaler: Determine code size at runtime. 15 лет назад
  Ramiro Polla bcdedf675f Rename "funny" code to "mmx2 filter" code. 15 лет назад
  Måns Rullgård a898cdc995 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 лет назад
  Ramiro Polla 804db4466d Remove unused variables. 15 лет назад
  Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 15 лет назад
  Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 15 лет назад
  Diego Biurrun 02163b799d Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. 15 лет назад
  Pavel Pavlov 92db623584 Use DECLARE_ALIGNED macro instead of gcc __attribute__. 16 лет назад
  Kostya Shishkov e8417235d0 Partial (low bits ignored, no direct transcoding into other RGB formats) support 16 лет назад