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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
James Almer
2019-05-02
2
-1
/
+5
|
\
|
*
rtsp: add pkt_size option
Tristan Matthews
2019-04-15
2
-1
/
+5
*
|
avformat/mxfdec: fix and enhance RIP KLV length checks
Marton Balint
2019-04-28
1
-2
/
+5
*
|
avformat/mxfdec: take into account run-in in find_partition_by_offset
Marton Balint
2019-04-28
1
-7
/
+7
*
|
avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sid
Marton Balint
2019-04-28
1
-0
/
+18
*
|
avformat/mxfdec: rework mxf_essence_container_end
Marton Balint
2019-04-28
1
-6
/
+3
*
|
avformat/microdvddec: skip empty lines
Paul B Mahol
2019-04-27
1
-0
/
+2
*
|
avformat/subtitles: ignore extra '\r' at line endings
Paul B Mahol
2019-04-27
2
-2
/
+2
*
|
lavf/hls: Remove HLSContext.strict_std_compliance field
Jun Zhao
2019-04-27
1
-3
/
+1
*
|
avformat/mov: Skip stsd adjustment without chunks
Michael Niedermayer
2019-04-24
1
-0
/
+2
*
|
avformat/aadec: Check for scanf() failure
Michael Niedermayer
2019-04-24
1
-1
/
+6
*
|
libavformat/mov: limit nb_frames_for_fps to INT_MAX
Dan Sanders
2019-04-23
1
-2
/
+2
*
|
avformat/mpegenc - reject unsupported audio streams
Gyan Doshi
2019-04-22
1
-0
/
+10
*
|
lavf/oggparsevorbis: Fix change the case of metadata keys issue
Jun Zhao
2019-04-22
1
-5
/
+4
*
|
avformat/dashenc: Fix a bug with writing "final" manifest
Karthick J
2019-04-22
1
-1
/
+1
*
|
avformat/dashdec: add ProgramInformation parser
Steven Liu
2019-04-22
1
-0
/
+30
*
|
lavf: bump version/add APIchanges entry when cleanup applehttp
Jun Zhao
2019-04-20
1
-1
/
+1
*
|
avformat/apetag: tag values are unsigned
Dan Sanders
2019-04-19
1
-1
/
+1
*
|
libavformat: improve logs with cur_dts
Andreas Hakon
2019-04-19
1
-2
/
+2
*
|
lavf/vc1dec: Reduce probe score for streams with invalid frames.
Carl Eugen Hoyos
2019-04-19
1
-4
/
+9
*
|
lavf/utils: Allow url credentials to contain a slash.
Carl Eugen Hoyos
2019-04-19
1
-1
/
+4
*
|
avformat/dashenc: Disable streaming for webm output
Karthick J
2019-04-16
1
-0
/
+5
*
|
lavf/hls: Cleanup the applehttp
Jun Zhao
2019-04-15
1
-2
/
+2
*
|
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
Jun Li
2019-04-15
1
-2
/
+8
*
|
Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"
Steven Liu
2019-04-15
1
-8
/
+2
*
|
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
Signed-off-by: Jun Li
2019-04-15
1
-2
/
+8
*
|
Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"
Steven Liu
2019-04-15
1
-8
/
+2
*
|
lavf/rtsp.c: Fix stimeout option not applied on http tunnel
Steven Liu
2019-04-15
1
-2
/
+8
*
|
avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo...
Marton Balint
2019-04-14
1
-1
/
+1
*
|
avformat/hlsenc: flush packets before update split message
Steven Liu
2019-04-14
1
-0
/
+1
*
|
avcodec: add LSCR decoder
Paul B Mahol
2019-04-13
1
-0
/
+1
*
|
avformat/file: add seekable option to disallow seeking
Marton Balint
2019-04-11
2
-1
/
+6
*
|
avformat/mxfdec: export operational pattern UL as file metadata
Marton Balint
2019-04-11
1
-0
/
+7
*
|
avcodec: add ADPCM AGM decoder
Paul B Mahol
2019-04-11
2
-1
/
+2
*
|
avcodec/agm: add support for non-dct coding
Paul B Mahol
2019-04-11
1
-0
/
+2
*
|
avcodec/agm: add support for higher compression
Paul B Mahol
2019-04-11
1
-0
/
+4
*
|
libavformat/dashenc : Prevent writing manifest files multiple times
joepadmiraal
2019-04-10
1
-1
/
+18
*
|
avformat/matroskaenc: fix leak on error
Tristan Matthews
2019-04-09
1
-1
/
+3
*
|
lavf/movenc: Pass correct pointer to av_log().
Carl Eugen Hoyos
2019-04-09
1
-27
/
+25
*
|
lavf/matroskaenc: Fix memory leak after write trailer
Jun Zhao
2019-04-09
1
-1
/
+2
*
|
avformat/av1: Initialize padding in ff_isom_write_av1c
Jeremy Dorfman via ffmpeg-devel
2019-04-08
1
-0
/
+1
*
|
avformat/riffdec: pass correct pointer to av_log
Paul B Mahol
2019-04-07
1
-3
/
+3
*
|
lavf/Makefile: Fix kux demuxer standalone compilation.
Carl Eugen Hoyos
2019-04-07
1
-0
/
+1
*
|
lavf/flvdec: added support for KUX container
Swaraj Hota
2019-04-06
3
-2
/
+41
*
|
avformat/matroskadec: Improve length check
Andreas Rheinhardt via ffmpeg-devel
2019-04-05
1
-4
/
+22
*
|
lavf/movenc: fix tmcd writing for non-MP4/MOV modes
Gyan Doshi
2019-04-03
1
-1
/
+1
*
|
lavf/hashenc: Correct the hash/MD5 muxer class name
Jun Zhao
2019-04-03
1
-4
/
+4
*
|
avformat/dashenc: Add support for Global SIDX
Karthick J
2019-04-02
1
-38
/
+81
*
|
avformat/movenc: Fix skip_trailer when global_sidx is enabled
Karthick J
2019-04-02
1
-3
/
+2
*
|
avformat/hls: make different warning message between open url and parse playlist
Steven Liu
2019-04-02
1
-2
/
+2
[prev]
[next]