699 Commits (bf718bdf12bed40e0dac6d41e80eb076038fc501)

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