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
*
diracdec: Extract version parameters
Kieran Kunhya
2015-12-10
1
-1
/
+3
*
diracdec: Move strides to bytes, and pointer types to uint8_t.
Kieran Kunhya
2015-12-10
1
-2
/
+2
*
lavf/mpjpegdec: Fixed dereference after null check
Alex Agranovsky
2015-12-09
1
-2
/
+4
*
avformat/rmdec: Fix use of uninitialized variable
Michael Niedermayer
2015-12-09
1
-1
/
+1
*
avformat/flacdec: remove unused return code assignment
Michael Niedermayer
2015-12-09
1
-3
/
+3
*
avformat/matroskaenc: Check codecdelay before use
Michael Niedermayer
2015-12-09
1
-4
/
+8
*
Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'
Hendrik Leppkes
2015-12-08
1
-62
/
+72
|
\
|
*
avi: Spin out the logic to position to the next non-interleaved stream
Luca Barbato
2015-12-02
1
-62
/
+72
|
*
avi: Validate the stream-id for DV as well
Michael Niedermayer
2015-12-02
1
-1
/
+4
*
|
lavf/mxfdec: fix seeking before the first keyframe
Marton Balint
2015-12-08
1
-0
/
+10
*
|
Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'
Hendrik Leppkes
2015-12-07
1
-2
/
+3
|
\
\
|
|
/
|
*
avi: Use the correct data type
Luca Barbato
2015-12-02
1
-2
/
+3
|
*
lavf: G.723.1 muxer
Mohamed Naufal
2015-11-30
4
-2
/
+16
*
|
Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'
Hendrik Leppkes
2015-12-07
1
-6
/
+37
|
\
\
|
|
/
|
*
matroska: Warn when metadata references a non-existent element
Luca Barbato
2015-11-28
1
-6
/
+37
*
|
Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'
Hendrik Leppkes
2015-12-07
1
-0
/
+5
|
\
\
|
|
/
|
*
dvenc: Validate the frame size before copying it
Luca Barbato
2015-11-28
1
-0
/
+5
*
|
Remove Redundant Entry of MPEG2 Video Desc
Anshul Maheshwari
2015-12-07
1
-1
/
+0
*
|
avformat/movenc-test: correct varargs usage
Ganesh Ajjanagadde
2015-12-06
1
-0
/
+1
*
|
avformat/rtsp: free opts dictionary on failure of getnameinfo
Ganesh Ajjanagadde
2015-12-06
1
-0
/
+1
*
|
avformat/smacker: fix integer overflow with pts_inc
Michael Niedermayer
2015-12-05
1
-0
/
+5
*
|
libavformat/mov.c: allow QuickTime metadata to come after traks
Neil Birkbeck
2015-12-05
2
-1
/
+6
*
|
avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...
Michael Niedermayer
2015-12-04
1
-1
/
+1
*
|
avformat/msf: Check channels when reading the header
Michael Niedermayer
2015-12-04
1
-1
/
+1
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
39
-80
/
+80
*
|
ffmdec: reject zero-sized chunks
Andreas Cadhalpun
2015-12-04
1
-2
/
+2
*
|
ffmdec: only seek back at EOF if a server is attached
Andreas Cadhalpun
2015-12-04
1
-1
/
+4
*
|
avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...
Michael Niedermayer
2015-12-04
1
-1
/
+1
*
|
avformat/movenc: HE-AAC correct FourCC in ISML
Yann Coupin
2015-12-04
1
-1
/
+11
*
|
avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...
Michael Niedermayer
2015-12-04
1
-2
/
+2
*
|
mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arrays
Sebastian Dröge
2015-12-04
1
-2
/
+2
*
|
avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...
Michael Niedermayer
2015-12-04
1
-2
/
+2
*
|
avformat/riffdec: remove special case for bitrate > 32bit
Michael Niedermayer
2015-12-03
1
-15
/
+1
*
|
avformat/riffdec: Initialize bitrate
Michael Niedermayer
2015-12-03
1
-1
/
+1
*
|
lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).
Nicolas George
2015-12-03
1
-1
/
+1
*
|
lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).
Nicolas George
2015-12-03
1
-1
/
+1
*
|
lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).
Nicolas George
2015-12-03
1
-1
/
+1
*
|
lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).
Nicolas George
2015-12-03
1
-7
/
+7
*
|
lavf: add FFERROR_REDO to let demuxers return no packet.
Nicolas George
2015-12-03
2
-0
/
+11
*
|
mpegencts: Fix overflow in cbr mode period calculations
Timo Teräs
2015-12-03
1
-3
/
+3
*
|
avformat/mpjpegdec: fix mixed declarations and code
James Almer
2015-12-03
1
-2
/
+6
*
|
avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale
Michael Niedermayer
2015-12-03
1
-5
/
+5
*
|
avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...
Michael Niedermayer
2015-12-03
1
-1
/
+4
*
|
avformat/mpjpeg: utilize MIME boundary value to detect start of new frame
Alex Agranovsky
2015-12-02
1
-3
/
+69
*
|
avformat/mpjpeg: allow processing of MIME parts without Content-Length header
Alex Agranovsky
2015-12-02
1
-43
/
+125
*
|
lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
Carl Eugen Hoyos
2015-12-02
1
-17
/
+66
*
|
avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content
Aaron Colwell
2015-12-02
1
-2
/
+32
*
|
avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.
Chris Cunningham
2015-12-02
2
-23
/
+25
*
|
avformat/dump: Fix integer overflow in av_dump_format()
Michael Niedermayer
2015-12-01
1
-1
/
+1
*
|
lavf/mxfdec: Set width to actual coded_width for AVCI50.
Carl Eugen Hoyos
2015-11-29
1
-0
/
+13
[next]