728 Commits (eb7ddb5066843ab16caf33b05eafb2576648b797)

Author SHA1 Message Date
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
Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 10 years ago
Derek Buitenhuis 8692d74b73 mov: Add option to keep exact packet sequence after seeking 10 years ago
Vittorio Giovara 423f5d50e4 mov: Fix little endian audio detection 10 years ago
Martin Storsjö 91eee2af87 Revert "mov: Change DTS-based seek into CTS-based seek." 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
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 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
Vittorio Giovara cf70ba37ba mov: Check angle rather than full matrix when updating SAR 10 years ago
Anton Khirnov 64f7575fbd mov: avoid a memleak when multiple stss boxes are present 10 years ago
Martin Storsjö 6f4364aba9 mov: Fix handling of zero-length metadata values 10 years ago
Dave Rice 3c01039e0b mov: further expand the list of parsed metadata tags 10 years ago
Vittorio Giovara e2e07dbaab mov: expand the list of parsed metadata tags 10 years ago
Vittorio Giovara b704b648f9 mov: parse XMP metadata on demand 10 years ago
Vittorio Giovara 174c5fde90 mov: parse @PRM and @PRQ metadata tags 10 years ago
Vittorio Giovara 35384934d6 mov: cosmetics: reorder the list of tags 10 years ago
Matthieu Bouron 8c0a865ad9 mov: skip version and flags attributes in mov_read_chan() 10 years ago
Thilo Borgmann 3cec81f4d4 mov: allocate the tag value dynamically 10 years ago
Vittorio Giovara e352b29371 mov: Add an option for exporting all metadata 10 years ago
Vittorio Giovara 5639ed9abb mov: do not truncate the language-prefixed tag 10 years ago
Vittorio Giovara 2007082d2d mov: check ff_get_wav_header() return value 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Martin Storsjö 9dcf239721 lavf: Check the return value of strftime 10 years ago
Vittorio Giovara 50dbe6b354 mov: fix assigment check 10 years ago
Vittorio Giovara 74b0237798 mov: Correctly check the color transfer characteristics range 10 years ago
Martin Storsjö a74f8121d8 mov: Handle tfdt atoms 10 years ago
Vittorio Giovara 0d8a3656ba mov: support the Color Parameter Atoms 'colr' 10 years ago
Diego Biurrun 86dfcfd0e3 mov: Drop unused parameter from ff_mov_read_esds() 11 years ago
Andrew Stone cc3e88a2b9 mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 11 years ago
Anton Khirnov edb1af7c46 mov: free the dv demux context with avformat_free_context() 11 years ago
Martin Storsjö 18fb38fb9e mov: Remove a variable that is set but never used 11 years ago
Yusuke Nakamura 20f95f21f9 mov: Support default-base-is-moof. 11 years ago
Martin Storsjö e7d6d0bf3c mov: Export geotag metadata fields 11 years ago
Vittorio Giovara 853cc025d6 mov: store display matrix in a stream side data 11 years ago
Anton Khirnov 18f2514c40 mov: export stsd Compressorname in metadata 11 years ago
Anton Khirnov 9a07fac678 mov: read hydrogenaudio replaygain information 11 years ago
Marc-Antoine Arnaud f1c4a54f6e lavf: add supported extension to avi and mov demuxers 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Michael Niedermayer 12789d9636 mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd 11 years ago
Michael Niedermayer fce28c3c6d mov: fill in subtitle dimensions after parsing tkhd 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Baptiste Coudurier 9e71cc81f3 movdec: handle 0x7fff langcode as macintosh per the specs 11 years ago
Justin Ruggles d01e684186 mov: do not set avg_frame_rate in the demuxer 11 years ago
Martin Storsjö 2620df1310 mov: Free an earlier allocated array if allocating a new one 11 years ago
Martin Storsjö d51f09962d mov: Free intermediate arrays in the normal cleanup function 11 years ago