aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/movenc: Check for reformatting errors when writing hint tracksAndreas Rheinhardt2020-01-261-4/+11
* avformat/movenc: allow ISMV timescale to be user-setGyan Doshi2020-01-251-4/+10
* avformat/movenc, segafilmenc: Remove unnecessary avio_tell()Andreas Rheinhardt2020-01-171-1/+1
* Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer2020-01-161-2/+4
* avformat/movenc: add a flag to enable CMAF compatabilityJames Almer2020-01-151-2/+23
* avformat/movenc: use AVProducerReferenceTime side data to write the prft atomJames Almer2020-01-151-2/+16
* avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer2020-01-151-1/+1
* movenc: Write durations based on pts into mvhd/mdhd/tkhd/elstMartin Storsjö2020-01-101-7/+28
* avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK...Marton Balint2020-01-071-4/+4
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-1/+0
* avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...James Almer2019-12-211-4/+11
* avformat/movenc: ensure we don't write the major brand as a compatible brand ...James Almer2019-12-211-10/+22
* avformat/movenc: write the major brand also as the first compatible brandJames Almer2019-12-211-29/+32
* lavf/movenc: cosmeticsYuki Tsuchiya2019-12-121-33/+33
* lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4Yuki Tsuchiya2019-12-121-0/+2
* avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-281-10/+8
* aformat/movenc: add missing padding to output track extradataJames Almer2019-09-261-5/+10
* avformat/movenc: Fix undefined shiftAndreas Rheinhardt2019-09-261-1/+2
* avformat/movenc: don't hardcode the colr box sizeJames Almer2019-09-191-4/+5
* avformat/movenc: add muxing support for Dolby TrueHD streamsJames Almer2019-08-241-1/+61
* avformat/movenc: use unspecified language by defaultMarton Balint2019-07-121-1/+1
* lavf/movenc: Pass correct pointer to av_log().Carl Eugen Hoyos2019-04-091-27/+25
* lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi2019-04-031-1/+1
* avformat/movenc: Fix skip_trailer when global_sidx is enabledKarthick J2019-04-021-3/+2
* avformat/movenc: free eac3 private data only when closing the streamJames Almer2019-03-311-6/+6
* libavformat/movenc: mov: added subtitle codec tags to codec tag listPaweł Wegner2019-03-181-1/+1
* avformat/movenc: Add more error checking when writing sample entries.Nikolas Bowe2019-02-071-26/+47
* lavf/movenc: Mention video_track_timescale as option to fix the timescale.Carl Eugen Hoyos2019-01-241-2/+2
* avformat/movenc: treat ALAC same as FLAC and write correct infoPaul B Mahol2018-12-141-1/+3
* avformat/movenc: Added an option to disable SIDX atomkjeyapal@akamai.com2018-12-111-2/+10
* avformat/movenc: get number of written bytes from bitstream writerPaul B Mahol2018-11-221-1/+1
* avformat/movenc: fix size calculation in mov_write_eac3_tag()Paul B Mahol2018-11-221-1/+1
* avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer2018-10-071-8/+5
* avformat/movenc: remove experimental checks for AV1 streamsJames Almer2018-09-091-8/+0
* lavf/movenc: Fail when codec tag is invalid for formatJohn Stebbins2018-09-081-16/+30
* lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"John Stebbins2018-09-081-0/+1
* avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström2018-08-241-1/+1
* avformat/movenc: support Opus packets with more than 60ms of audio when writi...James Almer2018-08-241-3/+3
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-171-3/+0
* avformat/movenc: add support for AV1 streamsJames Almer2018-07-201-6/+36
* avformat/movenc: add reason for minf->hdlr in MOV onlyGyan Doshi2018-07-141-1/+1
* avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer2018-07-091-1/+1
* avformat/movenc: Check input sample countMichael Niedermayer2018-07-081-0/+5
* avformat/movenc: Use mov->fc consistently for av_log()Michael Niedermayer2018-06-281-1/+1
* avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer2018-06-281-1/+1
* avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer2018-06-281-0/+6
* avformat/movenc: allow hdlr name field to be emptyGyan Doshi2018-06-211-0/+5
* avformat/movenc: read track title from correct keyGyan Doshi2018-06-191-1/+1
* avformat/movenc: fix recognization of cover image streamsTimo Teräs2018-06-131-18/+18
* avformat/movenc: properly handle cover image codecsTimo Teräs2018-06-131-18/+12