1250 Commits (9264bb7e79a50678eca6f320e1e1fb85bf00b009)

Author SHA1 Message Date
Michael Niedermayer 9e4f0cfc8f avformat/mov: Print reason of loci parsing failure 10 years ago
Michael Niedermayer 77ccc9145a avformat/mov: Use open_cb() if set 10 years ago
Michael Niedermayer 2b97cc2e5b avformat/mov: Pass MovContext into mov_open_dref() 10 years ago
Michael Niedermayer 2025e803cd avformat/mov: Do not read ACLR into extradata for H.264 10 years ago
Chris Watkins 0703c44692 avformat/mov.c: Use %d to print an enum, not PRIu8 10 years ago
Michael Niedermayer e48a0a6c3f avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c 10 years ago
Vittorio Giovara 9286de0459 mov: Double-check that alias path is not an absolute path 10 years ago
Vittorio Giovara 376589e5dd mov: Read alternate absolute path in dref alis 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Vittorio Giovara be089af38f mov: Rely on box type rather than file type for colr atom 10 years ago
Carl Eugen Hoyos 072198166e lavf/mov: Do not overread iTunes metadata. 10 years ago
Jochen Strunk 0276b95242 avformat/mov: check color parameter type explicitly. 10 years ago
Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 10 years ago
Derek Buitenhuis 414d6547f3 mov: Add option to keep exact packet sequence after seeking 10 years ago
Derek Buitenhuis 8692d74b73 mov: Add option to keep exact packet sequence after seeking 10 years ago
Michael Niedermayer 13f8bbfb70 avformat/mov: fix mis-detection of jpeg2000 10 years ago
Vittorio Giovara 423f5d50e4 mov: Fix little endian audio detection 10 years ago
Michael Niedermayer 1e4d0498df avformat/mov: Disallow ".." in dref unless use_absolute_path is set 10 years ago
Michael Niedermayer 8003816e16 avformat/mov: Check for string truncation in mov_open_dref() 10 years ago
Michael Niedermayer 21a53dd08d avformat/mov: Use sizeof(filename) instead of a literal number 10 years ago
Michael Niedermayer 82fe4072ea Revert "avformat/mov: Bypass av_add_index_entry()" 10 years ago
Martin Storsjö 91eee2af87 Revert "mov: Change DTS-based seek into CTS-based seek." 10 years ago
Christophe Gisquet 60bdc868b9 lavf/mov: correct printf specifier 10 years ago
Michael Niedermayer bbbc8c6188 avformat/mov: Check ctts_count before use 10 years ago
Michael Niedermayer 4d1b017c38 avformat/mov: Check av_add_index_entry() return value 10 years ago
Kevin Wheatley fb3fb1d0d4 avformat/mov: Add simple ACLR atom reading to set the color range of the incomming track for codec's like DNxHD that utilise AVID's proprietary atom. 10 years ago
Michael Niedermayer 38e641a060 avformat/mov: Bypass av_add_index_entry() 10 years ago
Yusuke Nakamura 4abfa387b8 mov: Change DTS-based seek into CTS-based seek. 10 years ago
Diego Biurrun 36cf8eb448 mov: Fix compilation with DEBUG enabled 10 years ago
Michael Niedermayer ad1549aec3 avformat/mov: print a warning if parsing udta failed 10 years ago
Michael Niedermayer 849ad5175b avformat/mov: Heuristically detect raw udta 10 years ago
Michael Niedermayer 5763f67502 avformat/mov: Check dimensions before setting aspect 10 years ago
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 10 years ago
Michael Niedermayer ed91c8651a avformat/mov: simplify pasp value before setting SAR 10 years ago
Paul B Mahol cc1357a173 avformat/mov: remove unneeded #include, there are no assert() 10 years ago
Anton Khirnov 3212578148 mov: export audio service type as side data 10 years ago
Vittorio Giovara 4c5fa628da mov: Do not compute negative SAR values 10 years ago
Jon Morley 47372caac5 libavformat/mov.c: Handle timecode from tmcd atom in counter mode 10 years ago
Michael Niedermayer e32b07aea4 avformat/mov: Stricter sanity checks on the display_matrix 10 years ago
Michael Niedermayer cc18ea8de0 avformat/mov: Do not set aspect ratios that would contain zeros 10 years ago
Michael Niedermayer 47795505ac avformat/mov: rewrite aspect from matrix code 10 years ago
Vittorio Giovara cf70ba37ba mov: Check angle rather than full matrix when updating SAR 10 years ago
Carl Eugen Hoyos a5334d4081 Handle r10k endianess atom DpxE. 10 years ago
Michael Niedermayer 07e4ed5637 avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 383c6a3a07 avformat/mov: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 62eafb6a0d avformat/mov: Clear array to prevent potential out of array read from av_dlog() 10 years ago
Dale Curtis 3ebd76a9c5 mov: Fix negative size calculation in mov_read_default(). 10 years ago
Michael Niedermayer 3859868c75 avformat/mov: fix integer overflow in mov_read_udta_string() 10 years ago
Dale Curtis db42d93a61 mov: Fix overflow and error handling in read_tfra(). 10 years ago
Clément Bœsch 11201bbf7f avformat/mov: reindent after previous commit 10 years ago