986 Commits (7dc4200c3828195ef33c8a6572891ecda5058cd6)

Author SHA1 Message Date
  Carl Eugen Hoyos 222f59afd1 lavf/movenc: Do not print an error when muxing gray8 rawvideo. 9 years ago
  Rodger Combs 42cb050a05
lavf/movenc+dashenc: add automatic bitstream filtering 9 years ago
  Rodger Combs e83d5d7e58
lavf/movenc: add deinit function 9 years ago
  Michael Niedermayer 18ad44d145 avformat/movenc: Skip duration check for discontinuous fragments 9 years ago
  Michael Niedermayer ed2112fb36 avformat/movenc: Check frame rate in mov_write_uuidprof_tag() 9 years ago
  Michael Niedermayer 21bffa93a6 avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rate 9 years ago
  Carl Eugen Hoyos e84eeca577 lavf/movenc: Put correct display aspect ratio in ARES atom. 9 years ago
  Jan Ekström cc725ebe48 movenc: Add support for writing language codes into ISML manifests 9 years ago
  Jan Ekström 6c10f8fe76 movenc: use similar logic to DASH when writing bit rate to ISML 9 years ago
  Carl Eugen Hoyos 46aae84616 lavf/movenc: Allow to disable writing the timecode track. 9 years ago
  Paul B Mahol 88d79dbd16 avformat/movenc: write pasp atom even if sar.num == sar.den 9 years ago
  Michael Niedermayer 51000b9945 avformat/movenc: Make the packet check more tolerant 9 years ago
  Michael Niedermayer 2834313933 avformat/movenc: Check packet in mov_write_single_packet() too 9 years ago
  Michael Niedermayer deabcd2c05 avformat/movenc: Factor check_pkt() out 9 years ago
  Michael Niedermayer 68f4c2163e avformat/movenc: Check first DTS similar to dts difference 9 years ago
  Erkki Seppälä 499e8b0952 avformat/movenc: added ability to use original stream ids as track ids instead of regenerating them 9 years ago
  Carl Eugen Hoyos c1de1f0469 lavf/movenc: Add a missing assignment if memory allocation fails. 9 years ago
  Michael Niedermayer ca906e8190 avformat/movenc: Free extradata after successfull allocation of new instead of before 9 years ago
  Umair Khan 4f6f56114e avformat/movenc: allow rewriting extradata 9 years ago
  James Almer 0c75bd8e3c avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header 9 years ago
  Mark Reid e47981dab7 libavformat/movenc: add dnxhr compatibility for apple players 9 years ago
  Martin Storsjö 4f7723cb3b movenc: Add an option for skipping writing the mfra/tfra/mfro trailer 9 years ago
  Martin Storsjö 785c25443b movenc: Apply offsets on timestamps when peeking into interleaving queues 9 years ago
  David Murmann 0296b4b8d8 avformat/movenc: add option to use keys/mdta atoms for metadata 9 years ago
  Clément Bœsch 1e9b79b2db movenc: mark astronomical_body const string as static 9 years ago
  Michael Niedermayer 46a60fe184 avformat: Fix ff_interleaved_peek() 9 years ago
  Kongqun Yang 54327c2b34 Add experimental support for vp9 in iso-bmff 9 years ago
  Michael Niedermayer 5a8b41b4a7 avformat/movenc: Skip unsupported video tracks in timecode generation 9 years ago
  Marton Balint 0d0b9397d6 avformat/movenc: remove useless if and reindent 9 years ago
  Marton Balint 15005701b5 avformat/movenc: propagate shift_data errors properly 9 years ago
  Mark Reid d74cc61574 libavformat/movenc: remove unnecessary null check 9 years ago
  Michael Niedermayer dac030d3aa avformat/movenc: Fix potential track width/height overflows 9 years ago
  Michael Niedermayer 17d320800b avformat/movenc: Avoid integer overflow 9 years ago
  Michael Niedermayer 86d703fd55 avformat/movenc: Fix memleak of reshuffled packet 9 years ago
  Michael Niedermayer 5db111757c avformat/movenc: Rename reshuffles return variable to ensure it is not mixed up 9 years ago
  Martin Storsjö b84f3a4003 movenc: Write 'loci' geotag metadata for 3gp and mp4 9 years ago
  Martin Storsjö f12a705ee5 movenc: Factorize a function for finding a metadata entry and the associated language 9 years ago
  Michael Niedermayer daec1651f1 movenc: Write ?xyz geotag metadata for mov files 10 years ago
  Martin Storsjö 72d621069f movenc: Add a missed const 9 years ago
  Martin Storsjö e1eb0fc960 movenc: Use packets in interleaving queues for the duration at the end of fragments 9 years ago
  Martin Storsjö dbbaad32e3 movenc: Provide output bytestream markers for fragmented content 9 years ago
  Diego Biurrun 5afb94c817 Mark read-only tables as static 10 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
  Martin Storsjö 74383def8f movenc: Handle pts == NOPTS when autoflushing 9 years ago
  Martin Storsjö 0abb07bad7 movenc: Update a comment to reflect how the code actually behaves 9 years ago
  Lou Logan 06eef96b69 fix some a/an typos 9 years ago
  Carl Eugen Hoyos bd2cc3c42c lavf/movenc: Fix help output. 9 years ago
  Mats Peterson 5111c1bef3 lavf/movenc: Add support for palette side data 9 years ago
  Syed Andaleeb Roomy b4dcd351ec movenc: Timecode in MP4 Although MP4 does not have a concrete specification to store timecode information, the following technical note from Apple describes a way to achieve this via timecode track, similar to how it is done for MOV files. 9 years ago