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-08-02lavu/frame: allow calling av_frame_make_writable() on non-refcounted framesAnton Khirnov
2022-07-19lavu/frame: add a duration field to AVFrameAnton Khirnov
2022-06-05avutil/avframe: fix channel layout checks in av_frame_copy()James Almer
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-05avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt
2021-12-04lavu/avframe: add a time_base fieldLynne
2021-11-17avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas 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-04-05avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt
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
2020-11-26libavutil: introduce AVFilmGrainParams side dataLynne
2020-11-19avutil/frame: fix potential leaks in av_frame_ref()Gil Pedersen
2020-11-19avutil/frame: use av_buffer_replace() to simplify codeGil Pedersen
2020-07-22libavutil/frame: avoid UB when getting plane sizesBrian Kim
2020-06-11avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-12libavutil: add API for exporting video frame quantizersJuan De León
2020-03-28avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler
2019-11-12avutil/frame: fix remove_side_dataZhao Zhili
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