Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-16Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini
pixdesc.c, which are now not anymore marked as static inline. Fix the inclusion of the private header intreadwrite.h in the public header pixdesc.h. Originally committed as revision 21854 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini
Originally committed as revision 21576 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-23Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.Stefano Sabatini
Originally committed as revision 20592 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini
Originally committed as revision 20550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini
is more clear and lexically more consistent with API and documentation. Originally committed as revision 20545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini
This way pixdescs can be used without requiring a dependency on libavcodec. Originally committed as revision 20389 to svn://svn.ffmpeg.org/ffmpeg/trunk