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
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
2016-09-05lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos
2016-06-22Merge commit '8996515b137f962e3a8691241c285c96437b6c53'Clément Bœsch
2016-06-13avpacket: Error out when creating 0-sized side dataVittorio Giovara
2016-06-02avcodec/avpacket: Respect payload offset in av_grow_packetAndriy Lysnevych
2016-05-16avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov
2016-05-13avcodec/avpacket: Respect payload offset in av_packet_refAndriy Lysnevych
2016-04-21avcodec/avpacket: Fix off by 5 errorMichael Niedermayer
2016-04-12Merge commit 'dbb43b8b83b097585ec255ec638b61e359ebea77'Derek Buitenhuis
2016-02-26avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov
2016-02-25libavcodec:add packet level support for mastering metadataNeil Birkbeck
2016-02-23lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini
2016-01-07avpacket: fix size check in packet_allocAndreas Cadhalpun