1085 Commits (94337f8c2dd9aecf5f8bd219431976d5e982a697)

Author SHA1 Message Date
Mika Raento a59808dd57 mov.c: allow reading fragment start dts/pts from fragmented mp4 10 years ago
Benoit Fouet 7cda31cb92 avformat/mov: E-AC-3 streams need parsing too. 10 years ago
Michael Niedermayer 5d36e8527f avformat/mov: Fix 'warning: format specifies type unsigned short but the argument has type int' 10 years ago
Vittorio Giovara 0d8a3656ba mov: support the Color Parameter Atoms 'colr' 10 years ago
Michael Niedermayer 02f7665a3c avformat/mov: do not overwrite extradata in mov_read_glbl() 10 years ago
Carl Eugen Hoyos 81cee700f7 Support decoding 32bit pcm audio in mov. 10 years ago
Carl Eugen Hoyos 0744daa887 Do not print a useless error number if mov header reading fails. 10 years ago
Michael Niedermayer a9f3bb14ba avformat/mov: use 64bit for size in mov_skip_multiple_stsd() 10 years ago
Diego Biurrun 86dfcfd0e3 mov: Drop unused parameter from ff_mov_read_esds() 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Andrew Stone cc3e88a2b9 mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 10 years ago
Marek Fort d1e750cd51 avformat/mov: Support reading Avid's metadata for DNXHD codec. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Mark Reid f1e626a357 avformat/mov: read reel_name metadata from tmcd atom 10 years ago
Marek Fort 054c506e3d avformat/mov: XMP metadata suppor. 10 years ago
Reimar Döffinger 1c84aad718 movdec: remove nonsensical snprintf. 10 years ago
Dale Curtis 70f7006eb3 avformat/mov: Pass through iTunSMPB from MOV. 10 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
Carl Eugen Hoyos d919fdd4f7 Do not detect jp2 images as mov files. 11 years ago
Yusuke Nakamura 20f95f21f9 mov: Support default-base-is-moof. 11 years ago
Michael Niedermayer 27b893b231 avformat/mov: fix "warning: variable altitude set but not used" warning 11 years ago
Martin Storsjö e7d6d0bf3c mov: Export geotag metadata fields 11 years ago
Carl Eugen Hoyos 26b0d7198e Read mov files where the moov atom is hidden within a free atom. 11 years ago
Michael Niedermayer 96470ca22b avformat/mov: allow seeking back to the begin even if nothing is marked as keyframe 11 years ago
Clément Bœsch e63a17bfdc avformat/mov: use av_display_rotation_get() for rotate metadata. 11 years ago
Michael Niedermayer 64bf845544 avformat/mov: Dont blindly trust the stream duration in seting chapter times 11 years ago
Vittorio Giovara 853cc025d6 mov: store display matrix in a stream side data 11 years ago
Alex Sukhanov 8b96f31817 libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA is enabled 11 years ago
Anton Khirnov 18f2514c40 mov: export stsd Compressorname in metadata 11 years ago
Michael Niedermayer 4d4bc89409 avformat/mov: merge mov_read_custom_metadata() and mov_read_custom() 11 years ago
Anton Khirnov 9a07fac678 mov: read hydrogenaudio replaygain information 11 years ago
Schenk, Michael b0a8521383 avformat/mov: reset drefs_count in close 11 years ago
Michael Niedermayer af2e5061bb avformat/mov: Fix width/height typo 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
Michael Niedermayer e21235f9b9 avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd 11 years ago
Michael Niedermayer 8ba432bc56 avformat/mov: fill in subtitle dimensions after parsing tkhd 11 years ago
Peter Ross dadf668df2 avformat/mov: decode compilation metadata 11 years ago
Michael Niedermayer 1f36ebf63a avformat: revert %c changes from d92024f18f 11 years ago
Carl Eugen Hoyos 54bbe3e2a6 Revert "Allow stream-copying grayscale mov files." 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
Michael Niedermayer 622d24e4eb avformat/mov: simplify code setting needs_parsing 11 years ago
Carl Eugen Hoyos 5d6fac114b Support old qclp-in-mov files that do not store bytes_per_frame in the header. 11 years ago
Michael Niedermayer 0c803eba2f avformat/mov: make invalid sampledelta error more verbose 11 years ago
Michael Niedermayer 05e9e3342f avformat/mov: fix avg_frame_rate calculation 11 years ago