707 Commits (29fc468d0a22f4b6f868ff15133fa87a4f5d1dd5)

Author SHA1 Message Date
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Michael Niedermayer 7c3af60016 avformat/movenc: use av_malloc(z)_array() 11 years ago
Anton Khirnov cf6977712c movenc: write avg_frame_rate as the framerate, not the codec timebase 11 years ago
Michael Niedermayer 744df0a031 avformat/movenc: Check that packet duration is valid in ff_mov_write_packet() 11 years ago
Anton Khirnov 0ba5299a80 movenc: use the "encoder" metadata tag to write stsd Compressorname 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
Michael Niedermayer dc6b99d6b2 avformat/movenc: Check ff_put_wav_header() return code 11 years ago
Daniel Verkamp 5e7d21c7ad ff_put_wav_header: add flag to force WAVEFORMATEX 11 years ago
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