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
...
*
lavf: Use av_gettime_relative
Martin Storsjö
2014-10-24
6
-17
/
+17
*
nutdec: check av_new_packet return value
Vittorio Giovara
2014-10-21
1
-2
/
+4
*
nutenc: check for negative index rather than assert
Vittorio Giovara
2014-10-21
1
-1
/
+4
*
rmdec: stricter error check to avoid theoretical unitialized use
Vittorio Giovara
2014-10-21
1
-1
/
+1
*
rmdec: check av_new_packet return value
Vittorio Giovara
2014-10-21
1
-1
/
+3
*
flvdec: make sure to check create_stream and report the same error
Vittorio Giovara
2014-10-21
1
-2
/
+5
*
flvdec: avoid unitialized use of a struct member
Vittorio Giovara
2014-10-21
1
-0
/
+1
*
smoothstreamingenc: explict cast to avoid overflow
Vittorio Giovara
2014-10-21
1
-1
/
+1
*
rtpproto: Free the addrinfo pointer on failure
Luca Barbato
2014-10-20
1
-1
/
+3
*
nutdec: Prevent a memory corruption
Luca Barbato
2014-10-20
1
-2
/
+3
*
rtpdec_hevc: drop unnecessary check
Vittorio Giovara
2014-10-20
1
-2
/
+0
*
rtmpproto: remove dead code
Vittorio Giovara
2014-10-20
1
-3
/
+0
*
wtv: clean memory on error
Vittorio Giovara
2014-10-20
1
-1
/
+3
*
wtv: check seek_by_sector return value
Vittorio Giovara
2014-10-20
1
-1
/
+3
*
aviobuf: check context before using it
Vittorio Giovara
2014-10-20
1
-1
/
+2
*
avio: fix sizeof argument
Michael Niedermayer
2014-10-20
1
-1
/
+1
*
idcin: fix return check
Vittorio Giovara
2014-10-20
1
-2
/
+2
*
rtmp: Always call rtmp_close() on rtmp_open() failure
Alexander Drozdov
2014-10-18
1
-4
/
+3
*
urlprotocol: remove unused url_interrupt_cb declaration
Anton Khirnov
2014-10-18
1
-2
/
+0
*
rtmpproto: Add pause support
Uwe L. Korn
2014-10-17
2
-1
/
+43
*
rtmpproto: Track last received timestamp
Uwe L. Korn
2014-10-17
1
-0
/
+5
*
rtmpproto: Add getStreamLength call to query duration
Uwe L. Korn
2014-10-17
1
-0
/
+106
*
rtmpproto: Add function to read a number response
Uwe L. Korn
2014-10-17
1
-3
/
+42
*
avformat: Make avformat_free_context handle NULL
Luca Barbato
2014-10-17
1
-0
/
+3
*
rtsp: Check a memory allocation
Michael Lynch
2014-10-16
1
-0
/
+2
*
rtmpproto: Fix a typo
Martin Storsjö
2014-10-15
1
-1
/
+1
*
rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy
Martin Storsjö
2014-10-15
1
-9
/
+5
*
rtpdec_hevc: Rename a variable for clarity
Martin Storsjö
2014-10-15
1
-8
/
+8
*
mov: Correctly check the color transfer characteristics range
Vittorio Giovara
2014-10-15
1
-1
/
+2
*
sdp: Provide out of bound parameter sets for HEVC if extradata is set
Martin Storsjö
2014-10-15
1
-2
/
+106
*
rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines
Martin Storsjö
2014-10-15
1
-2
/
+97
*
lavf: switch to AVCodecContext.framerate for demuxing
Anton Khirnov
2014-10-15
3
-8
/
+10
*
mov: Handle tfdt atoms
Martin Storsjö
2014-10-14
1
-0
/
+31
*
movenc: Write tfdt atoms
Martin Storsjö
2014-10-14
1
-0
/
+13
*
lavf: use initial_padding instead of deprecated delay
Anton Khirnov
2014-10-13
2
-4
/
+8
*
icecast: Do not use chunked post
Mark McGough
2014-10-12
1
-0
/
+1
*
movenc: Simplify code by using an existing local pointer
Martin Storsjö
2014-10-12
1
-1
/
+1
*
movenc: Print a warning for an unhandled case of nonzero start dts with empty...
Martin Storsjö
2014-10-12
1
-1
/
+7
*
movenc: Write edit lists for fragmented files as well, if necessary
Martin Storsjö
2014-10-12
1
-3
/
+10
*
movenc: Add some comments explaining subtle details in writing the edit lists
Martin Storsjö
2014-10-12
1
-0
/
+8
*
movenc: Adjust edit lists to trim out parts of tracks with negative pts
Michael Niedermayer
2014-10-12
1
-0
/
+7
*
smoothstreamingenc: Simplify code by removing a redundant variable
Martin Storsjö
2014-10-12
1
-3
/
+4
*
lavf: Don't drop both pts and dts if timestamps are invalid
Michael Niedermayer
2014-10-12
1
-1
/
+1
*
tcp: Add AVOption support
Luca Barbato
2014-10-10
1
-9
/
+31
*
tls: Support passing old-style tcp options
Luca Barbato
2014-10-10
1
-1
/
+12
*
rtsp: Add rtsps to the probe
Luca Barbato
2014-10-10
1
-1
/
+5
*
rtsp: Support tls when in listen mode
Luca Barbato
2014-10-10
1
-6
/
+13
*
rtsp: Support tls-encapsulated RTSP
Luca Barbato
2014-10-10
2
-6
/
+19
*
rtsp: Check for command strings without spaces
Luca Barbato
2014-10-10
1
-0
/
+4
*
sctp: Use AVERROR_BUG instead of abort()
Luca Barbato
2014-10-10
1
-1
/
+1
[prev]
[next]