summaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avpacket: use av_dict_iterateMarvin Scholz2022-12-011-1/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-4/+2
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-20/+16
* avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet()Michael Niedermayer2021-12-061-1/+8
* packet: initialize time_base field to (0, 1) instead of (0, 0)Lynne2021-08-021-1/+2
* avpacket: ABI bump additionsLynne2021-08-021-2/+15
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-241-0/+1
* avcodec/avpacket: use av_malloc() to allocate an AVPacketJames Almer2021-05-081-1/+1
* avcodec/avpacket: always initialize the new packet in avpriv_packet_list_put()James Almer2021-05-081-1/+4
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-22/+6
* avcodec: Remove deprecated API to split/merge side-dataAndreas Rheinhardt2021-04-271-87/+0
* avcodec: Remove deprecated AVPacket APIAndreas Rheinhardt2021-04-271-118/+0
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-271-16/+0
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-0/+13
* avcodec/avpacket: Improve overflow checks when packing dictionaryAndreas Rheinhardt2021-03-191-20/+20
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-171-9/+9
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-171-8/+15
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-3/+3
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-101-3/+7
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-151-0/+67
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-151-0/+1
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()James Almer2020-05-051-0/+1
* avcodec/avpacket: Don't write into non-writable bufferAndreas Rheinhardt2020-04-301-1/+2
* libavcodec/avpacket: Don't simply forward return value of av_dict_set()Andreas Rheinhardt2020-04-231-4/+4
* lavc: add a new sidedata type for DOVIJun Zhao2020-04-231-0/+1
* avcodec.h: split AVPacket API into its own headerAnton Khirnov2020-04-101-1/+2
* avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt2020-03-281-3/+4
* avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt2020-03-281-0/+1
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-101-0/+1
* avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer2020-01-151-0/+22
* 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
|\