summaryrefslogtreecommitdiffstats
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt2019-09-181-1/+1
* lavc/avpacket: check NULL before using the pointerJun Zhao2019-05-121-1/+2
* avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint2019-03-011-0/+3
* avcodec/avpacket: Avoid unspecific return -1 for av_grow_packet()Michael Niedermayer2019-01-011-2/+2
* avcodec/avpacket: fix whitespaceAman Gupta2018-10-121-4/+4
* lavc/avpacket: Add missing conversions from side data enum to name.Jun Zhao2018-09-211-0/+6
* avcodec/avpacket: add av_packet_make_refcounted()James Almer2018-04-011-0/+18
* avcodec/avpacket: remove unnecessary check in av_packet_make_writable()James Almer2018-03-271-3/+0
* avcodec/avpacket: add av_packet_make_writable()James Almer2018-03-211-0/+24
* avpacket: reset dst side_data fields in av_packet_copy_propsYusuke Nakamura2018-02-141-0/+2
* avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-221-28/+0
* avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J2017-09-281-0/+1
* avcodec/avpacket: deprecate av_copy_packet()James Almer2017-09-251-2/+2
* avcodec/avpacket: Limit iterations in ff_packet_split_and_drop_side_data()Michael Niedermayer2017-06-111-0/+2
* avcodec/avpacket: allow only one element per type in packet side dataJames Almer2017-05-121-1/+12
* avcodec/avcodec: Limit the number of side data elements per packetMichael Niedermayer2017-05-121-1/+4
* avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-061-0/+25
* lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme2017-04-061-0/+1
* Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54'Clément Bœsch2017-04-011-1/+1
|\
| * avpacket: Mark src pointer as constantLuca Barbato2016-11-171-2/+2
| * avpacket: Error out when creating 0-sized side dataVittorio Giovara2016-06-131-1/+1
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-211-0/+4
* | lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos2017-03-161-1/+1
* | avcodec/avpacket: Check metadata key in av_packet_unpack_dictionary()Michael Niedermayer2017-03-011-1/+1
* | lavc/avpacket: Initialize a variable in error path.Carl Eugen Hoyos2017-02-171-0/+2
* | lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+1
* | avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer2016-11-191-3/+4
* | lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-221-1/+2
* | avcodec/avpacket: clear side_data_elemsMichael Niedermayer2016-09-121-2/+5
* | lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-051-1/+2
* | Merge commit '8996515b137f962e3a8691241c285c96437b6c53'Clément Bœsch2016-06-221-0/+1
|\ \ | |/
| * avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-161-1/+4
* | avcodec/avpacket: Respect payload offset in av_grow_packetAndriy Lysnevych2016-06-021-7/+21
* | avcodec/avpacket: Respect payload offset in av_packet_refAndriy Lysnevych2016-05-131-1/+3
* | avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-04-211-2/+4
* | Merge commit 'dbb43b8b83b097585ec255ec638b61e359ebea77'Derek Buitenhuis2016-04-121-0/+2
|\ \ | |/
| * avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-261-0/+2
| * avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-071-1/+1
* | libavcodec:add packet level support for mastering metadataNeil Birkbeck2016-02-251-17/+18
* | lavc/lavf: transmit stream_id information for mpegts KLV data packetsStefano Sabatini2016-02-231-0/+1
* | avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-051-1/+1
* | Merge commit '68e547ae8b455e5e2b60839f35c359d77a6d94bc'Hendrik Leppkes2015-12-171-1/+1
|\ \ | |/
| * avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-071-1/+1
* | Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f'Hendrik Leppkes2015-12-171-10/+28
|\ \ | |/
| * avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-061-10/+28
* | Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97'Hendrik Leppkes2015-10-291-0/+33
|\ \ | |/
| * avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-261-0/+33
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-0/+4
|\ \ | |/
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-0/+4
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
OpenPOWER on IntegriCloud