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: fix writing dOps atoms
James Almer
2021-04-16
1
-2
/
+13
*
lavf/movenc: use framerate correctly in mov_write_tmcd_tag
Anton Khirnov
2021-04-08
1
-3
/
+3
*
Avoid intermediate bitcount for number of bytes in PutBitContext
Andreas Rheinhardt
2021-03-30
1
-1
/
+1
*
avformat/movenc: Avoid loosing cluster array on failure
Michael Niedermayer
2021-03-26
1
-2
/
+3
*
avformat/movenc: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-37
/
+64
*
avformat: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-5
/
+7
*
Remove double ';'
Andreas Rheinhardt
2021-03-01
1
-1
/
+1
*
avformat/movenc: Only check for timecodes if they are used
Andreas Rheinhardt
2021-02-28
1
-2
/
+5
*
avformat/movenc: Don't check for disabled muxers
Andreas Rheinhardt
2021-02-28
1
-7
/
+9
*
avformat/movenc: Remove always true check
Andreas Rheinhardt
2021-02-28
1
-2
/
+0
*
avformat/movenc: Deduplicate codec tags lists
Andreas Rheinhardt
2021-02-23
1
-4
/
+10
*
avformat/mux: return a pointer to the packet in ff_interleaved_peek()
James Almer
2021-02-13
1
-7
/
+11
*
avformat/movenc: remove unnecessary HDR metadata log messages
Jan Ekström
2021-02-10
1
-2
/
+0
*
movenc: Present durations in mvhd/tkhd/mdhd as they are after edits
Martin Storsjö
2021-01-15
1
-6
/
+35
*
avformat/movenc: allow Apple Lossless inside mp4
Leo Izen
2020-11-22
1
-0
/
+1
*
avformat/movenc: Avoid allocation for timecode track
Andreas Rheinhardt
2020-10-05
1
-8
/
+4
*
avformat/movenc: Don't forget to free fragment buffers
Andreas Rheinhardt
2020-10-05
1
-0
/
+2
*
avformat/movenc: Free old vos_data before overwriting it
Andreas Rheinhardt
2020-10-05
1
-0
/
+1
*
avformat/movenc: Don't free AVCodecParameters manually
Andreas Rheinhardt
2020-10-05
1
-3
/
+1
*
avformat/movenc: Make some AVCodecTag tables static
Andreas Rheinhardt
2020-10-04
1
-2
/
+2
*
avformat/movenc: Fix segfault when remuxing rtp hint stream
Andreas Rheinhardt
2020-10-04
1
-0
/
+4
*
avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates
Jan Ekström
2020-10-02
1
-2
/
+3
*
avformat/movenc: Fix stack overflow when remuxing timecode tracks
Andreas Rheinhardt
2020-10-01
1
-1
/
+1
*
avformat/movenc: Fix segfault upon allocation error
Andreas Rheinhardt
2020-09-28
1
-0
/
+3
*
avformat/movenc: simplify ISML manifest bit rate logic
Jan Ekström
2020-09-22
1
-10
/
+3
*
avformat/movenc: use more fall-back values for average bit rate fields
Jan Ekström
2020-09-22
1
-0
/
+17
*
avformat/movenc: implement writing of the btrt box
Jan Ekström
2020-09-22
1
-0
/
+33
*
avformat/movenc: utilize bit rate helper function in ISML writing
Jan Ekström
2020-09-21
1
-5
/
+4
*
avformat/movenc: split MPEG-4 bit rate value calculation
Jan Ekström
2020-09-21
1
-10
/
+34
*
avformat/movenc: write the colr atom by default
Michael Bradshaw
2020-08-21
1
-6
/
+12
*
lavf/movenc: Use a dynamic buffer when writing the mfra box
Derek Buitenhuis
2020-06-28
1
-12
/
+26
*
avcodec, avformat: Remove unnecessary initializations of side data size
Andreas Rheinhardt
2020-06-22
1
-1
/
+1
*
avformat/movenc: Write 'av01' as a compatible brand when muxing AV1
Derek Buitenhuis
2020-06-17
1
-1
/
+5
*
avformat/movenc: fix remuxing eia-608 into mov from other containers
Paul B Mahol
2020-06-15
1
-0
/
+16
*
movenc: Fix accidental leftover duplication from 1aec1fbcc595
Martin Storsjö
2020-05-22
1
-3
/
+1
*
movenc: Fix conversion of the first frame for extradata-less H264/HEVC
Martin Storsjö
2020-05-22
1
-16
/
+19
*
movenc: Use first H264/HEVC frame as extradata, if it is missing
Martin Storsjö
2020-05-20
1
-0
/
+2
*
avformat/movenc: cosmetics
Limin Wang
2020-04-26
1
-69
/
+69
*
lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata
Jun Zhao
2020-04-23
1
-0
/
+35
*
avformat/movenc: cosmetics
Limin Wang
2020-04-20
1
-1
/
+1
*
avformat/movenc: remove call to av_copy_packet_side_data() when concatenating...
James Almer
2020-04-15
1
-2
/
+0
*
avformat/movenc: write the mdcv atom by default
Michael Bradshaw
2020-04-13
1
-1
/
+37
*
avformat/movenc: remove the write_clli mov flag
Michael Bradshaw
2020-04-13
1
-8
/
+3
*
avformat/movenc: stop guessing colr atom values
Michael Bradshaw
2020-04-13
1
-30
/
+3
*
avformat/movenc: use enum values directly for colr atom
Michael Bradshaw
2020-04-13
1
-28
/
+3
*
avformat/movenc: add write_clli flag to write clli atom
Michael Bradshaw
2020-04-01
1
-0
/
+26
*
movenc: mark Opus encapsulation as stable
Lynne
2020-03-27
1
-1
/
+2
*
avformat/movenc: Reduce size of the allocated MOVIentry array
James Almer
2020-03-26
1
-1
/
+1
*
avformat/movenc: add ICC profile support to colr atom
vectronic
2020-03-10
1
-2
/
+21
*
avformat/av1: Avoid allocation + copying when filtering OBUs
Andreas Rheinhardt
2020-01-26
1
-4
/
+7
[prev]
[next]