summaryrefslogtreecommitdiffstats
path: root/libavcodec/pixdesc.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-011-3/+8
| | | | Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last patch.Stefano Sabatini2009-03-311-10/+10
| | | | Originally committed as revision 18292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add/fix support for bitstream formats reading in read_line().Stefano Sabatini2009-03-311-9/+16
| | | | Originally committed as revision 18291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the step and offset fields of the component descriptor express aStefano Sabatini2009-03-311-2/+12
| | | | | | number of bits for bitstreams formats. Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document read_line().Stefano Sabatini2009-03-311-0/+12
| | | | Originally committed as revision 18286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini2009-03-311-1/+1
| | | | | | (non const) AVPixFmtDescriptor *. Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-221-0/+4
| | | | Originally committed as revision 18152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-181-0/+1
| | | | Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expand "lsb" to "least significant bits".Stefano Sabatini2009-03-151-1/+1
| | | | Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: "i" -> "in".Stefano Sabatini2009-03-041-1/+1
| | | | Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-16/+17
| | | | Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPixFmtDescriptor doxyMichael Niedermayer2009-02-241-0/+8
| | | | Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-241-0/+91
(yes its intentionally unused, this is intended as a basis for further work, and to prevent repeation of the whole discussion dying and the results being forgotten) Originally committed as revision 17548 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud