1058 Commits (0a055f463a60af764c083fd0ba3112037557de4b)

Author SHA1 Message Date
Martin Storsjö 4f7723cb3b movenc: Add an option for skipping writing the mfra/tfra/mfro trailer 8 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 9 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 9 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
Mats Peterson 9a27780821 lavf/movenc: Add palette to video sample description 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Marton Balint 5f64f3d8cf avformat/movenc: use ff_parse_creation_time_metadata 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Michael Niedermayer 6e249466cc avformat/movenc: Check that pkt duration is within 32bit range 9 years ago
Michael Niedermayer 389ce22b5f avformat/movenc: Use strict_std_compliance from the muxer layer instead of the encoder layer 9 years ago
erankor 4469e8ebb2 movenc: support cenc (common encryption) 9 years ago
Anton Khirnov 5845a8273e movenc: use the CPB props side data 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Yann Coupin d89c4846e0 avformat/movenc: HE-AAC correct FourCC in ISML 9 years ago
John Stebbins ca489564ae movenc: add fallback audio track tref support 9 years ago
Martin Storsjö bef3b1f59f movenc: Allow setting start_dts/start_cts before writing actual packets 9 years ago
Martin Storsjö 09e431b9e3 movenc: Assume streams starting at pts=0 for discontinuous fragments with editlists 9 years ago
Martin Storsjö 8ad5124b7e movenc: Automatically flush after writing the initial moov 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Martin Storsjö 5ea5a24eb7 movenc: Honor flush requests with delay_moov, when some tracks lack samples 9 years ago
Andreas Cadhalpun 957f92729a avcodec: drop 2 suffix from avpriv_ac3_parse_header2 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Martin Storsjö 26ac22e5e7 movenc: Add a new flag for writing global sidx indexes for dash 9 years ago
Martin Storsjö 5f200bbf98 movenc: Place the sidx index after the initial moov/mdat pair 9 years ago