979 Commits (3b3f979894a0aca01245fcaa2e4ff06f5f839e54)

Author SHA1 Message Date
Martin Storsjö 00d751d4fc movenc: Set tfhd default sample flags based on actual samples, if possible 10 years ago
Martin Storsjö 9731cf4001 movenc: Keep writing zero-entry stts atoms as intended 10 years ago
Kevin Wheatley 45555a20c6 avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files. 10 years ago
Michael Niedermayer 4ad7b8f64a avformat/movenc: mark write_colr as experimental 10 years ago
Derek Buitenhuis a22032281c movenc: Write 'colr' box correctly for MP4 10 years ago
Kevin Wheatley 3664703780 avformat/movenc: Fix writing ACLR atoms for DNxHD 10 years ago
Michael Niedermayer 3518925a91 avformat/movenc: Check for memory allocation failures 10 years ago
Kevin Wheatley 31c7c0e156 avformat/movenc: Move avid DNxHD padding to the correct spot 10 years ago
Michael Niedermayer 9e008ed1b4 avformat/movenc: Fix use of uninitialized variable (ret) 10 years ago
Michael Niedermayer 95165f7c1b avformat/movenc: Fix stts_entries allocation check 10 years ago
Hugo Beauzée-Luyssen a876585215 movenc: Check memory allocations 10 years ago
Kevin Wheatley 7fc33dca39 libavformat: DNxHD in .mov, switch unspecified color_range to mpeg 10 years ago
Carl Eugen Hoyos a2bc8c5601 Fix standalone compilation of the mov muxer with --disable-optimizations. 10 years ago
Paul B Mahol f705b1287b avformat/movenc: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Kevin Wheatley 7b6f419176 avformat/movenc: Add simplistic 'colr' tag writing support to mov container 10 years ago
Michael Niedermayer da048c6d24 avformat/movenc: Check failure of allocation of ctts_entries and propagate error 10 years ago
Michael Niedermayer 47785b44b5 avformat/movenc: fix cleanup on insufficient reserved_moov_size 10 years ago
Carl Eugen Hoyos a5334d4081 Handle r10k endianess atom DpxE. 10 years ago
Michael Niedermayer 6f838dee3c avformat/movenc: move variable to a more local block 10 years ago
Michael Niedermayer 7824dc5150 avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1" 10 years ago
Martin Storsjö 2a1500fb55 movenc: Fix a typo in a comment 10 years ago
Martin Storsjö e581e88cbd movenc: Readd an accidentally removed condition 10 years ago
Martin Storsjö 46808fdf04 movenc: Enable editlists by default if delay_moov is enabled 10 years ago
Michael Niedermayer 0daf60140b avformat/movenc: fix DELAY_MOOV 10 years ago
Michael Niedermayer 504267fb56 avformat/movenc: Use cluster timestamps when available in edts 10 years ago
Martin Storsjö b3b0b35db2 movenc: Get rid of a hack for updating the dvc1 atom 10 years ago
Martin Storsjö 847bf5988f movenc: Add an option for delaying writing the moov with empty_moov 10 years ago
Martin Storsjö c725faebda movenc: Use start_dts/cts instead of cluster[0] for writing edit lists 10 years ago
Martin Storsjö 724cbea719 movenc: Remove an unnecessary condition when flushing fragments 10 years ago
Martin Storsjö 355d01a1bf movenc: Factorize writing ftyp and other identification tags to a separate function 10 years ago
Martin Storsjö 59f0275dd0 movenc: Adjust the pts of new fragments similarly to what is done for dts 10 years ago
Carl Eugen Hoyos 01ab761b46 Allow mov musing if the ac3 parser was disabled. 10 years ago
Rens Dijkshoorn dceb8b1252 avformat/movenc: Add 2048x1080 to the aivx case 10 years ago
Carl Eugen Hoyos 7a4be4315f Support muxing 4k AVC Intra in mov. 10 years ago
Martin Storsjö 234fb81e31 movenc: Expose the fragment index as an avoption 10 years ago
Martin Storsjö ee37620b6a movenc: Add a flag for indicating a discontinuous fragment 10 years ago
Martin Storsjö 40ed1cbf14 movenc: Allow writing a DASH sidx atom at the start of files 10 years ago
Martin Storsjö 3847f3ab58 movenc: Add tfra entries for all tracks in a moof 10 years ago
Martin Storsjö 2ded57371a movenc: Add support for writing sidx atoms for DASH segments 10 years ago
Martin Storsjö 2d9d6afb8d movenc: Factorize adding fragment info into a separate function 10 years ago
Martin Storsjö 0f9eb9165b movenc: Include empty tracks in iods when writing fragmented mp4 10 years ago
Martin Storsjö 9a5ac36b69 movenc: Require samples before trying to write edts 10 years ago
Martin Storsjö 8cb7b7b461 movenc: Avoid leaking locally allocated data when returning on errors 10 years ago
Martin Storsjö 95a449d3ce movenc: Remove an outdated comment 10 years ago
Martin Storsjö 9cbf70fa0e movenc: Write correct presentation timestamps in tfra 10 years ago
Martin Storsjö e7d20f12c5 movenc: Remove a now redundant check 10 years ago
Martin Storsjö 1d8a0c1b43 movenc: Allow to request not to use edit lists 10 years ago
Anton Khirnov 91e8d2eb1f lavf: use the format context strict_std_compliance instead of the codec one 10 years ago
Carl Eugen Hoyos e6b7246a68 lavf/movenc: Write G.726 bitrate to make the files decodable. 10 years ago
Martin Storsjö aae6b3b918 movenc: Don't write any iso brands in ismv files 10 years ago