summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* movenc: add support for track names in ISML manifestsJan Ekström2017-02-121-0/+18
* lavf/movenc: Remove two unused variables.Carl Eugen Hoyos2017-02-101-4/+1
* avformat/movenc: Restrict experimental VP9 support to MODE_MP4.Matthew Gregan2016-11-211-2/+5
* Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-211-3/+46
* avformat/movenc: Check frame rate before use.Michael Niedermayer2016-11-171-1/+3
* Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df'Hendrik Leppkes2016-11-171-3/+26
|\
| * movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-081-3/+26
* | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-131-8/+6
|\ \ | |/
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-281-6/+6
* | lavf/movenc: Do not print an error when muxing gray8 rawvideo.Carl Eugen Hoyos2016-11-051-0/+1
* | lavf/movenc+dashenc: add automatic bitstream filteringRodger Combs2016-10-241-24/+83
* | lavf/movenc: add deinit functionRodger Combs2016-10-241-44/+32
* | avformat/movenc: Skip duration check for discontinuous fragmentsMichael Niedermayer2016-10-191-1/+2
* | avformat/movenc: Check frame rate in mov_write_uuidprof_tag()Michael Niedermayer2016-10-101-2/+9
* | avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rateMichael Niedermayer2016-10-101-2/+1
* | lavf/movenc: Put correct display aspect ratio in ARES atom.Carl Eugen Hoyos2016-09-291-1/+5
* | movenc: Add support for writing language codes into ISML manifestsJan Ekström2016-09-291-0/+4
* | movenc: use similar logic to DASH when writing bit rate to ISMLJan Ekström2016-09-281-2/+14
* | lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos2016-09-261-2/+4
* | avformat/movenc: write pasp atom even if sar.num == sar.denPaul B Mahol2016-09-221-2/+1
* | avformat/movenc: Make the packet check more tolerantMichael Niedermayer2016-09-161-15/+16
* | avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer2016-09-161-0/+4
* | avformat/movenc: Factor check_pkt() outMichael Niedermayer2016-09-161-6/+18
* | avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer2016-09-101-0/+7
* | avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä2016-09-011-6/+55
* | 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
OpenPOWER on IntegriCloud