aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/movenc: Add a missing assignment if memory allocation fails.Carl Eugen Hoyos2016-08-241-1/+1
* avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer2016-08-191-4/+4
* avformat/movenc: allow rewriting extradataUmair Khan2016-08-191-0/+31
* avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-251-1/+1
* libavformat/movenc: add dnxhr compatibility for apple playersMark Reid2016-07-231-5/+26
* avformat/movenc: add option to use keys/mdta atoms for metadataDavid Murmann2016-06-251-4/+77
* movenc: mark astronomical_body const string as staticClément Bœsch2016-06-251-1/+1
* avformat: Fix ff_interleaved_peek()Michael Niedermayer2016-06-251-2/+4
* Merge commit 'b84f3a40034d28828c4ca639d012479a7eaace28'Clément Bœsch2016-06-241-0/+53
|\
| * movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-191-0/+53
* | Merge commit 'f12a705ee570e16ca692c66b62821a2dbdf82566'Clément Bœsch2016-06-241-7/+19
|\|
| * movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-191-7/+19
| * movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-191-0/+1
* | Merge commit '72d621069fc301b431fac36b5281699a362562f2'Matthieu Bouron2016-06-231-1/+1
|\|
| * movenc: Add a missed constMartin Storsjö2016-05-181-1/+1
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-231-0/+22
|\|
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-181-0/+22
* | Merge commit 'dbbaad32e36b9046cd19d6e3329e2ca7ab49b401'Matthieu Bouron2016-06-231-0/+16
|\|
| * movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-181-0/+16
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-211-1/+1
|\|
| * Mark read-only tables as staticDiego Biurrun2016-05-051-4/+4
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-3/+0
* | Add experimental support for vp9 in iso-bmffKongqun Yang2016-06-171-0/+26
* | avformat/movenc: Skip unsupported video tracks in timecode generationMichael Niedermayer2016-06-061-10/+22
* | avformat/movenc: remove useless if and reindentMarton Balint2016-05-311-12/+9
* | avformat/movenc: propagate shift_data errors properlyMarton Balint2016-05-311-0/+4
* | libavformat/movenc: remove unnecessary null checkMark Reid2016-05-301-3/+1
* | avformat/movenc: Fix potential track width/height overflowsMichael Niedermayer2016-05-291-9/+13
* | avformat/movenc: Avoid integer overflowMichael Niedermayer2016-05-291-1/+5
* | avformat/movenc: Fix memleak of reshuffled packetMichael Niedermayer2016-05-281-2/+4
* | avformat/movenc: Rename reshuffles return variable to ensure it is not mixed upMichael Niedermayer2016-05-281-10/+10
* | Merge commit '74383def8f46805faf3391c98516b248108a9a6b'Derek Buitenhuis2016-05-121-1/+4
|\|
| * movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* | Merge commit '0abb07bad7026a945a31ba4047e6583c8b3fa3da'Derek Buitenhuis2016-05-121-1/+2
|\|
| * movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-418/+448
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-261/+258
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-101-3/+3
* | lavf/movenc: Add support for palette side dataMats Peterson2016-03-041-19/+25
* | movenc: Timecode in MP4 Although MP4 does not have a concrete specification t...Syed Andaleeb Roomy2016-02-281-3/+6
* | lavf/movenc: Add palette to video sample descriptionMats Peterson2016-02-271-2/+62
* | avformat/movenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+1
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-2/+2
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+2
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+1
* | avformat/movenc: Check that pkt duration is within 32bit rangeMichael Niedermayer2016-01-091-4/+4
* | avformat/movenc: Use strict_std_compliance from the muxer layer instead of th...Michael Niedermayer2015-12-301-1/+1