Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27avcodec/imgconvert: Remove deprecated parts of pixel format APIAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated avcodec_get_chroma_sub_sampleAndreas Rheinhardt
2021-02-26avcodec: Add missing FF_API define for libavcodec pix fmt APIAndreas Rheinhardt
2018-04-03avcodec/imgconvert: fix possible null pointer dereferenceSimon Thelen
2018-04-01avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()heimdallr
2016-10-26avcodec: remove missing incompatible_libav_abi referencesJames Almer
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-01-27Merge commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09'Derek Buitenhuis
2016-01-27Merge commit 'f7168d7016f7d1034ec90223fa91a90711704e11'Derek Buitenhuis
2016-01-27Merge commit '892f037c55d86ce36f8705fbeab052189312a13e'Derek Buitenhuis
2016-01-27Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6'Derek Buitenhuis
2016-01-21imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara
2016-01-21imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara
2016-01-21imgconvert: Move the shrink functions only where neededVittorio Giovara
2016-01-21imgconvert: Drop outdated comment blockVittorio Giovara
2015-12-08Merge commit '7d36474d1908d6267d4e11d4d9909f9604bd0c81'Hendrik Leppkes
2015-12-08Merge commit 'f7edcac040f73635fc1127489c9bb29ca8b43532'Hendrik Leppkes
2015-12-05imgconvert: Re-enable the deprecation warningsLuca Barbato
2015-12-05avpicture: Suppress warning from deprecated codeLuca Barbato
2015-10-27Merge commit 'dca23ffbc7568c9af5c5fbaa86e6a0761ecae50c'Hendrik Leppkes
2015-10-22lavc: Deprecate AVPicture structure and related functionsVittorio Giovara
2015-09-19avcodec/imgconvert: Support non-planar colorspaces while paddingPrzemysław Sobala
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-05Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'Hendrik Leppkes
2015-08-28lavc: Drop deprecated deinterlace moduleVittorio Giovara
2015-08-21imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato
2015-06-12libavcodec/imgconvert.c: support left band while croppingPrzemysław Sobala
2014-12-19Merge commit '210461c0a83a5625560fa1d92229200dc7fb869b'Michael Niedermayer
2014-12-19imgconvert: check memory allocations and propagate errorsVittorio Giovara
2014-07-22Merge commit '78670fbf07bd03479073d4218440de4914304680'Michael Niedermayer
2014-07-22imgconvert: cosmetics: Reshuffle defines to reduce ifdefferyDiego Biurrun
2014-05-01Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer
2014-04-10avcodec/imgconvert: fix nb_components and depth for PAL8 in get_pix_fmt_score()Michael Niedermayer
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-23Merge commit '600b854ad8173995518bd917e7f86120b5505088'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-22imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-10-02avcodec/imgconvert/get_color_type: fix type for PAL8Michael Niedermayer
2013-09-11avcodec: add const qualifier to avcodec_find_best_pix_fmt2 argsDylan Alex Simon
2013-09-10Make avcodec_find_best_pix_fmt_of_list const-correctMichael Bradshaw
2013-07-03configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini
2013-06-30get_pix_fmt_score: favor equal formats if all else equalMichael Niedermayer
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer