summaryrefslogtreecommitdiff
path: root/libavcodec/raw.c
Commit message (Collapse)AuthorAge
...
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16bit in avi is RGB555Michael Niedermayer2006-11-09
| | | | Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
| | | | Originally committed as revision 6807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
| | | | Originally committed as revision 6806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
| | | | | | | | Original thread: Date: Aug 17, 2006 5:45 PM Subject: Re: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PAL8 support (fixed BLUR8.AVI)Michael Niedermayer2006-03-03
| | | | | | cleanup Originally committed as revision 5105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set interlaced_frame and top_field_first according to coded_frame.Luca Abeni2006-02-02
| | | | | | patch by Luca Abeni, lucabe72 **at&& email ^^dot## it Originally committed as revision 4919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix silly typos.Diego Biurrun2006-01-31
| | | | Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine ↵Roine Gustafsson2005-05-10
| | | | | | users.sourceforge net] Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb flip fixMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image stream copyMichael Niedermayer2004-11-08
| | | | Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give the user a chance to override codec_tagMichael Niedermayer2004-08-12
| | | | Originally committed as revision 3382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at ↵Todd Kirby2004-07-26
| | | | | | pacbell dot net>) Originally committed as revision 3346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb supportMichael Niedermayer2004-07-21
| | | | Originally committed as revision 3330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fixes.Falk Hüffner2003-05-15
| | | | Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
| | | | | | | | | | | | | | | | | | | | | | + 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
* segfault fixMichael Niedermayer2003-04-17
| | | | Originally committed as revision 1784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)Sebastien Bechet2003-03-26
| | | | Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-17
| | | | Originally committed as revision 1688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk