index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
imgconvert.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...
Baptiste Coudurier
2008-01-31
1
-2
/
+2
*
avoid infinite loop if pixel format conversion does not exist
Baptiste Coudurier
2007-12-18
1
-0
/
+2
*
spelling
Vitor Sessak
2007-12-01
1
-1
/
+1
*
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
Andrea Gualano
2007-10-11
1
-1
/
+5
*
Use emms_c() instead of ifdef
Ronald S. Bultje
2007-09-29
1
-3
/
+1
*
add support for yuva420p colorspace (yuv420p + alpha)
Aurelien Jacobs
2007-09-24
1
-0
/
+36
*
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-18
1
-0
/
+35
*
typo fixes
Diego Biurrun
2007-07-17
1
-3
/
+3
*
create colorspace.h and use it where appropriate
Ian Caulfield
2007-07-17
1
-82
/
+1
*
Add support for listing the supported pixel formats using the option
Stefano Sabatini
2007-05-30
1
-0
/
+21
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-28
1
-4
/
+0
*
Fix segmentation fault for gray16le to gray conversion.
Ivo van Poorten
2007-04-07
1
-1
/
+3
*
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
Panagiotis Issaris
2007-03-04
1
-4
/
+25
*
Move the unaltered documentation of the functions which are part of the public
Panagiotis Issaris
2007-02-25
1
-46
/
+0
*
add doxygen docs for avpicture_fill()
Guillaume Poirier
2007-02-20
1
-15
/
+39
*
consistency renaming: yuv422 --> yuyv422
Diego Biurrun
2007-02-12
1
-8
/
+8
*
consistency renaming: uyvy411 --> uyyvyy411
Diego Biurrun
2007-02-12
1
-2
/
+2
*
consistency renaming: rgba32 --> rgb32
Diego Biurrun
2007-02-12
1
-19
/
+19
*
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-02-07
1
-35
/
+35
*
Avoid branches in the loop and solve a gcc warning
Luca Barbato
2007-01-17
1
-13
/
+19
*
Cosmetics
Luca Barbato
2007-01-17
1
-10
/
+17
*
Remove alpha channel from RGB555
Alex Beregszaszi
2006-11-16
1
-15
/
+3
*
BGR555 has never been working as alpha supporting format. Remove the false se...
Alex Beregszaszi
2006-11-16
1
-1
/
+1
*
changed rgba32_to routines to support both alpha and non-alpha formats (see r...
Alex Beregszaszi
2006-11-14
1
-0
/
+12
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-3
/
+3
*
Fix obvious typo, BGR555 was missing
Reynaldo H. Verdejo Pinochet
2006-10-27
1
-1
/
+1
*
16-bit grayscale support
Kostya Shishkov
2006-10-24
1
-0
/
+107
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Minimal support for the new pixel formats in libavcodec
Luca Abeni
2006-08-28
1
-0
/
+139
*
Explicitly include fastmemcpy.h from libvo/.
Diego Biurrun
2006-08-18
1
-1
/
+1
*
Enable swscale usage in ffmpeg
Luca Abeni
2006-08-08
1
-0
/
+2
*
Mark some read-only datastructures as const.
Stefan Huehner
2006-07-06
1
-9
/
+9
*
make "size" variable in avpicture_alloc signed, since avpicture_get_size
Reimar Döffinger
2006-04-19
1
-1
/
+1
*
Baptiste COUDURIER's padding patch (reworked by me a little bit).
Luca Abeni
2006-04-10
1
-0
/
+50
*
remove mpegvideo.c img resample dependancy
Michael Niedermayer
2006-03-31
1
-13
/
+35
*
Fix cropping, depending on enc pix fmt
Baptiste Coudurier
2006-03-10
1
-0
/
+25
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-42
/
+42
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-132
/
+132
*
segfault fix
Michael Niedermayer
2005-07-11
1
-0
/
+2
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-1
/
+7
*
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)
Luca Abeni
2004-11-24
1
-0
/
+36
*
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...
Michael Niedermayer
2004-10-27
1
-0
/
+36
*
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...
Wolfram Gloger
2004-10-25
1
-1
/
+1
*
* Introducing IIDC1394 grabbing interface.
Roman Shaposhnik
2004-10-22
1
-0
/
+66
*
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Tod...
Todd Kirby
2004-08-19
1
-0
/
+6
*
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Todd Kirby
2004-07-25
1
-5
/
+164
*
ffv1 rgb support
Michael Niedermayer
2003-11-01
1
-0
/
+5
*
recommit of
Drew Hess
2003-10-11
1
-2
/
+2
*
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
Drew Hess
2003-09-29
1
-24
/
+29
[next]