aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
AgeCommit message (Expand)Author
2020-08-25lavf/mxfdec: Limit score for files with run-in.Carl Eugen Hoyos
2020-08-06avformat/mxfdec: Read color metadata from MXFHarry Mallon
2020-07-24avformat/mxfdec: Fix memleak upon repeating tagsAndreas Rheinhardt
2020-07-24avformat/mxfdec: Fix memleak when parsing tag failsAndreas Rheinhardt
2020-07-24avformat/mxfdec: Fix memleak when adding element to array failsAndreas Rheinhardt
2020-06-14avformat/mxfdec: free duplicated utf16 stringsMichael Niedermayer
2020-05-05avformat/mxfdec: reindent codeLimin Wang
2020-03-30avformat/mxfdec: Correct confusing struct tagAndreas Rheinhardt
2020-03-23avformat/mxfdec: use av_asprintf()Limin Wang
2020-03-14avformat/mxf: get rid of samples per frame array usageMarton Balint
2019-12-01avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer
2019-11-08avformat/mxfdec: cleanup on "essence prior to first PartitionPack"Michael Niedermayer
2019-08-22avformat/mxfdec: do not ignore bad size errorsMarton Balint
2019-04-28avformat/mxfdec: fix and enhance RIP KLV length checksMarton Balint
2019-04-28avformat/mxfdec: take into account run-in in find_partition_by_offsetMarton Balint
2019-04-28avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sidMarton Balint
2019-04-28avformat/mxfdec: rework mxf_essence_container_endMarton Balint
2019-04-14avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo...Marton Balint
2019-04-11avformat/mxfdec: export operational pattern UL as file metadataMarton Balint
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-08Add the Canon XF-HEVC UL to the picture essence container UL listMatthew McKenna
2018-12-25avformat/mxfdec: support subsecond precision of decoded timestampsMarton Balint
2018-12-25avformat/mxfdec: replace obsolete commentMarton Balint
2018-12-22avformat/mxfdec: Do not process zero modified_date timestamp.Michael Niedermayer
2018-12-13avformat/mxfdec: fix error check in macroPaul B Mahol
2018-12-09avformat/mxfdec: fix indentationPaul B Mahol
2018-12-07avformat/mxfdec: set codec_tag for prores codecPaul B Mahol
2018-10-12lavf/mxfdec: demux s436m as eia608 subtitle trackBaptiste Coudurier
2018-10-12lavf/mxfenc: support creating s436m data tracksBaptiste Coudurier
2018-09-05avformat/mxfdec: do not use sound essence descriptor quantization bits for bi...Marton Balint
2018-07-24avformat/mxfdec: drop invalid index table segments when sorting themMarton Balint
2018-07-19avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherw...Baptiste Coudurier
2018-07-13avformat/mxfdec: only return stream indexes which have a corresponding trackMarton Balint
2018-07-05avformat/mxfdec: Fix av_log contextMichael Niedermayer
2018-07-04avformat/mxfdec: add support for opAtom without indexMarton Balint
2018-07-04avformat/mxfdec: guess constant byte count indexes based on track durationMarton Balint
2018-07-04avformat/mxfdec: take into account index_edit_rateMarton Balint
2018-07-04avformat/mxfdec: fix indentation and rename mxf_read_packet_oldMarton Balint
2018-07-04avformat/mxfdec: add support for clip wrapped essencesMarton Balint
2018-06-24avformat/mxfdec: avoid index_table->nb_ptses overflow in mxf_compute_ptses_fa...Marton Balint
2018-06-24avformat/mxfdec: compute sample_count for all streams on seekMarton Balint
2018-06-24avformat/mxfdec: add support for returning the partition for mxf_edit_unit_ab...Marton Balint
2018-06-24avformat/mxfdec: make current_edit_unit a parameter of mxf_compute_samplesMarton Balint
2018-06-24avformat/mxfdec: make edit_units_per_packet a track propertyMarton Balint
2018-06-24avformat/mxfdec: simply use the first essence element for non frame-wrapped p...Marton Balint
2018-06-24avformat/mxfdec: compute both essence_offset and essence_length in mxf_comput...Marton Balint
2018-06-24avformat/mxfdec: extend mxf_handle_missing_index_segment for all clip wrapped...Marton Balint
2018-06-24avformat/mxfdec: add some essence container uls from SMPTE draftMarton Balint
2018-06-24avformat/mxfdec: add support for determining essence wrapping schemeMarton Balint
2018-06-24avformat/mxfdec: store next_klv in KLVPacketMarton Balint