index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
movenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/movenc: Check pal_size before use
Michael Niedermayer
2021-09-09
1
-2
/
+4
*
avformat/movenc: Avoid loosing cluster array on failure
Michael Niedermayer
2021-09-09
1
-2
/
+3
*
avformat/movenc: Fix undefined shift
Andreas Rheinhardt
2020-07-01
1
-1
/
+2
*
aformat/movenc: add missing padding to output track extradata
James Almer
2019-09-27
1
-5
/
+10
*
avformat/movenc: free eac3 private data only when closing the stream
James Almer
2019-03-31
1
-6
/
+6
*
avformat/movenc: get number of written bytes from bitstream writer
Paul B Mahol
2018-11-26
1
-1
/
+1
*
avformat/movenc: fix size calculation in mov_write_eac3_tag()
Paul B Mahol
2018-11-26
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
*
avformat/movenc: creating producer reference time (PRFT) box
Vishwanath Dixit
2018-05-29
1
-0
/
+50
*
avformat/movenc: support writing iTunes cover image
Timo Teräs
2018-04-17
1
-5
/
+83
*
avformat/movenc: forbid muxing AV1 streams until the spec is finished
James Almer
2018-04-16
1
-0
/
+4
*
avformat/movenc: use correct iTunes copyright atom
Timo Teräs
2018-04-11
1
-1
/
+1
*
avformat/movenc: add rtp_hinting_needed() helper function
Timo Teräs
2018-04-04
1
-18
/
+12
*
lavf/movenc: write track title metadata for mov files
Courtland Idstrom
2018-03-22
1
-1
/
+1
*
avformat/movenc: move the concatenated eac3 packet reference
James Almer
2018-03-15
1
-4
/
+1
*
avformat/movenc: addition of flag to fragment at every frame
Vishwanath Dixit
2018-02-20
1
-3
/
+7
*
avformat/mov: add VP8 codec support
James Almer
2018-02-06
1
-0
/
+5
*
avformat: migrate to AVFormatContext->url
Marton Balint
2018-01-28
1
-5
/
+5
*
avformat/movenc: Add support for more colorspaces
Steven Robertson
2017-12-15
1
-9
/
+16
*
lavf/movenc: add sdtp (sample dependency) box
John Stebbins
2017-12-02
1
-0
/
+30
*
avformat/movenc: write clap atom for uncompressed yuv in mov
Dave Rice
2017-11-20
1
-0
/
+19
*
avformat/movenc: correct ImageDescription for uncompressed ycbcr
Dave Rice
2017-11-20
1
-3
/
+17
*
lavf/movenc: allow writing avc3 sample entry type
John Stebbins
2017-11-16
1
-0
/
+1
*
avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo struct
James Almer
2017-11-01
1
-29
/
+43
*
movenc: add m4b to ipod format extensions
Lukas Stabe
2017-10-30
1
-1
/
+1
*
Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'
James Almer
2017-10-27
1
-8
/
+9
|
\
|
*
Use bitstream_init8() where appropriate
Diego Biurrun
2017-02-07
1
-2
/
+2
|
*
Mark some arrays that never change as const.
Anton Khirnov
2017-02-01
1
-1
/
+1
|
*
mov: Convert to the new bitstream reader
Alexandra Hájková
2017-01-13
1
-20
/
+21
|
*
Use correct printf conversion specifiers for POSIX integer types
Diego Biurrun
2016-12-23
1
-1
/
+1
*
|
movenc: take packet dts shifting into mention in check_pkt
Jan Ekström
2017-10-04
1
-0
/
+6
*
|
movenc: Add an option for enabling negative CTS offsets
Martin Storsjö
2017-09-28
1
-4
/
+24
*
|
avformat: replace all uses of av_copy_packet()
James Almer
2017-09-25
1
-3
/
+4
[next]