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
*
avformat/async: replace strerror with av_err2str
Zhang Rui
2015-09-06
1
-6
/
+6
*
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
Hendrik Leppkes
2015-09-05
1
-3
/
+3
|
\
|
*
Bump major versions of all libraries
Vittorio Giovara
2015-08-28
1
-2
/
+2
*
|
Postpone removal of API changes from within the last two years
Hendrik Leppkes
2015-09-05
1
-2
/
+2
*
|
avformat/mp3dec: Make MP3 seek fast
Andy Wu
2015-09-05
1
-6
/
+13
*
|
Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'
Hendrik Leppkes
2015-09-05
1
-3
/
+3
|
\
|
|
*
Postpone API-incompatible changes until the next bump
Vittorio Giovara
2015-08-28
1
-3
/
+3
*
|
Remove left-over FF_API_DESTRUCT_PACKET cruft
Hendrik Leppkes
2015-09-05
3
-17
/
+1
*
|
Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'
Hendrik Leppkes
2015-09-05
7
-49
/
+0
|
\
|
|
*
lavc: Drop deprecated destruct_packet related functions
Vittorio Giovara
2015-08-28
7
-49
/
+0
*
|
avformat/hls: Check for av_opt_set_dict() failure
Michael Niedermayer
2015-09-05
1
-1
/
+3
*
|
lavf/aiffenc: Clarify an error message.
Carl Eugen Hoyos
2015-09-05
1
-1
/
+1
*
|
lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].
Arnaud Bienner
2015-09-05
1
-0
/
+4
*
|
lavf/mxf: Support video essence container uls for vc1.
Arnaud Bienner
2015-09-05
1
-0
/
+10
*
|
lavf/riff: Support fourcc AVd1 for dvvideo.
Arnaud Bienner
2015-09-05
1
-0
/
+1
*
|
lavc/mxfdec: Support more mxf files with codec_ul.
Carl Eugen Hoyos
2015-09-04
1
-6
/
+1
*
|
avformat/mov: Change the type of the r/g/b variables
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
|
lavf/http: Remove superfluous parenthesis.
Stephan Holljes
2015-09-03
1
-1
/
+1
*
|
lavf/http: Fix incorrectly placed parenthesis.
Stephan Holljes
2015-09-03
1
-1
/
+1
*
|
avformat/concatdec: Check file variable before dereferencing
Michael Niedermayer
2015-09-03
1
-0
/
+5
*
|
avformat/file: Fix copy and paste error
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
|
avformat/hlsenc: Fix memleak of path
Michael Niedermayer
2015-09-03
1
-2
/
+4
*
|
avformat/hlsenc: Initialize vtt_oc to help static analyzers
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
|
avformat/latmenc: Add assert to avoid coverity warning
Michael Niedermayer
2015-09-03
1
-1
/
+2
*
|
avformat/swfdec: Check return value of init_get_bits8()
Michael Niedermayer
2015-09-03
1
-1
/
+2
*
|
avformat/mov: Fix integer overflow in FFABS
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
|
avformat/dump: Fix integer overflow in aspect ratio calculation
Michael Niedermayer
2015-09-03
1
-2
/
+2
*
|
lavf: add V as a video stream specifier which is not an attached picture
Marton Balint
2015-09-02
1
-3
/
+9
*
|
avformat/hlsenc: add a use_localtime option to expand the segment filename wi...
LiuQi
2015-09-02
1
-4
/
+25
*
|
lavf/dv: Do not return EIO for every error (like EOF).
Carl Eugen Hoyos
2015-09-02
1
-1
/
+6
*
|
avformat/mxg: Use memmove()
Michael Niedermayer
2015-09-01
1
-1
/
+1
*
|
mpegts: demux BluRay text subtitles
Petri Hintukainen
2015-09-01
1
-0
/
+1
*
|
mpegts: fix demuxing PES private stream 2
Petri Hintukainen
2015-09-01
1
-0
/
+1
*
|
rtmp: support the AMF_DATE tag
Andrew Stone
2015-09-01
1
-0
/
+1
*
|
lavf: Remove probesize32 and max_analyze_duration32 on version bump.
Carl Eugen Hoyos
2015-09-01
5
-1
/
+35
*
|
mux: warn if the encoders bitexact flag is set, but not the muxers
Andreas Cadhalpun
2015-08-30
1
-2
/
+15
*
|
avformat/segment: atomically update list if possible
Michael Niedermayer
2015-08-28
1
-2
/
+12
*
|
lavf/mpegenc: provide better feedback in case of invalid media type
Stefano Sabatini
2015-08-27
1
-1
/
+3
*
|
Merge commit 'e176639bcbf4b580edb462a6b0650e53cd5e3c04'
Hendrik Leppkes
2015-08-27
1
-2
/
+2
|
\
|
|
*
webm: Explicitly select libvpx, libopus and libvorbis encoders
Luca Barbato
2015-08-25
1
-2
/
+2
|
*
hlsenc: Support outputting specific versions
Luca Barbato
2015-08-25
1
-4
/
+11
*
|
avformat/oggenc: Check segments_count for headers too
Michael Niedermayer
2015-08-27
1
-4
/
+7
*
|
lavf/mov: Support unusual alac files without frma and alac atoms.
Carl Eugen Hoyos
2015-08-27
1
-0
/
+26
*
|
avformat/segment: Do not free the filename twice
Michael Niedermayer
2015-08-26
1
-0
/
+1
*
|
matroskaenc: Fix indentation
Timothy Gu
2015-08-25
1
-18
/
+18
*
|
lavf/http: Fix parsing http request data to not read over '\0'.
Stephan Holljes
2015-08-25
1
-2
/
+2
*
|
avformat/aa: use correct format specifier in sscanf
Vesselin Bontchev
2015-08-25
1
-2
/
+13
*
|
lavf/segment: Fix memleak.
Carl Eugen Hoyos
2015-08-25
1
-0
/
+1
*
|
avformat/file: Check for lstat() instead of dirent.h
Michael Niedermayer
2015-08-25
1
-6
/
+6
*
|
lavf/dnxhd: Autodetect more valid files.
Carl Eugen Hoyos
2015-08-25
1
-1
/
+1
[next]