| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea... | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/mxfdec: Read Apple private Content Light Level from MXF | Harry Mallon | 2020-09-17 | 1 | -0/+27 |
* | avformat/mxfdec: Read Mastering Display Colour Volume from MXF | Harry Mallon | 2020-09-17 | 1 | -0/+48 |
* | avformat/mxfdec: Read video range from CDCIEssenceDescriptor | Harry Mallon | 2020-08-29 | 1 | -0/+37 |
* | lavf/mxfdec: Limit score for files with run-in. | Carl Eugen Hoyos | 2020-08-25 | 1 | -1/+1 |
* | avformat/mxfdec: Read color metadata from MXF | Harry Mallon | 2020-08-06 | 1 | -0/+15 |
* | avformat/mxfdec: Fix memleak upon repeating tags | Andreas Rheinhardt | 2020-07-24 | 1 | -2/+1 |
* | avformat/mxfdec: Fix memleak when parsing tag fails | Andreas Rheinhardt | 2020-07-24 | 1 | -3/+3 |
* | avformat/mxfdec: Fix memleak when adding element to array fails | Andreas Rheinhardt | 2020-07-24 | 1 | -7/+7 |
* | avformat/mxfdec: free duplicated utf16 strings | Michael Niedermayer | 2020-06-14 | 1 | -0/+1 |
* | avformat/mxfdec: reindent code | Limin Wang | 2020-05-05 | 1 | -2/+3 |
* | avformat/mxfdec: Correct confusing struct tag | Andreas Rheinhardt | 2020-03-30 | 1 | -1/+1 |
* | avformat/mxfdec: use av_asprintf() | Limin Wang | 2020-03-23 | 1 | -4/+2 |
* | avformat/mxf: get rid of samples per frame array usage | Marton Balint | 2020-03-14 | 1 | -20/+3 |
* | avformat/mxfdec: Clear metadata_sets_count in mxf_read_close() | Michael Niedermayer | 2019-12-01 | 1 | -0/+1 |
* | avformat/mxfdec: cleanup on "essence prior to first PartitionPack" | Michael Niedermayer | 2019-11-08 | 1 | -1/+3 |
* | avformat/mxfdec: do not ignore bad size errors | Marton Balint | 2019-08-22 | 1 | -2/+2 |
* | avformat/mxfdec: fix and enhance RIP KLV length checks | Marton Balint | 2019-04-28 | 1 | -2/+5 |
* | avformat/mxfdec: take into account run-in in find_partition_by_offset | Marton Balint | 2019-04-28 | 1 | -7/+7 |
* | avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sid | Marton Balint | 2019-04-28 | 1 | -0/+18 |
* | avformat/mxfdec: rework mxf_essence_container_end | Marton Balint | 2019-04-28 | 1 | -6/+3 |
* | avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo... | Marton Balint | 2019-04-14 | 1 | -1/+1 |
* | avformat/mxfdec: export operational pattern UL as file metadata | Marton Balint | 2019-04-11 | 1 | -0/+7 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Add the Canon XF-HEVC UL to the picture essence container UL list | Matthew McKenna | 2019-03-08 | 1 | -0/+1 |
* | avformat/mxfdec: support subsecond precision of decoded timestamps | Marton Balint | 2018-12-25 | 1 | -1/+4 |
* | avformat/mxfdec: replace obsolete comment | Marton Balint | 2018-12-25 | 1 | -3/+1 |
* | avformat/mxfdec: Do not process zero modified_date timestamp. | Michael Niedermayer | 2018-12-22 | 1 | -1/+1 |
* | avformat/mxfdec: fix error check in macro | Paul B Mahol | 2018-12-13 | 1 | -1/+1 |
* | avformat/mxfdec: fix indentation | Paul B Mahol | 2018-12-09 | 1 | -9/+9 |
* | avformat/mxfdec: set codec_tag for prores codec | Paul B Mahol | 2018-12-07 | 1 | -0/+12 |
* | lavf/mxfdec: demux s436m as eia608 subtitle track | Baptiste Coudurier | 2018-10-12 | 1 | -0/+106 |
* | lavf/mxfenc: support creating s436m data tracks | Baptiste Coudurier | 2018-10-12 | 1 | -0/+2 |
* | avformat/mxfdec: do not use sound essence descriptor quantization bits for bi... | Marton Balint | 2018-09-05 | 1 | -4/+7 |
* | avformat/mxfdec: drop invalid index table segments when sorting them | Marton Balint | 2018-07-24 | 1 | -8/+17 |
* | avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherw... | Baptiste Coudurier | 2018-07-19 | 1 | -2/+3 |
* | avformat/mxfdec: only return stream indexes which have a corresponding track | Marton Balint | 2018-07-13 | 1 | -1/+1 |
* | avformat/mxfdec: Fix av_log context | Michael Niedermayer | 2018-07-05 | 1 | -1/+1 |
* | avformat/mxfdec: add support for opAtom without index | Marton Balint | 2018-07-04 | 1 | -1/+1 |
* | avformat/mxfdec: guess constant byte count indexes based on track duration | Marton Balint | 2018-07-04 | 1 | -5/+15 |
* | avformat/mxfdec: take into account index_edit_rate | Marton Balint | 2018-07-04 | 1 | -5/+14 |
* | avformat/mxfdec: fix indentation and rename mxf_read_packet_old | Marton Balint | 2018-07-04 | 1 | -17/+17 |
* | avformat/mxfdec: add support for clip wrapped essences | Marton Balint | 2018-07-04 | 1 | -151/+131 |
* | avformat/mxfdec: avoid index_table->nb_ptses overflow in mxf_compute_ptses_fa... | Marton Balint | 2018-06-24 | 1 | -0/+6 |
* | avformat/mxfdec: compute sample_count for all streams on seek | Marton Balint | 2018-06-24 | 1 | -22/+17 |
* | avformat/mxfdec: add support for returning the partition for mxf_edit_unit_ab... | Marton Balint | 2018-06-24 | 1 | -8/+10 |
* | avformat/mxfdec: make current_edit_unit a parameter of mxf_compute_samples | Marton Balint | 2018-06-24 | 1 | -5/+5 |
* | avformat/mxfdec: make edit_units_per_packet a track property | Marton Balint | 2018-06-24 | 1 | -25/+26 |
* | avformat/mxfdec: simply use the first essence element for non frame-wrapped p... | Marton Balint | 2018-06-24 | 1 | -21/+4 |
* | avformat/mxfdec: compute both essence_offset and essence_length in mxf_comput... | Marton Balint | 2018-06-24 | 1 | -51/+57 |