- Jul 06, 2006
-
-
Stefan Huehner authored
patch by Stefan Huehner, stefan & at & huehner & dot & org Originally committed as revision 5639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 19, 2006
-
-
Reimar Döffinger authored
returns -1 on error which was not detected with previous code. Originally committed as revision 5304 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 10, 2006
-
-
Luca Abeni authored
Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P. Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 31, 2006
-
-
Michael Niedermayer authored
Originally committed as revision 5258 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 10, 2006
-
-
Baptiste Coudurier authored
Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 12, 2006
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 22, 2005
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 17, 2005
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 11, 2005
-
-
Michael Niedermayer authored
Originally committed as revision 4430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 12, 2005
-
-
Michael Niedermayer authored
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 24, 2004
-
-
Luca Abeni authored
Originally committed as revision 3710 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 27, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 3642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 25, 2004
-
-
Wolfram Gloger authored
Originally committed as revision 3636 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 22, 2004
-
-
Roman Shaposhnik authored
Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 19, 2004
-
-
Todd Kirby authored
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) Originally committed as revision 3402 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 25, 2004
-
-
Todd Kirby authored
Originally committed as revision 3339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 01, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 11, 2003
-
-
Drew Hess authored
promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>) Originally committed as revision 2351 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 29, 2003
-
-
Drew Hess authored
Originally committed as revision 2318 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 26, 2003
-
-
Roman Shaposhnik authored
is generic for any video with yuv411. Seems like a trivial fix, but we really have to clean up all of the pix_fmt business a bit more. Originally committed as revision 2169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 09, 2003
-
-
Garrick Meeker authored
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 24, 2003
-
-
Falk Hüffner authored
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 12, 2003
-
-
Roman Shaposhnik authored
* adding regression tests for all pix_fmt conversions * making libavtest part of the default testsuite Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 07, 2003
-
-
Roman Shaposhnik authored
+ avcodec_get_pix_fmt converts textual representation of pixel format into the actual id. Complements avcodec_get_pix_fmt_name. + avpicture_layout serializes given picture into a flat array. Complements avpicture_fill. * adding a new option -pix_fmt to the ffmpeg, in order to control pixel format for the codecs that do support it, like rawvideo, for example. * reducing complexity of the rawvideo codec by splitting it in two and making it more reliable via hooking up to the avpicture_layout. Plus adding new FourCC as described here: http://www.fourcc.org * A tiny fix for avienc.c that makes avih and video strf consistent regarding codec FourCC. Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 21, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 1810 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1809 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1803 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1802 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1801 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 20, 2003
-
-
Fabrice Bellard authored
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support Originally committed as revision 1800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 19, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 1794 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 04, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 06, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1636 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 18, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 11, 2003
-
-
Zdenek Kabelac authored
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 10, 2003
-
-
Zdenek Kabelac authored
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 09, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 1560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-