- 14 Dec, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Dec, 2009 1 commit
-
-
Stefano Sabatini authored
structs. Originally committed as revision 20733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2009 2 commits
-
-
Stefano Sabatini authored
in those in pix_fmt_info, and remove the not anymore used PixFmtInfo.name field. Originally committed as revision 20636 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20635 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Nov, 2009 3 commits
-
-
Stefano Sabatini authored
pix_fmt_info. Originally committed as revision 20625 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_pix_fmt_descriptors log2_chroma_w and log2_chroma_h values instead. Originally committed as revision 20622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
than the PixFmtInfo x_chroma_shift and y_chroma_shift fields. Originally committed as revision 20617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Nov, 2009 2 commits
-
-
Stefano Sabatini authored
access the PixFmtInfo.is_hwaccel field which is going to be removed. Originally committed as revision 20616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
planes instead of just doubling the height while computing plane sizes. Also adjust avpicture_layout() to copy the correct amount of data for plane 1. Originally committed as revision 20610 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Nov, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 20562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2009 2 commits
-
-
Vitor Sessak authored
linesize[1] == 1, which does not make sense. Originally committed as revision 20503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
NVIDIA Corporation authored
by video players. Original patch by NVIDIA corporation. Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Fixes issue 1465 Originally committed as revision 20202 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 20034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Sep, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 20024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2009 1 commit
-
-
Lars Täuber authored
Patch by Lars Täuber <lars <dot> taeuber <at> gmx <dot> net>. Originally committed as revision 19775 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Aug, 2009 1 commit
-
-
Alexis Ballier authored
endian counterparts. Patch by Alexis Ballier, alexis D ballier gmail Originally committed as revision 19626 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18636 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2009 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 18582 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 18581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 18564 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 18503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 18502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2009 3 commits
-
-
Stefano Sabatini authored
PIX_FMT_ARGB PIX_FMT_RGBA PIX_FMT_ABGR PIX_FMT_BGRA defined as enum PixelFormat values, and viceversa make: PIX_FMT_RGB32 PIX_FMT_RGB32_1 PIX_FMT_BGR32 PIX_FMT_BGR32_1 defined as macros, also resort accordingly the enum PixelFormat list. Also make avcodec_get_pix_fmt() recognize the "rgb32" and "bgr32" aliases, in order to make ffmpeg pass regressions test. This change breaks ABI backward compatibility. Originally committed as revision 18163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 18160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 18158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2009 4 commits
-
-
Stefano Sabatini authored
endian and big endian variants instead of native-endian ones. This patch breaks API/ABI backward-compatibility. Originally committed as revision 18133 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
pixel format for the provided name, make it look for the native endian variant of the name. Originally committed as revision 18130 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 18129 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
to not include the size of that palette. Also clarify its documentation. Originally committed as revision 18106 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2009 1 commit
-
-
Reimar Döffinger authored
problems with following patch to fix linesize alignment. Originally committed as revision 18046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gwenole Beauchesne authored
Originally committed as revision 17766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Feb, 2009 1 commit
-
-
Cédric Schieli authored
Originally committed as revision 17654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Feb, 2009 1 commit
-
-
Gwenole Beauchesne authored
Patch by Gwenole Beauchesne. Originally committed as revision 17634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Feb, 2009 1 commit
-
-
Michael Niedermayer authored
by Gwenole Beauchesne gbeauchesne splitted desktop com Originally committed as revision 17539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2009 1 commit
-
-
Daniel Verkamp authored
Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-