summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avformat/movenc: reindent after the previous commitJames Almer2017-08-091-25/+25
* | lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva2017-08-101-7/+15
* | lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch2017-07-241-0/+25
* | movenc: Add 'keywords' metadataKieran O'Leary2017-07-131-0/+2
* | movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins2017-07-051-0/+1
* | movenc: write correct format hvcc when tag is hvc1John Stebbins2017-07-051-1/+4
* | movenc: move tags definitions to where they are usedJohn Stebbins2017-07-051-31/+31
* | movenc: simplify codec_tag lookupJohn Stebbins2017-07-051-53/+15
* | movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins2017-07-041-3/+39
* | movenc: encryption with time code track fixerankor2017-05-281-3/+3
* | avformat/movenc: always check for new extradata on a packetJames Almer2017-05-241-16/+18
* | avformat/movenc: remove experimental check for VP9 streamsJames Almer2017-05-171-7/+0
* | movenc/isom: update vpcC box to version 1.0 of the specificationHendrik Leppkes2017-05-161-1/+2
* | avformat/movenc: Explicitly address potential division by zero.Lucas Cooper2017-04-291-3/+12
* | avformat/movenc: Fix potential leak of sgpd_entries array.Matthew Gregan2017-04-121-1/+3
* | avformat/movenc: Fix mix of declaration and statementMichael Niedermayer2017-04-111-4/+5
* | avformat/movenc: Add experimental muxing support for Opus in ISO BMFF (MP4).Matthew Gregan2017-04-111-8/+129
* | avformat/movenc: auto insert vp9_superframe bsf when neededJames Almer2017-04-101-0/+2
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+3
* | lavf: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-291-5/+1
* | avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unoffi...James Almer2017-03-271-1/+1
* | avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4James Almer2017-03-271-1/+1
* | movenc: Add support for writing st3d and sv3d boxes.Aaron Colwell2017-03-271-0/+99
* | avformat, ffmpeg: deprecate old rotation APIwm42017-03-271-0/+4
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | 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