322 Commits (4413dcc03524e6f3cd958d2fcdc0ee60d94ebba0)

Author SHA1 Message Date
Michael Niedermayer 95666b2298 avcodec/imgconvert/get_color_type: fix type for PAL8 11 years ago
Dylan Alex Simon 38155b47fd avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args 11 years ago
Michael Bradshaw 9b07d34efb Make avcodec_find_best_pix_fmt_of_list const-correct 11 years ago
Stefano Sabatini 5efbeae38c configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abi 12 years ago
Michael Niedermayer a2802d3cd4 get_pix_fmt_score: favor equal formats if all else equal 12 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Paul B Mahol 8671e995c8 imgconvert: silence "incompatible pointer type" warning 12 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Anton Khirnov 7d42fd6bb9 lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft 12 years ago
Ronald S. Bultje 54b298fe56 lavc: Deprecate the deinterlace functions in libavcodec 12 years ago
Ronald S. Bultje 2cffe38df3 Deprecate deinterlaced in libavcodec. 12 years ago
Michael Niedermayer cf8d9b74f3 imgconvert: use get_pix_fmt_score in avcodec_find_best_pix_fmt_of_2() 12 years ago
Michael Niedermayer 13ae02d03f imgconvert: add get_pix_fmt_score() 12 years ago
Diego Biurrun 35685a3c2a dsputil: Move ff_shrink* function declarations to separate header 12 years ago
Michael Niedermayer 2ad1eb1907 imgconvert: fix 2 "discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer 2eab1a178c imgconvert: dont depend on default return type for get_color_type() 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Michael Niedermayer b93c933cd2 imgconvert-test: count the number of unused pixel format values. 12 years ago
Michael Niedermayer fb1bb97d87 imgconvert-test: skip pix formats without name 12 years ago
Michael Niedermayer 2c5d911166 imgconvert-test: test alpha flags 12 years ago
Michael Niedermayer c9ad2e9aa3 imgconvert: remove avg_bits_per_pixel(), its redundant 12 years ago
Michael Niedermayer 6ff544e473 imgconvert: fix color type for non normal pix_fmts like HW stuff and unused entries. 12 years ago
Michael Niedermayer 6adf97fe00 avcodec_get_pix_fmt_loss: remove PixFmtInfo use 12 years ago
Michael Niedermayer fc04c99dea imgconvert: print color type too 12 years ago
Michael Niedermayer f6c4395374 imgconvert: remove PixFmtInfo use from avg_bits_per_pixel() 12 years ago
Michael Niedermayer 0880f26bbe avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it does not incur a loss. 12 years ago
Michael Niedermayer ad9333d5ef imgconvert-test: add avg bits per pixel 12 years ago
Michael Niedermayer 0efa240f2b is_yuv_planar: remove use of PixFmtInfo 12 years ago
Michael Niedermayer be19e7e373 imgconvert: add self test code 12 years ago
Luca Barbato ae3822bca1 imgconvert: remove PixFmtInfo 12 years ago
Luca Barbato d1d9efaae6 avcodec: split avpicture from imgconvert 12 years ago
Michael Niedermayer d4e74d5d6d Remove deprecation of avcodec_get_chroma_sub_sample. 12 years ago
Luca Barbato cc085993f4 avcodec: remove ff_is_hwaccel_pix_fmt 12 years ago
Michael Niedermayer 0e4d34e087 pix_fmt_info: add 9/10 bit YUVA formats 12 years ago
Paul B Mahol b90d7840df lavc: const correctness for avpicture_fill() 12 years ago
Michael Niedermayer 8cda27b753 avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONE 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Michael Niedermayer 9afd55922a imgconvert: silence some const incompatible pointer warnings. 12 years ago
Michael Niedermayer dfb4757bbe lavc: support building with the forks ABI for avcodec_find_best_pix_fmt2() 12 years ago
Michael Niedermayer 2a54ae9df8 imgconvert: add avcodec_find_best_pix_fmt_of_2() 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 72743aef03 imgconvert: Implement avcodec_find_best_pix_fmt_of_list() 12 years ago
Michael Niedermayer 31a192f387 imgconvert: favor pixel formats without resolution loss 13 years ago
Janne Grunau f30260d32a imgconvert: deprecate avcodec_find_best_pix_fmt() 13 years ago