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
2019-01-18avutil: add ROI (Region Of Interest) data struct and bump versionGuo, Yejun
2018-12-21Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutilMohammad Izadi
2018-10-30lavu/frame: Add error report if av_image_fill_pointers fail.Jun Zhao
2018-10-23lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller
2018-09-21lavu/frame: Add missing conversions from side data enum to nameJun Zhao
2018-09-11Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b'James Almer
2018-08-05frame: Simplify the video allocationLuca Barbato
2018-06-06Use the same name for stereo3d frame/packet side dataVittorio Giovara
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-18lavu/frame: add QP side datawm4
2018-03-18lavu/frame: fix inconsistent qp_table_buf deprecationwm4
2018-03-01frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov
2017-11-10avutil/frame: Add private_ref to AVFrameMichael Niedermayer
2017-10-29avutil/frame: deprecate getters and setters for AVFrame fieldsJames Almer
2017-10-23avutil/frame: remove unneccessary metadata pointer getterJames Almer
2017-09-28Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer
2017-08-08lavc, lavu: move frame cropping to a convenience functionwm4
2017-07-27lavc, lavu: move frame cropping to a convenience functionwm4
2017-07-26avutil/frame: add ICC Profile to av_frame_side_data_nameJames Almer
2017-05-08Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'James Almer
2017-04-06lavu: add support for Content Light Level side metadataSteve Lhomme
2017-03-03Revert "avutil/frame: Disallow zero sized frame side data"Michael Niedermayer
2017-02-26avutil/frame: Disallow zero sized frame side dataMichael Niedermayer
2017-02-26avutil/frame: Reimplement av_frame_new_side_data() without size=0 special caseMichael Niedermayer
2017-02-13AVFrame: add an opaque_ref fieldwm4
2017-02-11frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov
2017-02-11AVFrame: add an opaque_ref fieldwm4
2017-01-31avutil/frame: fix av_frame_copy for unknown layoutsMarton Balint
2017-01-12frame: add a cropping rectangle to AVFrameAnton Khirnov
2016-11-16avutil/frame: fix indention after last commitMichael Niedermayer
2016-11-16avutil/frame: Copy size=0 side data in ff_init_buffer_info()Michael Niedermayer
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-09-19avutil/frame: Add a flag to discard frame after decode.Sasi Inguva
2016-07-25avutil/frame: access avframe fields directly in get_frame_defaults()James Almer
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-05avutil/frame: Assert that width/height/channels is 0 for the destination of a...Michael Niedermayer
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-17Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis
2016-02-14lavu: add a framework for handling hwaccel framesAnton Khirnov
2016-02-13avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer
2016-02-01avutil: Add GOP timecode frame side dataDerek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-22Add missing conversions from side data enum to nameNeil Birkbeck
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-12-08lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-05lavu/frame: put frame QP elements under a new version guardHendrik Leppkes
2015-09-05Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'Hendrik Leppkes