295 Commits (2c5d9111663e746e5b33310af596ec0a7fd4fad2)

Author SHA1 Message Date
  Michael Niedermayer 2c5d911166 imgconvert-test: test alpha flags 13 years ago
  Michael Niedermayer c9ad2e9aa3 imgconvert: remove avg_bits_per_pixel(), its redundant 13 years ago
  Michael Niedermayer 6ff544e473 imgconvert: fix color type for non normal pix_fmts like HW stuff and unused entries. 13 years ago
  Michael Niedermayer 6adf97fe00 avcodec_get_pix_fmt_loss: remove PixFmtInfo use 13 years ago
  Michael Niedermayer fc04c99dea imgconvert: print color type too 13 years ago
  Michael Niedermayer f6c4395374 imgconvert: remove PixFmtInfo use from avg_bits_per_pixel() 13 years ago
  Michael Niedermayer 0880f26bbe avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it does not incur a loss. 13 years ago
  Michael Niedermayer ad9333d5ef imgconvert-test: add avg bits per pixel 13 years ago
  Michael Niedermayer 0efa240f2b is_yuv_planar: remove use of PixFmtInfo 13 years ago
  Michael Niedermayer be19e7e373 imgconvert: add self test code 13 years ago
  Luca Barbato ae3822bca1 imgconvert: remove PixFmtInfo 13 years ago
  Luca Barbato d1d9efaae6 avcodec: split avpicture from imgconvert 13 years ago
  Michael Niedermayer d4e74d5d6d Remove deprecation of avcodec_get_chroma_sub_sample. 13 years ago
  Luca Barbato cc085993f4 avcodec: remove ff_is_hwaccel_pix_fmt 13 years ago
  Michael Niedermayer 0e4d34e087 pix_fmt_info: add 9/10 bit YUVA formats 13 years ago
  Paul B Mahol b90d7840df lavc: const correctness for avpicture_fill() 13 years ago
  Michael Niedermayer 8cda27b753 avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONE 13 years ago
  Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 13 years ago
  Michael Niedermayer 9afd55922a imgconvert: silence some const incompatible pointer warnings. 13 years ago
  Michael Niedermayer dfb4757bbe lavc: support building with the forks ABI for avcodec_find_best_pix_fmt2() 13 years ago
  Michael Niedermayer 2a54ae9df8 imgconvert: add avcodec_find_best_pix_fmt_of_2() 13 years ago
  Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 13 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Michael Niedermayer 72743aef03 imgconvert: Implement avcodec_find_best_pix_fmt_of_list() 13 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
  Janne Grunau ac29054fda imgconvert: add avcodec_find_best_pix_fmt2() 13 years ago
  Janne Grunau 39bb27bf79 imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt 13 years ago
  Michael Niedermayer 4251a0b84c imgconvert: add planar RGB formats to pix_fmt_info 13 years ago
  Michael Niedermayer 6ca8ef5189 imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_info 13 years ago
  Stefano Sabatini e6674e46ec lavu/imgutils: create misc functions for dealing with buffers 13 years ago
  Stefano Sabatini 18b4404dc3 lavc/imgconvert: fix check on av_image_check_size() return code in avpicture_get_size() 13 years ago
  Stefano Sabatini 0b2ecf8224 lavc/imgconvert: remove pointless switch block from avpicture_fill() 13 years ago
  Carl Eugen Hoyos 143a5c55ff Add yuva422p pix_fmt. 13 years ago
  Michael Niedermayer 84cd3729ef imgconvert: fix regression with fate-gif colorspaces. 14 years ago
  Michael Niedermayer 2ec8789eb8 avpicture_layout: use a endian independant format for the palette. 14 years ago
  Stefano Sabatini 1a3d4b88a4 imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an alpha component 14 years ago
  Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 14 years ago
  Carl Eugen Hoyos 6838df0488 Add pix_fmt_info for yuva444. 14 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 14 years ago
  Anton Khirnov 8b9b6041d7 lavc: remove disabled FF_API_GET_ALPHA_INFO cruft. 14 years ago
  Anton Khirnov 8e5746d461 lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft. 14 years ago
  Michael Niedermayer e9a6152e17 lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8 14 years ago
  Carl Eugen Hoyos dc2f652ae4 Fix pix_fmt_info for yuva420. 14 years ago
  Michael Niedermayer d9816cd5df imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info 14 years ago
  Diego Biurrun 44b0edda3f Drop some pointless void* return value casts from av_malloc() invocations. 14 years ago
  Anton Khirnov 586657c20a lavc: deprecate img_get_alpha_info(). 14 years ago
  Matthew Einhorn e662b263d9 Fixes avpicture_layout to not write past buffer end. 14 years ago