summaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAge
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet()Michael Niedermayer2021-12-06
* packet: initialize time_base field to (0, 1) instead of (0, 0)Lynne2021-08-02
* avpacket: ABI bump additionsLynne2021-08-02
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-24
* avcodec/avpacket: use av_malloc() to allocate an AVPacketJames Almer2021-05-08
* avcodec/avpacket: always initialize the new packet in avpriv_packet_list_put()James Almer2021-05-08
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated API to split/merge side-dataAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVPacket APIAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-27
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avcodec/avpacket: Improve overflow checks when packing dictionaryAndreas Rheinhardt2021-03-19
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-17
* 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