| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '78670fbf07bd03479073d4218440de4914304680' | Michael Niedermayer | 2014-07-22 | 1 | -9/+7 |
|\ |
|
| * | imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery | Diego Biurrun | 2014-07-21 | 1 | -9/+7 |
* | | Move av_find_best_pix_fmt_of_2() from avcodec to avutil | Michael Niedermayer | 2014-04-30 | 1 | -185/+3 |
* | | avcodec/imgconvert: fix nb_components and depth for PAL8 in get_pix_fmt_score() | Michael Niedermayer | 2014-04-10 | 1 | -5/+10 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit '600b854ad8173995518bd917e7f86120b5505088' | Michael Niedermayer | 2014-03-22 | 1 | -4/+0 |
|\| |
|
| * | imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil | Diego Biurrun | 2014-03-22 | 1 | -4/+0 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -2/+2 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -2/+2 |
* | | avcodec/imgconvert/get_color_type: fix type for PAL8 | Michael Niedermayer | 2013-10-02 | 1 | -0/+3 |
* | | avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args | Dylan Alex Simon | 2013-09-11 | 1 | -1/+1 |
* | | Make avcodec_find_best_pix_fmt_of_list const-correct | Michael Bradshaw | 2013-09-10 | 1 | -1/+1 |
* | | configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abi | Stefano Sabatini | 2013-07-03 | 1 | -1/+1 |
* | | get_pix_fmt_score: favor equal formats if all else equal | Michael Niedermayer | 2013-06-29 | 1 | -1/+1 |
* | | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -1/+1 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -6/+6 |
* | | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a' | Michael Niedermayer | 2013-05-14 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | | imgconvert: silence "incompatible pointer type" warning | Paul B Mahol | 2013-05-13 | 1 | -1/+1 |
* | | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e' | Michael Niedermayer | 2013-04-08 | 1 | -2/+2 |
|\| |
|
| * | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -2/+2 |
* | | Merge commit '7d42fd6bb9df99a20cf2d0d0e3b166a83a649d08' | Michael Niedermayer | 2013-03-12 | 1 | -19/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft | Anton Khirnov | 2013-03-09 | 1 | -18/+0 |
| * | lavc: Deprecate the deinterlace functions in libavcodec | Ronald S. Bultje | 2013-03-07 | 1 | -0/+4 |
* | | Deprecate deinterlaced in libavcodec. | Ronald S. Bultje | 2013-03-03 | 1 | -0/+4 |
* | | imgconvert: use get_pix_fmt_score in avcodec_find_best_pix_fmt_of_2() | Michael Niedermayer | 2013-02-10 | 1 | -31/+15 |
* | | imgconvert: add get_pix_fmt_score() | Michael Niedermayer | 2013-02-10 | 1 | -13/+50 |
* | | Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move ff_shrink* function declarations to separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
* | | imgconvert: fix 2 "discards const qualifier from pointer target type" | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
* | | imgconvert: dont depend on default return type for get_color_type() | Michael Niedermayer | 2012-12-26 | 1 | -1/+1 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -3/+3 |
* | | imgconvert-test: count the number of unused pixel format values. | Michael Niedermayer | 2012-11-21 | 1 | -1/+8 |
* | | imgconvert-test: skip pix formats without name | Michael Niedermayer | 2012-11-21 | 1 | -1/+1 |
* | | imgconvert-test: test alpha flags | Michael Niedermayer | 2012-11-21 | 1 | -1/+7 |
* | | imgconvert: remove avg_bits_per_pixel(), its redundant | Michael Niedermayer | 2012-11-21 | 1 | -10/+3 |
* | | Merge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e' | Michael Niedermayer | 2012-11-21 | 1 | -375/+15 |
|\| |
|
| * | imgconvert: remove PixFmtInfo | Luca Barbato | 2012-11-20 | 1 | -461/+35 |
* | | imgconvert: fix color type for non normal pix_fmts like HW stuff and unused e... | Michael Niedermayer | 2012-11-21 | 1 | -1/+2 |
* | | avcodec_get_pix_fmt_loss: remove PixFmtInfo use | Michael Niedermayer | 2012-11-21 | 1 | -17/+34 |
* | | imgconvert: print color type too | Michael Niedermayer | 2012-11-21 | 1 | -1/+1 |
* | | imgconvert: remove PixFmtInfo use from avg_bits_per_pixel() | Michael Niedermayer | 2012-11-21 | 1 | -3/+1 |
* | | avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it doe... | Michael Niedermayer | 2012-11-21 | 1 | -1/+7 |
* | | imgconvert-test: add avg bits per pixel | Michael Niedermayer | 2012-11-21 | 1 | -1/+1 |
* | | is_yuv_planar: remove use of PixFmtInfo | Michael Niedermayer | 2012-11-21 | 1 | -3/+2 |
* | | imgconvert: add self test code | Michael Niedermayer | 2012-11-21 | 1 | -0/+15 |
* | | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480' | Michael Niedermayer | 2012-11-21 | 1 | -46/+0 |
|\| |
|