]> git.sesse.net Git - ffmpeg/history - libswscale/output.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libswscale / output.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-01-14 Paul B Mahollibswscale: GBRAP input & output and GBRAP16 input...
2014-04-07 Vittorio Giovaraswscale: support converting YVYU422 pixel format
2013-08-15 Diego Biurrunswscale: Move extern declarations for tables to swscale...
2013-02-09 Michael Niedermayersws: GBRP9, GBRP10, and GBRP16 output support
2013-01-27 Michael Niedermayerswscale: GBRP output support
2012-10-12 Anton Khirnovsws: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-04-14 Ronald S. Bultjeswscale: clip before assigning tables in RGB output...
2012-04-14 Ronald S. Bultjeswscale: fix off-by-one in second coefficient in biline...
2012-04-13 Ronald S. Bultjeswscale: handle last pixel if lines have an odd width.
2012-04-04 Ronald S. Bultjeswscale: handle complete dimensions for monoblack/white.
2012-03-07 Ronald S. Bultjeswscale: clip unscaled output intermediates.
2012-02-17 Ronald S. Bultjeswscale: make monowhite/black RGB-independent.
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2012-02-13 Ronald S. Bultjeswscale: move YUV2PACKED16WRAPPER() macro down to where...
2012-02-13 Ronald S. Bultjeswscale: handle gray16 as a "planar" YUV format (Y...
2012-02-13 Ronald S. Bultjeswscale: fix incorrect chroma bias in yuv2rgb48_1_c().
2012-02-13 Ronald S. Bultjeswscale: fix invalid memory accesses in yuvpacked1...
2012-02-07 Ronald S. Bultjeswscale: split C output functions into separate file.