107 Commits (9f31c7ef37d750441c3371457264ba3ec8d15f3c)

Author SHA1 Message Date
Baptiste Coudurier 1be97a218e memcpy considering output width, not src linesize, fix segv with av_picture_pad 17 years ago
Michael Niedermayer 8e6f8869ab Do not read from prior the array, fix CID 127. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Diego Biurrun b0605329c9 Move functions that are only used when libswscale is not compiled in below 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 17 years ago
Vitor Sessak 6dd36490c7 This should not be part of the public API 17 years ago
Vitor Sessak fba95d3c23 My commit in r11942 broke compilation. 17 years ago
Vitor Sessak cc9853d38f Split avpicture_fill() in two functions. This will be 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Vitor Sessak 22ed53e5f4 Factor bytewidth determination in its own function 17 years ago
Baptiste Coudurier e151e272a0 cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type 17 years ago
Baptiste Coudurier 86404ffba2 avoid infinite loop if pixel format conversion does not exist 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Andrea Gualano 2a7feb18c4 Enable avpicture_deinterlace() for PIX_FMT_GRAY8. 17 years ago
Ronald S. Bultje 55ffe9df2a Use emms_c() instead of ifdef 17 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Andreas Öman 4196cfb75b add YUV440P and YUVJ440P support 18 years ago
Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
Ian Caulfield 04d2e45f3f create colorspace.h and use it where appropriate 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Ivo van Poorten e5b5149603 Fix segmentation fault for gray16le to gray conversion. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Panagiotis Issaris 392cf77a4b Move the unaltered documentation of the functions which are part of the public 18 years ago
Guillaume Poirier bb0f999bbb add doxygen docs for avpicture_fill() 18 years ago
Diego Biurrun dc02fc6a68 consistency renaming: yuv422 --> yuyv422 18 years ago
Diego Biurrun 9ac529a5ba consistency renaming: uyvy411 --> uyyvyy411 18 years ago
Diego Biurrun 3cf5b6bed7 consistency renaming: rgba32 --> rgb32 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Luca Barbato 79acfb0e13 Avoid branches in the loop and solve a gcc warning 18 years ago
Luca Barbato 6845801f82 Cosmetics 18 years ago
Alex Beregszaszi 20d46c038a Remove alpha channel from RGB555 18 years ago
Alex Beregszaszi 08d23410ea BGR555 has never been working as alpha supporting format. Remove the false setting. 18 years ago
Alex Beregszaszi b362567605 changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Reynaldo H. Verdejo Pinochet 418f17e006 Fix obvious typo, BGR555 was missing 18 years ago
Kostya Shishkov 34380af0e1 16-bit grayscale support 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Abeni 00b2fa864e Minimal support for the new pixel formats in libavcodec 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 19 years ago
Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 19 years ago
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const. 19 years ago
Reimar Döffinger 2d5545c302 make "size" variable in avpicture_alloc signed, since avpicture_get_size 19 years ago
Luca Abeni 5341c20954 Baptiste COUDURIER's padding patch (reworked by me a little bit). 19 years ago
Michael Niedermayer 54009d4295 remove mpegvideo.c img resample dependancy 19 years ago
Baptiste Coudurier f2651e7a6c Fix cropping, depending on enc pix fmt 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 5b2ad9f520 segfault fix 20 years ago