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
2022-03-15avframe: switch to the new channel layout APIAnton Khirnov
2022-03-01avutil: support for CUVA Vivid HDR metadataLimin Wang
2022-01-04lavu/frame: Add Dolby Vision metadata side data typeNiklas Haas
2021-12-04lavu/frame: clarify doxyAnton Khirnov
2021-12-04lavu/frame: drop mentions of non-refcounted framesAnton Khirnov
2021-12-04lavu/avframe: add a time_base fieldLynne
2021-11-18avutil/frame: Document the possibility of negative line sizesSoft Works
2021-11-17avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt
2021-04-27avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt
2021-04-17lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun
2021-03-24avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt
2021-03-11avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer
2021-01-27libavutil/frame.h: correct typo for AVFilmGrainParams in commentGuo, Yejun
2020-11-26libavutil: introduce AVFilmGrainParams side dataLynne
2020-07-15avutil/timecode: add description for SMPTE binary formatLimin Wang
2020-06-11avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang
2020-05-12libavutil: add API for exporting video frame quantizersJuan De León
2019-11-12avutil/frame: fix remove_side_dataZhao Zhili
2019-07-07lavu/frame: Improve ROI documentationMark Thompson
2019-06-29avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flagsAmir Pauker
2019-06-16avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_...Amir Pauker
2019-01-18lavu/frame: Fix typo.Carl Eugen Hoyos
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-11-05libavutil: Undeprecate the AVFrame reordered_opaque fieldMartin Storsjö
2018-10-23lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller
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-10-11avutil/frame: Fix project nameMichael Niedermayer
2017-09-28Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer
2017-08-08lavc, lavu: move frame cropping to a convenience functionwm4
2017-07-25lavu/frame: add new side data type for ICC profilesRostislav Pehlivanov
2017-05-08Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'James Almer
2017-04-06lavu: add support for Content Light Level side metadataSteve Lhomme
2017-03-02avcodec, avutil, avformat: remove AVOption requirement for some fieldswm4
2017-02-13AVFrame: add an opaque_ref fieldwm4
2017-02-11frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov
2017-01-12frame: add a cropping rectangle to AVFrameAnton Khirnov
2016-12-07lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara
2016-12-07lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes