History | View | Annotate | Download (6.46 KB)
Deprecate avcodec_pix_fmt_string() in favor ofav_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reindent after r24101.
Originally committed as revision 24126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename read/write_line() to av_read/write_image_line().
The old names were not av_ prefixed, and they were causing linkingfailure on many platforms. The new names are also more descriptive.
Patch by Stefano Sabatini.
Originally committed as revision 24101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix misspelled parameter names in Doxygen documentation.This fixes one Doxygen warning each.
Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move read_line() and write_line() definition from pixdesc.h topixdesc.c, which are now not anymore marked as static inline.
Fix the inclusion of the private header intreadwrite.h in the publicheader pixdesc.h.
Originally committed as revision 21854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix grammar: write to DST THING -> write THING to DST.
Originally committed as revision 21576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.
Originally committed as revision 20592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify relations between log2_chroma_w, log2_chroma_h and comp.
Originally committed as revision 20550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameis more clear and lexically more consistent with API anddocumentation.
Originally committed as revision 20545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move pixdesc.{h,c} from libavcodec to libavutil.
This way pixdescs can be used without requiring a dependency onlibavcodec.
Originally committed as revision 20389 to svn://svn.ffmpeg.org/ffmpeg/trunk