| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mxfdec: recognize AAC per SMPTE ST 381-4 | Ammon Riley | 2023-05-11 | 1 | -0/+5 |
* | avformat/mxfdec: treat Random Index Pack as end of file | Marton Balint | 2023-04-06 | 1 | -1/+4 |
* | avformat/mxfdec: check number of index table entires more strictly | Marton Balint | 2023-01-29 | 1 | -0/+8 |
* | avformat/mxfdec: support Avid files with an extra index entry | Marton Balint | 2023-01-29 | 1 | -3/+3 |
* | avformat/mxfdec: check index entry array size | Marton Balint | 2023-01-29 | 1 | -1/+5 |
* | avformat/mxfdec: Use 64bit in remainder | Michael Niedermayer | 2022-12-28 | 1 | -2/+2 |
* | avformat/mxfdec: do not log warning of multiple ANC packets if count is 0 | Gavin Smith | 2022-10-06 | 1 | -1/+1 |
* | Encrypted SMPTE DC MXF - additional UL needed to unpack EKLV packet | Richard Ayres | 2022-10-06 | 1 | -2/+2 |
* | avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_... | Michael Niedermayer | 2022-09-22 | 1 | -3/+3 |
* | avformat/mxfdec: only probe max run in | Michael Niedermayer | 2022-09-22 | 1 | -1/+1 |
* | avformat/mxfdec: Check run_in is within 65536 | Michael Niedermayer | 2022-09-22 | 1 | -1/+6 |
* | avformat/mxf: set stream frame rates for ST 422 essence containers | Pierre-Anthony Lemieux | 2022-09-20 | 1 | -0/+25 |
* | avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -0/+1 |
* | avformat/mxfdec: SMPTE RDD 48:2018 Amd 1:2022 support | Michael Niedermayer | 2022-08-07 | 1 | -0/+48 |
* | avformat/mxfdec: Offload allocating string to av_dict_set() | Andreas Rheinhardt | 2022-06-16 | 1 | -14/+8 |
* | avformat/mxfdec: Use ff_data_to_hex() for data->hex conversion | Andreas Rheinhardt | 2022-06-16 | 1 | -11/+2 |
* | avformat/mxfdec: Don't duplicate av_uuid_unparse | Andreas Rheinhardt | 2022-06-16 | 1 | -21/+3 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before wri... | Michael Niedermayer | 2022-03-21 | 1 | -1/+1 |
* | avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array() | Michael Niedermayer | 2022-03-21 | 1 | -1/+7 |
* | avformat/mxfdec: Check count in mxf_read_strong_ref_array() | Michael Niedermayer | 2022-03-21 | 1 | -1/+7 |
* | mxf: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -13/+20 |
* | avformat/mxfdec: support MCA audio information | Marc-Antoine Arnaud | 2022-01-09 | 1 | -6/+282 |
* | avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() | Michael Niedermayer | 2021-12-09 | 1 | -0/+3 |
* | avformat/mxfdec: Check component_depth in mxf_get_color_range() | Michael Niedermayer | 2021-12-09 | 1 | -2/+2 |
* | avformat/mxfdec: rename sub_descriptors as file_descriptors | Marc-Antoine Arnaud | 2021-09-22 | 1 | -12/+12 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -5/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -6/+8 |
* | avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() | Michael Niedermayer | 2021-09-13 | 1 | -0/+4 |
* | avformat/mxfdec: store parition score instead of partition pointer in metadata | Marton Balint | 2021-08-14 | 1 | -14/+17 |
* | avformat/mxfdec: make MXFMetadataSet part of all metadata sets | Marton Balint | 2021-08-08 | 1 | -45/+21 |
* | avformat/mxfdec: prefer footer and complete partitions for metadata | Marton Balint | 2021-08-01 | 1 | -4/+47 |
* | avformat/mxfdec: fix frame wrapping detection for J2K essence container | Pierre-Anthony Lemieux | 2021-07-29 | 1 | -1/+5 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avformat/mxfdec: Check size for shrinking | Michael Niedermayer | 2021-07-17 | 1 | -1/+1 |
* | avformat/mxfdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -16/+7 |
* | avformat/mxfdec: fixed jp2k_rsiz and 170M matrix | Valerii Zapodovnikov | 2021-06-13 | 1 | -1/+1 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -1/+1 |
* | avformat/utils: make ff_update_cur_dts() shared | James Almer | 2021-06-09 | 1 | -2/+2 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -4/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/mxfdec: Fix file position addition | Michael Niedermayer | 2021-04-22 | 1 | -1/+1 |
* | avformat/mxfdec: Fix leak on error | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+5 |
* | avformat/mxfdec: Don't use wrong type of pointer | Andreas Rheinhardt | 2021-03-19 | 1 | -12/+20 |
* | avformat/mxfdec: add support for getting product version number metadata | Marton Balint | 2021-03-04 | 1 | -0/+3 |
* | avformat/mxfdec: change toolkit_version metadata field to toolkit_version_num | Marton Balint | 2021-03-04 | 1 | -1/+1 |
* | avformat/mxfdec: set toolkit version metadata | Limin Wang | 2021-02-05 | 1 | -0/+24 |
* | avformat/mxfdec: Add missing const to mxf_mastering_display* | Tomas Härdin | 2021-02-03 | 1 | -2/+2 |
* | avformat/mxf: Establish register of local tags | Tomas Härdin | 2021-02-01 | 1 | -5/+13 |