summaryrefslogtreecommitdiff
path: root/libavcodec/pixdesc.h
Commit message (Collapse)AuthorAge
* Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini2009-04-22
| | | | Originally committed as revision 18653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing header inclusion guard.Stefano Sabatini2009-04-21
| | | | Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a write_line() function.Stefano Sabatini2009-04-21
| | | | Originally committed as revision 18646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-13
| | | | | | | the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-01
| | | | Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last patch.Stefano Sabatini2009-03-31
| | | | 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-31
| | | | 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-31
| | | | | | number of bits for bitstreams formats. Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document read_line().Stefano Sabatini2009-03-31
| | | | 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-31
| | | | | | (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-22
| | | | Originally committed as revision 18152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
| | | | Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expand "lsb" to "least significant bits".Stefano Sabatini2009-03-15
| | | | Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: "i" -> "in".Stefano Sabatini2009-03-04
| | | | Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
| | | | Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPixFmtDescriptor doxyMichael Niedermayer2009-02-24
| | | | Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-24
(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