7 Commits (a677078e147a74c17f2ded84e0fd6b795a3d610d)

Author SHA1 Message Date
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
Stefano Sabatini 6b27353cfd Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. 15 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Stefano Sabatini 5efccce2a9 Implement av_get_bits_per_pixel(). 16 years ago
Stefano Sabatini 297b5a3f99 Make read_line() do not depend on put_bits.h and speed up it. 16 years ago
Stefano Sabatini 5499a31322 Add missing header inclusion guard. 16 years ago
Stefano Sabatini 9401d18fa5 Implement a write_line() function. 16 years ago
Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini 0a47f60aa8 Extend read_line() to make it take a read_pal_component parameter. 16 years ago
Stefano Sabatini 59b053508f Reindent after the last patch. 16 years ago
Stefano Sabatini c95dd8d382 Add/fix support for bitstream formats reading in read_line(). 16 years ago
Stefano Sabatini 21010f6b2a Make the step and offset fields of the component descriptor express a 16 years ago
Stefano Sabatini 9b34899ecf Document read_line(). 16 years ago
Stefano Sabatini 30266c9286 Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a 16 years ago
Stefano Sabatini d2863e72ab Export to pixdesc.h the av_pix_fmt_descriptors array. 16 years ago
Stefano Sabatini 1e896640c4 Implement a name field for AVPixFmtDescriptor. 16 years ago
Stefano Sabatini 7867978374 Expand "lsb" to "least significant bits". 16 years ago
Stefano Sabatini d3f766124a Fix typo: "i" -> "in". 16 years ago
Diego Biurrun e0cffbe7ea spelling/wording/grammar cosmetics 16 years ago
Michael Niedermayer d3bcbf57a9 AVPixFmtDescriptor doxy 16 years ago
Michael Niedermayer 9b61d838f6 Pixel Format descriptor, try #1. 16 years ago