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-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated API to split/merge side-dataAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPacket APIAndreas Rheinhardt
2021-04-27avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-03-19avcodec/avpacket: Improve overflow checks when packing dictionaryAndreas Rheinhardt
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-17avcodec/packet: deprecate av_init_packet()James Almer
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-03-11avcodec/packet: change side data related public function and struct size type...James Almer
2020-09-15avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer
2020-07-15API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-05-05avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()James Almer
2020-04-30avcodec/avpacket: Don't write into non-writable bufferAndreas Rheinhardt
2020-04-23libavcodec/avpacket: Don't simply forward return value of av_dict_set()Andreas Rheinhardt
2020-04-23lavc: add a new sidedata type for DOVIJun Zhao
2020-04-10avcodec.h: split AVPacket API into its own headerAnton Khirnov
2020-03-28avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt
2020-03-28avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt
2020-03-10API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic
2020-01-16avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer
2019-09-18avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt
2019-05-12lavc/avpacket: check NULL before using the pointerJun Zhao
2019-03-02avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint
2019-01-01avcodec/avpacket: Avoid unspecific return -1 for av_grow_packet()Michael Niedermayer
2018-10-12avcodec/avpacket: fix whitespaceAman Gupta
2018-09-21lavc/avpacket: Add missing conversions from side data enum to name.Jun Zhao
2018-04-02avcodec/avpacket: add av_packet_make_refcounted()James Almer
2018-03-27avcodec/avpacket: remove unnecessary check in av_packet_make_writable()James Almer
2018-03-22avcodec/avpacket: add av_packet_make_writable()James Almer
2018-02-15avpacket: reset dst side_data fields in av_packet_copy_propsYusuke Nakamura
2017-10-22avcodec: remove ABI portion of the side data merging APIJames Almer
2017-09-28avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J
2017-09-26avcodec/avpacket: deprecate av_copy_packet()James Almer
2017-06-11avcodec/avpacket: Limit iterations in ff_packet_split_and_drop_side_data()Michael Niedermayer
2017-05-13avcodec/avpacket: allow only one element per type in packet side dataJames Almer
2017-05-12avcodec/avcodec: Limit the number of side data elements per packetMichael Niedermayer
2017-05-06avcodec: Avoid splitting side data repeatedlyMichael Niedermayer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-01Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54'Clément Bœsch
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-16lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos
2017-03-01avcodec/avpacket: Check metadata key in av_packet_unpack_dictionary()Michael Niedermayer
2017-02-17lavc/avpacket: Initialize a variable in error path.Carl Eugen Hoyos
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-11-20avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer
2016-11-17avpacket: Mark src pointer as constantLuca Barbato
2016-09-22lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos
2016-09-13avcodec/avpacket: clear side_data_elemsMichael Niedermayer