315 Commits (83900c0ed34c22487d6a97cdf9e9949d0795f5b0)

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