1595 Commits (58dce6f010dd1c083308a7f582990e90432e2967)

Author SHA1 Message Date
vacingfang 1483cfa817 lavf/mov: support dvcC/dvvC box for DOVI 5 years ago
John Stebbins 9f4054a0cb libavformat/mov: fix multiple trun per traf 5 years ago
John Stebbins 21a65d6310 mov: fix seek to next root atom in fragmented mp4 5 years ago
John Stebbins 99360990a9 libavformat/mov: restore use of mfra time as dts 5 years ago
Vittorio Giovara a13841b797 mov: Support fake moov boxes disguised as hoov 5 years ago
Michael Niedermayer 550fa277ef avformat/mov: Discard last STSC if its empty 5 years ago
John Rummell ad91cf1f2f libavformat/mov.c: Free aes_decrypt to avoid leaking memory 5 years ago
vectronic 99e3409873 avformat/mov: whitespace indent 5 years ago
vectronic 472e044587 avformat/mov: add ICC profile support for colr atom 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Michael Niedermayer 1cd4184020 avformat/mov: Check STCO location 5 years ago
Andreas Rheinhardt 43f58f2354 avformat/mov: Don't leak MOVFragmentStreamInfo on error 5 years ago
Andreas Rheinhardt 3999c4b374 avformat/mov: Free encryption data on error 5 years ago
Gyan Doshi febd37f4bd avformat/mov: update extensions 5 years ago
Andreas Rheinhardt ad1b0a12f3 avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup 5 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Andreas Rheinhardt 56ce2ad2cc avformat/mov: Use ff_alloc_extradata for dvdsub extradata 5 years ago
Zhao Zhili 57db9f488f avformat/mov: fix typo in help text 5 years ago
Jun Zhao 3dce89e55e lavf/mov: add log context dump in log message 5 years ago
Matthieu Bouron 1921f866ec avformat/mov: parse sdtp atom and set the pkt disposable flag accordingly 5 years ago
Jun Li c23797bc33 lavf/mov: Fix timestamp rescale on sidx atom 5 years ago
Michael Niedermayer 093d1f4250 avformat/mov: Check for EOF in mov_read_meta() 5 years ago
Andreas Rheinhardt 34bd293b01 avformat/mov: Fix memleak 5 years ago
Paul B Mahol 428b4aacb1 avformat/mov: improve timecode calculation 5 years ago
James Almer d1409fe952 avformat/mov: add demuxing support for Dolby TrueHD streams 5 years ago
Gyan Doshi d51d71c1e3 avformat/mov: fix return code for trun box with no sample entries 6 years ago
Michael Niedermayer 696312c487 avformat/mov: Set fragment.found_tfhd only after TFHD has been parsed 6 years ago
Gyan Doshi 6223d076e3 avformat/mov: set AVFMT_SEEK_TO_PTS flag 6 years ago
Michael Niedermayer 18a567c369 avformat/mov: Skip stsd adjustment without chunks 6 years ago
Dan Sanders 22c820f509 libavformat/mov: limit nb_frames_for_fps to INT_MAX 6 years ago
Michael Niedermayer ff13a92a6f avformat/mov: Fix potential integer overflow in entry check in mov_read_trun() 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Justin Ruggles 97f47fd601 mov: Fix start_time for streams with empty edits in the middle 6 years ago
Michael Niedermayer b0d8b7cb8e avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream 6 years ago
Charles Liu aa25198f1b avformat/mov: fix hang while seek on a kind of fragmented mp4 6 years ago
James Almer 00fd38f184 avformat/mov: don't rescale mastering display values from the SmDm atom 6 years ago
chcunningham 1c15449ca9 avformat/mov: validate chunk_count vs stsc_data 6 years ago
chcunningham 3ea87e5d9e avformat/mov.c: require tfhd to begin parsing trun 6 years ago
Carl Eugen Hoyos 5d958f0955 lavf/mov: Do not fail hard for more invalid atoms. 6 years ago
Derek Buitenhuis 8f585c3c55 mov: Remove duration-of-last-frame heuristic hack 6 years ago
Jacob Trimble 555f332e7a libavformat/mov: Fix NULL-dereference read for some encrypted content. 6 years ago
Michael Niedermayer 21f4b456f1 avformat/mov: Simplify get_stream_info_time() 6 years ago
Jan Ekström a1f0dd24f6 lavf/mov: document the dvh1 codec switch based on hvcC availability 6 years ago
chcunningham c9f7b6f7a9 lavf/mov: ensure only one tkhd per trak 6 years ago
Justin Ruggles d2047c14c0 Use QT format for audio sample descriptors depending on stsd version. 6 years ago
John Stebbins 3318ac5b9a lavf/mov: factor out setting codec_id 6 years ago
John Stebbins c9a992d931 lavf/mov: add AVCodecTag entry for GoPro metadata 6 years ago
Dale Curtis 320b631a99 avformat/mov: Error on too large stsd entry counts. 6 years ago
Dale Curtis e7080d1fe2 avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t. 6 years ago