summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* imgconvert: Implement avcodec_find_best_pix_fmt_of_list()Michael Niedermayer2012-07-25
* imgconvert: favor pixel formats without resolution lossMichael Niedermayer2012-07-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-15
|\
| * imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-13
| * imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-13
| * imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau2012-07-13
* | imgconvert: add planar RGB formats to pix_fmt_infoMichael Niedermayer2012-07-03
* | imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_infoMichael Niedermayer2012-07-03
* | lavu/imgutils: create misc functions for dealing with buffersStefano Sabatini2012-06-26
* | lavc/imgconvert: fix check on av_image_check_size() return code in avpicture_...Stefano Sabatini2012-06-19
* | lavc/imgconvert: remove pointless switch block from avpicture_fill()Stefano Sabatini2012-06-19
* | Add yuva422p pix_fmt.Carl Eugen Hoyos2012-05-08
* | imgconvert: fix regression with fate-gif colorspaces.Michael Niedermayer2012-04-17
* | avpicture_layout: use a endian independant format for the palette.Michael Niedermayer2012-04-13
* | imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an...Stefano Sabatini2012-03-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* | Add pix_fmt_info for yuva444.Carl Eugen Hoyos2012-01-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-27
| * lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-27
* | lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8Michael Niedermayer2012-01-22
* | Fix pix_fmt_info for yuva420.Carl Eugen Hoyos2012-01-17
* | imgconvert: add PIX_FMT_GRAY8A to pix_fmt_infoMichael Niedermayer2012-01-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-20
* | Fixes avpicture_layout to not write past buffer end.Matthew Einhorn2011-10-19
* | Add new pix_fmt RGBA64Jean First2011-09-24
* | imgconvert: avoid mixed declarations and code.Clément Bœsch2011-09-01
* | Removes the internal avcodec_find_best_pix_fmt1()function previously used by ...Matthew Einhorn2011-08-27
* | imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ...Michael Niedermayer2011-08-27
* | Adds a new pix fmt function that selects the best dest fmt from among 2 forma...Matthew Einhorn2011-08-27
* | Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destin...Matthew Einhorn2011-08-21
* | lavc: fix avcodec_find_best_pix_fmt() when there's more than 64 pixel formatsMatthew Einhorn2011-08-18
* | imgconvert: remove unused and inconsistent PixFmtInfo.depth fieldStefano Sabatini2011-07-28
* | imgconvert: change logic in avcodec_get_pix_fmt_loss()Stefano Sabatini2011-07-27
* | imgconvert: remove PixFmtInfo.pixel_type fieldStefano Sabatini2011-07-25
* | imgconvert: store padded size information in PixFmtInfo, simplify avg_bits_pe...Stefano Sabatini2011-07-23
* | imgconvert: remove useless PixFmtInfo.nb_channels fieldStefano Sabatini2011-07-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-21
| * lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* | lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* | av_picture_crop(): Support simple cases with packed pixels too.Michael Niedermayer2011-05-15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-19