summaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAge
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-15
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()James Almer2020-05-05
* avcodec/avpacket: Don't write into non-writable bufferAndreas Rheinhardt2020-04-30
* libavcodec/avpacket: Don't simply forward return value of av_dict_set()Andreas Rheinhardt2020-04-23
* lavc: add a new sidedata type for DOVIJun Zhao2020-04-23
* avcodec.h: split AVPacket API into its own headerAnton Khirnov2020-04-10
* avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt2020-03-28
* avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt2020-03-28
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-10
* avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer2020-01-15
* avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt2019-09-18
* lavc/avpacket: check NULL before using the pointerJun Zhao2019-05-12
* avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint2019-03-01
* avcodec/avpacket: Avoid unspecific return -1 for av_grow_packet()Michael Niedermayer2019-01-01
* avcodec/avpacket: fix whitespaceAman Gupta2018-10-12
* lavc/avpacket: Add missing conversions from side data enum to name.Jun Zhao2018-09-21
* avcodec/avpacket: add av_packet_make_refcounted()James Almer2018-04-01
* avcodec/avpacket: remove unnecessary check in av_packet_make_writable()James Almer2018-03-27
* avcodec/avpacket: add av_packet_make_writable()James Almer2018-03-21
* avpacket: reset dst side_data fields in av_packet_copy_propsYusuke Nakamura2018-02-14
* avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-22
* avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J2017-09-28
* avcodec/avpacket: deprecate av_copy_packet()James Almer2017-09-25
* avcodec/avpacket: Limit iterations in ff_packet_split_and_drop_side_data()Michael Niedermayer2017-06-11
* avcodec/avpacket: allow only one element per type in packet side dataJames Almer2017-05-12
* avcodec/avcodec: Limit the number of side data elements per packetMichael Niedermayer2017-05-12
* avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-06
* lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme2017-04-06
* Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54'Clément Bœsch2017-04-01
|\
| * avpacket: Mark src pointer as constantLuca Barbato2016-11-17
| * avpacket: Error out when creating 0-sized side dataVittorio Giovara2016-06-13
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-21
* | lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos2017-03-16
* | avcodec/avpacket: Check metadata key in av_packet_unpack_dictionary()Michael Niedermayer2017-03-01
* | lavc/avpacket: Initialize a variable in error path.Carl Eugen Hoyos2017-02-17
* | lavc: Add spherical packet side data APIVittorio Giovara2016-12-07
* | avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer2016-11-19
* | lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-22
* | avcodec/avpacket: clear side_data_elemsMichael Niedermayer2016-09-12
* | lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-05
* | Merge commit '8996515b137f962e3a8691241c285c96437b6c53'Clément Bœsch2016-06-22
|\|
| * avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-16
* | avcodec/avpacket: Respect payload offset in av_grow_packetAndriy Lysnevych2016-06-02
* | avcodec/avpacket: Respect payload offset in av_packet_refAndriy Lysnevych2016-05-13
* | avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-04-21
* | Merge commit 'dbb43b8b83b097585ec255ec638b61e359ebea77'Derek Buitenhuis2016-04-12
|\|