summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-1/+1
|\
| * Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-0/+2
|\ \ | |/
| * lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-201-0/+2
* | Fixes avpicture_layout to not write past buffer end.Matthew Einhorn2011-10-191-0/+10
* | Add new pix_fmt RGBA64Jean First2011-09-241-0/+22
* | imgconvert: avoid mixed declarations and code.Clément Bœsch2011-09-011-5/+7
* | Removes the internal avcodec_find_best_pix_fmt1()function previously used by ...Matthew Einhorn2011-08-271-26/+0
* | imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ...Michael Niedermayer2011-08-271-0/+1
* | Adds a new pix fmt function that selects the best dest fmt from among 2 forma...Matthew Einhorn2011-08-271-13/+36
* | Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destin...Matthew Einhorn2011-08-211-0/+3
* | lavc: fix avcodec_find_best_pix_fmt() when there's more than 64 pixel formatsMatthew Einhorn2011-08-181-1/+1
* | imgconvert: remove unused and inconsistent PixFmtInfo.depth fieldStefano Sabatini2011-07-281-55/+0
* | imgconvert: change logic in avcodec_get_pix_fmt_loss()Stefano Sabatini2011-07-271-7/+29
* | imgconvert: remove PixFmtInfo.pixel_type fieldStefano Sabatini2011-07-251-67/+23
* | imgconvert: store padded size information in PixFmtInfo, simplify avg_bits_pe...Stefano Sabatini2011-07-231-46/+16
* | imgconvert: remove useless PixFmtInfo.nb_channels fieldStefano Sabatini2011-07-231-58/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-3/+0
|\ \ | |/
| * imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-211-3/+0
| * lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-4/+3
* | lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-4/+3
* | av_picture_crop(): Support simple cases with packed pixels too.Michael Niedermayer2011-05-151-1/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-51/+0
|\ \ | |/
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-51/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-2/+1
|/
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-121-1/+1
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-081-2/+4
* Reindent.Stefano Sabatini2010-12-081-2/+2
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-081-15/+4
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-15/+2
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-221-3/+3
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-211-50/+13
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-211-2/+2
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-101-3/+3
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-101-5/+4
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-38/+4
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-071-1/+1
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-071-1/+1
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-071-4/+5
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-071-6/+3
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-251-0/+2
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-201-0/+2
* Reindent.Stefano Sabatini2010-09-071-1/+1
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-30/+4
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-071-16/+17
* Reindent after the last commit.Stefano Sabatini2010-09-071-4/+4
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-071-10/+4
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-8/+8
OpenPOWER on IntegriCloud