summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mxfdec: Use 64bit in remainderMichael Niedermayer2023-04-151-2/+2
* avformat/mxfdec: only probe max run inMichael Niedermayer2022-09-261-1/+1
* avformat/mxfdec: Check run_in is within 65536Michael Niedermayer2022-09-261-1/+6
* avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before wri...Michael Niedermayer2022-04-061-1/+1
* avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array()Michael Niedermayer2022-04-061-1/+7
* avformat/mxfdec: Check count in mxf_read_strong_ref_array()Michael Niedermayer2022-04-061-1/+7
* avformat/mxfdec: Check for duplicate mxf_read_index_entry_array()Michael Niedermayer2022-04-061-0/+3
* avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()Michael Niedermayer2021-10-061-0/+4
* avformat/mxfdec: Check size for shrinkingMichael Niedermayer2021-10-061-1/+1
* avformat/mxfdec: Fix memleak upon repeating tagsAndreas Rheinhardt2021-02-221-2/+1
* avformat/mxfdec: Fix memleak when parsing tag failsAndreas Rheinhardt2021-02-221-3/+3
* avformat/mxfdec: Fix memleak when adding element to array failsAndreas Rheinhardt2021-02-221-7/+7
* avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags()Michael Niedermayer2021-02-021-1/+4
* avformat/mxfdec: Free all types for both DescriptorsMichael Niedermayer2021-02-021-2/+1
* avformat/mxfdec: free duplicated utf16 stringsMichael Niedermayer2020-06-141-0/+1
* avformat/mxfdec: reindent codeLimin Wang2020-05-051-2/+3
* avformat/mxfdec: Correct confusing struct tagAndreas Rheinhardt2020-03-301-1/+1
* avformat/mxfdec: use av_asprintf()Limin Wang2020-03-231-4/+2
* avformat/mxf: get rid of samples per frame array usageMarton Balint2020-03-141-20/+3
* avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer2019-12-011-0/+1
* avformat/mxfdec: cleanup on "essence prior to first PartitionPack"Michael Niedermayer2019-11-081-1/+3
* avformat/mxfdec: do not ignore bad size errorsMarton Balint2019-08-221-2/+2
* avformat/mxfdec: fix and enhance RIP KLV length checksMarton Balint2019-04-281-2/+5
* avformat/mxfdec: take into account run-in in find_partition_by_offsetMarton Balint2019-04-281-7/+7
* avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sidMarton Balint2019-04-281-0/+18
* avformat/mxfdec: rework mxf_essence_container_endMarton Balint2019-04-281-6/+3
* avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo...Marton Balint2019-04-141-1/+1
* avformat/mxfdec: export operational pattern UL as file metadataMarton Balint2019-04-111-0/+7
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Add the Canon XF-HEVC UL to the picture essence container UL listMatthew McKenna2019-03-081-0/+1
* avformat/mxfdec: support subsecond precision of decoded timestampsMarton Balint2018-12-251-1/+4
* avformat/mxfdec: replace obsolete commentMarton Balint2018-12-251-3/+1
* avformat/mxfdec: Do not process zero modified_date timestamp.Michael Niedermayer2018-12-221-1/+1
* avformat/mxfdec: fix error check in macroPaul B Mahol2018-12-131-1/+1
* avformat/mxfdec: fix indentationPaul B Mahol2018-12-091-9/+9
* avformat/mxfdec: set codec_tag for prores codecPaul B Mahol2018-12-071-0/+12
* lavf/mxfdec: demux s436m as eia608 subtitle trackBaptiste Coudurier2018-10-121-0/+106
* lavf/mxfenc: support creating s436m data tracksBaptiste Coudurier2018-10-121-0/+2
* avformat/mxfdec: do not use sound essence descriptor quantization bits for bi...Marton Balint2018-09-051-4/+7
* avformat/mxfdec: drop invalid index table segments when sorting themMarton Balint2018-07-241-8/+17
* avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherw...Baptiste Coudurier2018-07-191-2/+3
* avformat/mxfdec: only return stream indexes which have a corresponding trackMarton Balint2018-07-131-1/+1
* avformat/mxfdec: Fix av_log contextMichael Niedermayer2018-07-051-1/+1
* avformat/mxfdec: add support for opAtom without indexMarton Balint2018-07-041-1/+1
* avformat/mxfdec: guess constant byte count indexes based on track durationMarton Balint2018-07-041-5/+15
* avformat/mxfdec: take into account index_edit_rateMarton Balint2018-07-041-5/+14
* avformat/mxfdec: fix indentation and rename mxf_read_packet_oldMarton Balint2018-07-041-17/+17
* avformat/mxfdec: add support for clip wrapped essencesMarton Balint2018-07-041-151/+131
* avformat/mxfdec: avoid index_table->nb_ptses overflow in mxf_compute_ptses_fa...Marton Balint2018-06-241-0/+6
* avformat/mxfdec: compute sample_count for all streams on seekMarton Balint2018-06-241-22/+17