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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: add an AVClass to AVStream on next major bump
Anton Khirnov
2021-11-16
3
-1
/
+32
*
lavf: improve AV_DISPOSITION_* doxy
Anton Khirnov
2021-11-16
1
-19
/
+77
*
*/version.h: define FF_API macros unconditionally
Anton Khirnov
2021-11-15
1
-8
/
+0
*
avformat/concatdec: fix NEEDS_UNSAFE flag value
Googleplex
2021-11-14
1
-1
/
+1
*
avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...
Marton Balint
2021-11-14
4
-10
/
+8
*
avformat/dhav: Limit get_duration() iterations
Michael Niedermayer
2021-11-14
1
-1
/
+2
*
avformat/hls_sample_encryption: Fix precedence
Andreas Rheinhardt
2021-11-09
1
-1
/
+1
*
avformat/apngenc: Use UINT16_MAX instead of USHRT_MAX
Andreas Rheinhardt
2021-11-09
1
-5
/
+5
*
avformat/matroskadec: Don't unnecessarily reduce aspect ratio
Andreas Rheinhardt
2021-11-07
1
-1
/
+1
*
avformat/mpegtsenc: do not include adaptation field in teletext TS packets
Alex Shumsky
2021-11-06
1
-1
/
+2
*
avformat/mpegtsenc: fix first_pcr initial update
Maksym Veremeyenko
2021-11-06
1
-5
/
+5
*
avformat/dashenc: enabling streaming and hls_playlist for lhls
Zhao Zhili
2021-11-05
1
-4
/
+4
*
avformat/dashenc: enabling streaming automatically for ldash
Zhao Zhili
2021-11-05
1
-2
/
+2
*
lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX o...
Thilo Borgmann
2021-11-05
1
-14
/
+28
*
avformat/isom_tags: fix 'ipcm' with samplesize equal to 16
Zhao Zhili
2021-11-03
1
-2
/
+2
*
avformat/dashenc: Fix comparing double with 0
Limin Wang
2021-11-03
1
-1
/
+1
*
avformat/aiffdec: "-1" -> AVERROR_INVALIDDATA
Michael Niedermayer
2021-11-01
1
-2
/
+2
*
avformat/aiffdec: Use av_rescale() for bitrate
Michael Niedermayer
2021-11-01
1
-2
/
+4
*
avformat/aiffdec: sanity check block_align
Michael Niedermayer
2021-11-01
1
-1
/
+1
*
avformat/aiffdec: Check sample_rate
Michael Niedermayer
2021-11-01
1
-0
/
+3
*
avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packet
Alex Shumsky
2021-10-29
1
-1
/
+1
*
avcodec/vqavideo: Decode 15-bit VQA3 files
Pekka Väänänen
2021-10-28
1
-0
/
+10
*
avformat/mpegts: Fix for the DOVI video stream descriptor
Limin Wang
2021-10-28
1
-2
/
+9
*
avformat/movenc: support dvwC box for Dolby Vision
Limin Wang
2021-10-28
1
-2
/
+4
*
avformat/mov: support dvwC box for Dolby Vision
Limin Wang
2021-10-28
1
-1
/
+2
*
avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}
Jan Ekström
2021-10-24
4
-4
/
+27
*
avformat/avio{,buf}: deprecate AVIOContext::written
Jan Ekström
2021-10-24
3
-1
/
+19
*
avformat/avio: privatize source of truth for AVIOContext::written
Jan Ekström
2021-10-24
2
-4
/
+13
*
avformat/mov: Do not hard fail if bit rate calculation overflows unless in ex...
Derek Buitenhuis
2021-10-21
1
-4
/
+6
*
avformat/mov: Use av_rescale when calculating bit rate
Derek Buitenhuis
2021-10-21
1
-5
/
+8
*
avformat/mpegtsenc: add AVSV format_identifier for AVS standard
Limin Wang
2021-10-20
1
-0
/
+3
*
avformat/mpegts: add support for stream_type 0xd4, which is AVS3
Limin Wang
2021-10-20
3
-0
/
+5
*
avformat/mpegts: add support for stream_type 0xd2, which is AVS2
Limin Wang
2021-10-19
2
-0
/
+4
*
avformat: add raw avs3 muxer
Limin Wang
2021-10-19
3
-0
/
+16
*
seek: Fix crashes in ff_seek_frame_binary if built with latest Clang 14
Martin Storsjö
2021-10-18
1
-1
/
+1
*
avformat/rtpdec_rfc4175: add support for RANGE
Limin Wang
2021-10-17
1
-0
/
+5
*
avformat/rtpdec_rfc4175: add support for colorimetry
Limin Wang
2021-10-17
1
-0
/
+11
*
avformat/rtpdec_rfc4175: add support for TCS
Limin Wang
2021-10-17
1
-0
/
+13
*
avformat/rtpdec_rfc4175: add support for exactframerate
Limin Wang
2021-10-17
1
-0
/
+11
*
avformat/argo_asf: use title metadata when muxing
Zane van Iperen
2021-10-15
1
-4
/
+12
*
avformat/argo_asf: pass name through as metadata
Zane van Iperen
2021-10-15
1
-0
/
+2
*
avformat/argo_asf: cleanup and NULL-terminate name field in header
Zane van Iperen
2021-10-15
2
-5
/
+6
*
avformat/westwood_vqa: Store VQFL codebook chunks
Pekka Väänänen
2021-10-14
1
-2
/
+46
*
avformat/dhav: make duration extraction more robust
Paul B Mahol
2021-10-13
1
-10
/
+12
*
avformat/dhav: check if timestamp matches when seeking
Paul B Mahol
2021-10-13
1
-3
/
+4
*
libavformat/hls: correct indentation
Nachiket Tarate
2021-10-13
1
-17
/
+17
*
libavformat/hls: add support for decryption of HLS media segments encrypted u...
Nachiket Tarate
2021-10-13
5
-19
/
+576
*
libavformat/mov: add support for 'cens', 'cbc1' and 'cbcs' encryption schemes...
Nachiket Tarate
2021-10-13
2
-6
/
+241
*
avformat/rtpdec_rfc4175: return the proper value
Limin Wang
2021-10-11
1
-1
/
+1
*
avformat/rtpdec_rfc4175: Remove redundant initialization
Limin Wang
2021-10-11
1
-2
/
+2
[next]