aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.Gravatar diego2009-03-21
* Avoid crash on planarCopy to a destination without alpha.Gravatar reimar2009-03-20
* Initialize pointer arrays which may be freed before being initialized.Gravatar benoit2009-03-20
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itGravatar reimar2009-03-20
* Fix swscale compilation with Altivec enabled.Gravatar reimar2009-03-20
* Reindent after last commitGravatar sdrik2009-03-20
* Also test the alpha channel in swscale-exampleGravatar sdrik2009-03-20
* YUVA420P is now supported as output formatGravatar sdrik2009-03-20
* Add alpha channel scalingGravatar sdrik2009-03-20
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersGravatar sdrik2009-03-20
* Use a simpler and more general check for the gray case in the planarCopy func...Gravatar sdrik2009-03-20
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Gravatar diego2009-03-19
* Remove useless casting in asm "m" operand.Gravatar cehoyos2009-03-19
* Allocate executable memory with VirtualAlloc() in Windows.Gravatar ramiro2009-03-19
* Drop unnecessary cast and cosmetically align.Gravatar ramiro2009-03-19
* Fix HTML docs generation, broken in r28980.Gravatar rathann2009-03-19
* RevertGravatar michael2009-03-19
* Fix 10l typo.Gravatar michael2009-03-19
* remove trailing whitespacesGravatar Gabrov2009-03-19
* remove trailing whitespacesGravatar Gabrov2009-03-19
* remove trailing whitespaces all over the placeGravatar Gabrov2009-03-19
* synced with r28991Gravatar Gabrov2009-03-19
* Unscaled converters forGravatar michael2009-03-19
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Gravatar reimar2009-03-18
* Support icc 11.1.Gravatar cehoyos2009-03-18
* drop obsolete guidelinesGravatar rathann2009-03-18
* swscale-example: use LFG instead of random()Gravatar ramiro2009-03-18
* Do not assume long is same width as x86 register.Gravatar ramiro2009-03-18
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Support FFmpeg codecs that decode to other formats than S16.Gravatar reimar2009-03-18
* Older versions of <vdpau/vdpau.h> will fail during compilation.Gravatar cehoyos2009-03-18
* Consistently use ff_ prefixes for internal symbols.Gravatar diego2009-03-18
* 10l: Fix indentation.Gravatar cehoyos2009-03-18
* Add a fillPlane function to fill a plane with one constant valueGravatar sdrik2009-03-17
* Don't write outside of the picture buffer in planarCopy in the gray caseGravatar sdrik2009-03-17
* Get rid of trailing whitespaces.Gravatar bircoph2009-03-17
* Synced with r28979.Gravatar bircoph2009-03-17
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameGravatar diego2009-03-17
* whitespace cosmetics: Consistently format function calls without spaceGravatar diego2009-03-17
* Avoid an error at the end of chunked HTML doc generation.Gravatar reimar2009-03-17
* Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).Gravatar cehoyos2009-03-16
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Gravatar sdrik2009-03-16
* Cosmetics: reindent.Gravatar eugeni2009-03-16
* Fix uninitialized memory access in ass_fontconfig.Gravatar eugeni2009-03-16
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
* Check mpi type before returning an DR buffer in get_image, fixes jerkinessGravatar reimar2009-03-16
* synced with r28968 with some extra roff markup fixesGravatar Gabrov2009-03-16
* Split YUV2RGB operands declaration into a separate macroGravatar sdrik2009-03-16
* Move initialisation of deint_surfaces[] to free_video_specific().Gravatar cehoyos2009-03-15
* Update -vo vdpau command line help.Gravatar cehoyos2009-03-15