987 Commits (a71cd8439fd32fd83b7a9b9ac8d6f861846770c7)

Author SHA1 Message Date
Michael Niedermayer af165acefa avformat/movenc: dont store invalid tapt atom 11 years ago
Miles Gould 99e22b7859 mov: Emit the correct tags for clcp tracks 11 years ago
Aidan Skinner 802385dbc2 mov: Write prof section of tapt tag 11 years ago
Carl Eugen Hoyos 8b122937af Warn if rawvideo and an unreadable pix_fmt are written. 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Michael Niedermayer f94371b1db mov: Unbreak sbtl writing 11 years ago
Michael Niedermayer 8a9d0a1561 avformat/movenc: fix if vs if else 11 years ago
John Stebbins 6adf3bc42e movenc: Add dvd subtitle support 11 years ago
John Stebbins 1e9db41e2a movenc: Allow override of major brand in ftyp atom 11 years ago
Michael Niedermayer 9b1d264e87 avformat/movenc: omit avformat ident from isml_manifest for bitexact mode 11 years ago
Michael Niedermayer 10c14264db avformat/movenc: omit LIBAVCODEC_IDENT for bitexact mode from uuidusmt_tag 11 years ago
Michael Niedermayer a17ee4117d avformat/movenc: only ommit encoder tag of the metadata for bitexact mode 11 years ago
Peter Ross ac9bfb1faf avformat/movenc: encode compilation metadata 11 years ago
Michael Niedermayer 72d44f1583 mvformat/movenc: fix IMX 11 years ago
Bryce McLeod 581957cd86 avformat/movenc: rescale when copying duration to timecode track 11 years ago
Carl Eugen Hoyos d68ac92dc2 Replace an incorrect av_free() in movenc.c with av_freep(). 11 years ago
Tim Walker 4f3db5d341 movenc: allow muxing HEVC in MODE_MP4. 11 years ago
Tim Walker b6c61fb83e movenc: enable Annex B to MP4 conversion for HEVC tracks. 11 years ago
Tim Walker 20b40a597c movenc: write hvcC tag for HEVC. 11 years ago
John Stebbins 565e0c6d86 movenc: allow override of "writing application" tag 11 years ago
Michael Niedermayer 717ec57c7e avformat/movenc: shift positive timestamps to 0 if edit lists cannot be used 11 years ago
Michael Niedermayer 20fa3fb93d avformat/movenc: assert that get_cluster_duration() value is valid 11 years ago
Michael Niedermayer 1b872de8f4 avformat/movenc: check that the input timestamps are within the range that can be stored in mov 11 years ago
Michael Niedermayer 3f461566b7 avformat/movenc: simplify code, decrease difference to libav 11 years ago
Martin Storsjö 1e142d5b48 movenc: Add a fallback fragmentation method for plain mp4 as well 11 years ago
Stefano Sabatini 2cfe70ff3e lavf/movenc: return meaningful error code from mov_write_header() 11 years ago
Stefano Sabatini 54c596fe7a lavf/movenc: improve feedback in case of unsupported codec 11 years ago
Carl Eugen Hoyos 362383b743 Fix remuxing of IMA_QT in mov. 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Clément Bœsch e01fba5562 movenc: Add an F4V muxer 11 years ago
James Almer 1d4476d5da movenc: use ff_alloc_extradata() 11 years ago
Michael Niedermayer e4d45673ca avformat/movenc: set XDCAM codec tag correctly 11 years ago
Michael Niedermayer 713dcdbfcb avformat/movenc: set pretty compressor name for XDCAM 11 years ago
Michael Niedermayer ce994a03f5 avformat/movenc: make AVStream easier to access 11 years ago
Michael Niedermayer 8c0f565ee3 avformat/movenc: factor out find_fps() 11 years ago
Martin Storsjö f2b00a5372 movenc: Return a proper error code for invalid combinations 11 years ago
Martin Storsjö f1eac2b8a0 movenc: Use keyframes as default fragmentation point in ismv 11 years ago
Martin Storsjö a9553bbb33 movenc: Set all implicit flags immediately in mov_write_header 11 years ago
Martin Storsjö 187023f6b2 movenc: Set mov->mode earlier in mov_write_header 11 years ago
Martin Storsjö 72fe16a13e movenc: Use null buffers for measuring the amount of data to be written 11 years ago
Martin Storsjö e7bf085b78 movenc: Add an option for omitting the tfhd base offset 11 years ago
Martin Storsjö a4adabb460 movenc: Write the moof atom in two passes 11 years ago
Martin Storsjö bdf990425e movenc: Simplify setting the fragmentation flag 11 years ago
Martin Storsjö 8b524ab0c4 movenc: Add a warning message if conflicting options have been specified 11 years ago
Martin Storsjö 0fbda03e5c movenc: Don't flush after each written packet 11 years ago
Michael Niedermayer 2501f6d3d6 avformat/movenc: Use the rate from av_timecode_init_from_string() for tmcd 11 years ago
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track 11 years ago
Martin Storsjö 2bbad1f94c movenc: Properly free allocated data on failures in mov_write_header 11 years ago
Martin Storsjö 3559fb97c4 movenc: Check that tracks->enc exists before trying to free extradata 11 years ago
Martin Storsjö 4d122b01e4 movenc: Check for allocation failures in mov_create_chapter_track 11 years ago