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
*
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
*
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
Roman Shaposhnik
2003-08-26
1
-1
/
+5
*
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...
Garrick Meeker
2003-07-09
1
-11
/
+23
*
Warning and compatibility fixes.
Falk Hüffner
2003-05-24
1
-10
/
+7
*
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
Roman Shaposhnik
2003-05-12
1
-2
/
+8
*
* introducing new public interface in imgconvert.c
Roman Shaposhnik
2003-05-07
1
-0
/
+51
*
rgb555 alpha extraction fix
Fabrice Bellard
2003-04-21
1
-1
/
+1
*
added img_get_alpha_info()
Fabrice Bellard
2003-04-21
1
-1
/
+59
*
fixed PIX_FMT_YUV422 conversions
Fabrice Bellard
2003-04-21
1
-12
/
+12
*
loss fixes (thanks to Daniel Serpell) - shrink22 fix
Fabrice Bellard
2003-04-21
1
-9
/
+11
*
added all missing UV conversions
Fabrice Bellard
2003-04-21
1
-35
/
+213
*
almost exhaustive image conversion support
Fabrice Bellard
2003-04-21
1
-852
/
+236
*
accurate YUV to RGB and RGB to YUV conversions - added comments
Fabrice Bellard
2003-04-21
1
-165
/
+661
*
YUV formats/gray formats are correctly defined - added format loss informatio...
Fabrice Bellard
2003-04-20
1
-61
/
+372
*
rgba32 convert
Fabrice Bellard
2003-04-19
1
-2
/
+32
*
fixing mem corruption
Michael Niedermayer
2003-04-04
1
-0
/
+2
*
typos & cosmetics
Michael Niedermayer
2003-03-06
1
-1
/
+1
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+7
*
fixing 410 -> 420
Michael Niedermayer
2003-02-18
1
-1
/
+1
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-53
/
+53
*
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-02-10
1
-4
/
+4
*
added paletted 8 bit format support
Fabrice Bellard
2003-02-09
1
-0
/
+119
*
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
Philip Gladstone
2003-02-08
1
-4
/
+6
*
handle odd image sizes when using subsampled chroma (useful for JPEG images)
Fabrice Bellard
2003-02-02
1
-46
/
+101
*
100000l
Michael Niedermayer
2003-01-29
1
-13
/
+18
*
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-23
1
-1
/
+1
*
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
Michael Niedermayer
2003-01-23
1
-6
/
+6
*
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
Max Krasnyansky
2003-01-20
1
-2
/
+4
*
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
Fabrice Bellard
2003-01-20
1
-64
/
+81
*
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
Michael Niedermayer
2003-01-20
1
-6
/
+6
*
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...
Måns Rullgård
2003-01-19
1
-58
/
+58
*
added missing formats in all functions - added monoblack, monowhite and gray8...
Fabrice Bellard
2003-01-11
1
-72
/
+207
[next]