72 Commits (f98417451291a3ff6719d739b5e904e0b7bf404b)

Author SHA1 Message Date
Luca Barbato 7b02cb29d9 pixdesc: Document the component order 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Vittorio Giovara 6b3ef7f080 lavu: Remove bit packing from AVComponentDescriptor 9 years ago
wm4 b8b5d82744 lavu: extend size of the AVPixFmtDescriptor.flags field 9 years ago
Vittorio Giovara 2f8cbbc962 lavu: Drop deprecated external access to AVPixFmtDescriptor table 9 years ago
Vittorio Giovara 183db02a51 lavu: Drop deprecated old_pix_fmt.h and related code 9 years ago
Peter Cordes 4da3a14f3c pixelutils: indent comments in pixdesc.h to be clearer 10 years ago
wm4 c247fc63e4 pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygen 10 years ago
wm4 3e18dc235e avutil: move internal function out of public header 10 years ago
Michael Niedermayer 1296dc6025 avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentation 10 years ago
Vittorio Giovara 5a419b2dd1 pixdesc: return color properties names 10 years ago
Luca Barbato d2962e9f89 pixdesc: Support pixelformat aliases 10 years ago
Luca Barbato b2e059a1ff pixdesc: K&R formatting cosmetics 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 617e866e25 Move av_find_best_pix_fmt_of_2() from avcodec to avutil 11 years ago
Diego Biurrun 5ce04c14dd Use correct Doxygen syntax 11 years ago
Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 11 years ago
Diego Biurrun bf4b0ed1d5 Add missing deprecation attributes 11 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Kieran Kunhya ede75ebc9b Clarify output of av_get_bits_per_pixel 12 years ago
Janne Grunau 74652af821 pixdesc: add function to return pixel format with swapped endiannes 12 years ago
Michael Niedermayer 20e99a9c10 avutil/pixdesc: support for self-checking the descriptors 12 years ago
Anton Khirnov 2c328a9079 pixdesc: add a function for counting planes in a pixel format. 12 years ago
Clément Bœsch 6abb554fd6 lavc,lavu: fix two doxy mixup between h/v chroma shift. 12 years ago
Michael Niedermayer 649d8bd8a5 pixdesc: add av_get_padded_bits_per_pixel() 12 years ago
Luca Barbato cbe5a60c9d pixdesc: add PIX_FMT_ALPHA flag 12 years ago
Michael Niedermayer d4e74d5d6d Remove deprecation of avcodec_get_chroma_sub_sample. 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Anton Khirnov d2fcb356ca pixdesc: add functions for accessing pixel format descriptors. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer c496224374 pixdesc: fix project reference in comment 13 years ago
Nicolas George 38c3b68e3a pixdesc: put components always in the same order. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Ronald S. Bultje 6b0768e202 Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. 13 years ago
Stefano Sabatini 263f57c6d7 pixdesc: remove duplicated header inclusion 14 years ago
Stefano Sabatini e71f26086a lavu: add av_get_pix_fmt_name() convenience function 14 years ago
Stefano Sabatini 8f653e28f5 lavu: add av_get_pix_fmt_name() convenience function 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Stefano Sabatini ee4355808c Reindent after r24101. 15 years ago
Stefano Sabatini ce1cd1cba2 Rename read/write_line() to av_read/write_image_line(). 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
Stefano Sabatini 351aff72a4 Fix grammar: write to DST THING -> write THING to DST. 15 years ago
Stefano Sabatini 80a07f6e47 Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). 15 years ago
Stefano Sabatini 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 15 years ago
Stefano Sabatini 357561e73f Clarify relations between log2_chroma_w, log2_chroma_h and comp. 15 years ago
Stefano Sabatini b8873c2a8f Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name 15 years ago
Stefano Sabatini 51135d1d8e Move pixdesc.{h,c} from libavcodec to libavutil. 15 years ago