summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
...
* | Merge commit '72d621069fc301b431fac36b5281699a362562f2'Matthieu Bouron2016-06-23
|\|
| * movenc: Add a missed constMartin Storsjö2016-05-18
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-23
|\|
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* | Merge commit 'dbbaad32e36b9046cd19d6e3329e2ca7ab49b401'Matthieu Bouron2016-06-23
|\|
| * movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-18
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-21
|\|
| * Mark read-only tables as staticDiego Biurrun2016-05-05
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | Add experimental support for vp9 in iso-bmffKongqun Yang2016-06-17
* | avformat/movenc: Skip unsupported video tracks in timecode generationMichael Niedermayer2016-06-06
* | avformat/movenc: remove useless if and reindentMarton Balint2016-05-31
* | avformat/movenc: propagate shift_data errors properlyMarton Balint2016-05-31
* | libavformat/movenc: remove unnecessary null checkMark Reid2016-05-30
* | avformat/movenc: Fix potential track width/height overflowsMichael Niedermayer2016-05-29
* | avformat/movenc: Avoid integer overflowMichael Niedermayer2016-05-29
* | avformat/movenc: Fix memleak of reshuffled packetMichael Niedermayer2016-05-28
* | avformat/movenc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer2016-05-28
* | Merge commit '74383def8f46805faf3391c98516b248108a9a6b'Derek Buitenhuis2016-05-12
|\|
| * movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-21
* | Merge commit '0abb07bad7026a945a31ba4047e6583c8b3fa3da'Derek Buitenhuis2016-05-12
|\|
| * movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-19
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | fix some a/an typosLou Logan2016-03-28
* | lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-10
* | lavf/movenc: Add support for palette side dataMats Peterson2016-03-04
* | movenc: Timecode in MP4 Although MP4 does not have a concrete specification t...Syed Andaleeb Roomy2016-02-28
* | lavf/movenc: Add palette to video sample descriptionMats Peterson2016-02-27
* | avformat/movenc: use ff_parse_creation_time_metadataMarton Balint2016-02-14
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat/movenc: Check that pkt duration is within 32bit rangeMichael Niedermayer2016-01-09
* | avformat/movenc: Use strict_std_compliance from the muxer layer instead of th...Michael Niedermayer2015-12-30
* | Merge commit '5845a8273e4694e0254ad728970b82bb64fd8bc0'Hendrik Leppkes2015-12-17
|\|
| * movenc: use the CPB props side dataAnton Khirnov2015-12-06
* | movenc: support cenc (common encryption)erankor2015-12-15
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin2015-12-04
* | Merge commit 'ca489564ae150bc41764f175b88151d883e69ae0'Derek Buitenhuis2015-11-22
|\|
| * movenc: add fallback audio track tref supportJohn Stebbins2015-11-18
* | Merge commit 'bef3b1f59f036aba4a5fe599b2480f6bd9e6b280'Derek Buitenhuis2015-11-18
|\|
| * movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-11
* | Merge commit '09e431b9e3674804172e7b0a0f865b65ec09739a'Derek Buitenhuis2015-11-17
|\|
| * movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-11
* | Merge commit '8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4'Hendrik Leppkes2015-11-11
|\|
| * movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-10