index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
movenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avformat/movenc: Check for reformatting errors when writing hint tracks
Andreas Rheinhardt
2020-01-26
1
-4
/
+11
*
avformat/movenc: allow ISMV timescale to be user-set
Gyan Doshi
2020-01-25
1
-4
/
+10
*
avformat/movenc, segafilmenc: Remove unnecessary avio_tell()
Andreas Rheinhardt
2020-01-17
1
-1
/
+1
*
Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"
James Almer
2020-01-16
1
-2
/
+4
*
avformat/movenc: add a flag to enable CMAF compatability
James Almer
2020-01-15
1
-2
/
+23
*
avformat/movenc: use AVProducerReferenceTime side data to write the prft atom
James Almer
2020-01-15
1
-2
/
+16
*
avformat/utils: make ff_ntp_time() accept a timestamp as input argument
James Almer
2020-01-15
1
-1
/
+1
*
movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst
Martin Storsjö
2020-01-10
1
-7
/
+28
*
avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK...
Marton Balint
2020-01-07
1
-4
/
+4
*
avformat: remove avio_flush() calls from the end of write_header functions
Marton Balint
2020-01-07
1
-1
/
+0
*
avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...
James Almer
2019-12-21
1
-4
/
+11
*
avformat/movenc: ensure we don't write the major brand as a compatible brand ...
James Almer
2019-12-21
1
-10
/
+22
*
avformat/movenc: write the major brand also as the first compatible brand
James Almer
2019-12-21
1
-29
/
+32
*
lavf/movenc: cosmetics
Yuki Tsuchiya
2019-12-12
1
-33
/
+33
*
lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4
Yuki Tsuchiya
2019-12-12
1
-0
/
+2
*
avformat/movenc: Avoid allocation for small dynamic buffers
Andreas Rheinhardt
2019-11-28
1
-10
/
+8
*
aformat/movenc: add missing padding to output track extradata
James Almer
2019-09-26
1
-5
/
+10
*
avformat/movenc: Fix undefined shift
Andreas Rheinhardt
2019-09-26
1
-1
/
+2
*
avformat/movenc: don't hardcode the colr box size
James Almer
2019-09-19
1
-4
/
+5
*
avformat/movenc: add muxing support for Dolby TrueHD streams
James Almer
2019-08-24
1
-1
/
+61
*
avformat/movenc: use unspecified language by default
Marton Balint
2019-07-12
1
-1
/
+1
*
lavf/movenc: Pass correct pointer to av_log().
Carl Eugen Hoyos
2019-04-09
1
-27
/
+25
*
lavf/movenc: fix tmcd writing for non-MP4/MOV modes
Gyan Doshi
2019-04-03
1
-1
/
+1
*
avformat/movenc: Fix skip_trailer when global_sidx is enabled
Karthick J
2019-04-02
1
-3
/
+2
*
avformat/movenc: free eac3 private data only when closing the stream
James Almer
2019-03-31
1
-6
/
+6
*
libavformat/movenc: mov: added subtitle codec tags to codec tag list
Paweł Wegner
2019-03-18
1
-1
/
+1
*
avformat/movenc: Add more error checking when writing sample entries.
Nikolas Bowe
2019-02-07
1
-26
/
+47
*
lavf/movenc: Mention video_track_timescale as option to fix the timescale.
Carl Eugen Hoyos
2019-01-24
1
-2
/
+2
*
avformat/movenc: treat ALAC same as FLAC and write correct info
Paul B Mahol
2018-12-14
1
-1
/
+3
*
avformat/movenc: Added an option to disable SIDX atom
kjeyapal@akamai.com
2018-12-11
1
-2
/
+10
*
avformat/movenc: get number of written bytes from bitstream writer
Paul B Mahol
2018-11-22
1
-1
/
+1
*
avformat/movenc: fix size calculation in mov_write_eac3_tag()
Paul B Mahol
2018-11-22
1
-1
/
+1
*
avformat/movenc: Remove unneeded variable from mov_find_codec_tag()
Michael Niedermayer
2018-10-07
1
-8
/
+5
*
avformat/movenc: remove experimental checks for AV1 streams
James Almer
2018-09-09
1
-8
/
+0
*
lavf/movenc: Fail when codec tag is invalid for format
John Stebbins
2018-09-08
1
-16
/
+30
*
lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"
John Stebbins
2018-09-08
1
-0
/
+1
*
avformat/movenc: implicitly enable negative CTS offsets for ismv
Jan Ekström
2018-08-24
1
-1
/
+1
*
avformat/movenc: support Opus packets with more than 60ms of audio when writi...
James Almer
2018-08-24
1
-3
/
+3
*
avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec
James Almer
2018-08-17
1
-3
/
+0
*
avformat/movenc: add support for AV1 streams
James Almer
2018-07-20
1
-6
/
+36
*
avformat/movenc: add reason for minf->hdlr in MOV only
Gyan Doshi
2018-07-14
1
-1
/
+1
*
avformat/movenc: Write version 2 of audio atom if channels is not known
Michael Niedermayer
2018-07-09
1
-1
/
+1
*
avformat/movenc: Check input sample count
Michael Niedermayer
2018-07-08
1
-0
/
+5
*
avformat/movenc: Use mov->fc consistently for av_log()
Michael Niedermayer
2018-06-28
1
-1
/
+1
*
avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample
Michael Niedermayer
2018-06-28
1
-1
/
+1
*
avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...
Michael Niedermayer
2018-06-28
1
-0
/
+6
*
avformat/movenc: allow hdlr name field to be empty
Gyan Doshi
2018-06-21
1
-0
/
+5
*
avformat/movenc: read track title from correct key
Gyan Doshi
2018-06-19
1
-1
/
+1
*
avformat/movenc: fix recognization of cover image streams
Timo Teräs
2018-06-13
1
-18
/
+18
*
avformat/movenc: properly handle cover image codecs
Timo Teräs
2018-06-13
1
-18
/
+12
[prev]
[next]