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
*
asfdec: prevent the infinite loop in detect unknown_subobject
Alexandra Hájková
2015-07-03
1
-0
/
+2
*
asfdec: prevent possible memory leak in the asf_read_metadata_obj
Alexandra Hájková
2015-07-03
1
-1
/
+2
*
mov: Log format rather than fourcc in stsd in trace mode
Vittorio Giovara
2015-07-01
1
-3
/
+3
*
mov: Adjust variable types to fix format warnings
Vittorio Giovara
2015-07-01
1
-1
/
+1
*
dump: Use the correct abs() version
Vittorio Giovara
2015-07-01
1
-1
/
+1
*
mov: Preserve the metadata even when bit-exactness is requested
Luca Barbato
2015-06-30
1
-7
/
+7
*
mpegts: Add jpeg2000 stream type
John Högberg
2015-06-30
1
-0
/
+1
*
riff: Validate the wav header size before trying to parse it
Luca Barbato
2015-06-28
1
-0
/
+3
*
asf: Do not skip data streams
Luca Barbato
2015-06-28
1
-6
/
+0
*
mpjpeg: Check stream allocation
Luca Barbato
2015-06-28
1
-0
/
+2
*
lavf: Replace the ASF demuxer
Alexandra Hájková
2015-06-28
4
-1201
/
+1375
*
segafilm: Remove deplanarization hack
Paul B Mahol
2015-06-24
2
-49
/
+3
*
PCM signed 16-bit big-endian planar decoder
Paul B Mahol
2015-06-24
1
-0
/
+1
*
DirectDraw Surface image decoder
Vittorio Giovara
2015-06-22
1
-0
/
+1
*
Hap decoder and encoder
Vittorio Giovara
2015-06-22
1
-0
/
+4
*
udp: Fix local_port management
Luca Barbato
2015-06-22
1
-1
/
+1
*
mp3: enable packed main_data decoding in MP4
nu774
2015-06-20
1
-1
/
+9
*
nut: Drop doxygen markers
Luca Barbato
2015-06-15
1
-12
/
+12
*
riff: Add MNM4 FourCC as mpeg4
Vittorio Giovara
2015-06-15
1
-0
/
+1
*
tls_gnutls: fix hang on disconnection
wm4
2015-06-14
1
-1
/
+1
*
flv: Name an enum and use its type
Vittorio Giovara
2015-06-12
2
-2
/
+3
*
segment: Check open_null_ctx() return value
Vittorio Giovara
2015-06-12
1
-1
/
+2
*
movenc: fixes a questionable valgrind uninitialized value warning
Janne Grunau
2015-06-10
1
-1
/
+1
*
mkv: Correctly report the latest packet had been flushed
Luca Barbato
2015-06-09
1
-1
/
+1
*
mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail
James Almer
2015-06-09
1
-4
/
+4
*
rtpdec_asf: Check memory allocation and free memory on error
Vittorio Giovara
2015-06-08
1
-2
/
+10
*
mov: Check memory allocation
Vittorio Giovara
2015-06-08
1
-1
/
+5
*
audiointerleave: Always initialize new_pkt
Vittorio Giovara
2015-06-08
1
-1
/
+1
*
sctp: Always initialize outmsg struct
Vittorio Giovara
2015-06-08
1
-1
/
+1
*
mpjpgdec: free AVIOContext leak on early probe fail
Janne Grunau
2015-06-08
1
-2
/
+2
*
avio: Add avio_put_str16be
Luca Barbato
2015-06-07
3
-15
/
+33
*
mpjpeg: Initial implementation
Luca Barbato
2015-06-07
4
-2
/
+226
*
rtmpdh: Use GMP functions directly, instead of nettle wrappers
Martin Storsjö
2015-06-01
2
-7
/
+11
*
rtmpdh: Fix the indentation in a struct
Martin Storsjö
2015-06-01
1
-5
/
+5
*
mov: always check avio_read return value
Andreas Cadhalpun
2015-05-31
1
-22
/
+101
*
avio: Add avio_read wrapper to simplify error checking
Vittorio Giovara
2015-05-31
2
-0
/
+15
*
mov: reject zero bytes_per_frame with non-zero samples_per_frame
Andreas Cadhalpun
2015-05-31
1
-0
/
+7
*
mov: abort on EOF in ff_mov_read_chan
Andreas Cadhalpun
2015-05-31
1
-0
/
+5
*
mov: Correctly allocate ctts_data
Luca Barbato
2015-05-31
1
-1
/
+1
*
mov: Fix two memleaks
Andreas Cadhalpun
2015-05-31
1
-1
/
+4
*
network: prevent SIGPIPE on OSX
wm4
2015-05-31
1
-0
/
+4
*
rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...
Martin Storsjö
2015-05-29
1
-7
/
+9
*
rtmpdh: Create sufficiently long private keys for gcrypt/nettle
Martin Storsjö
2015-05-29
1
-4
/
+4
*
rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key
Martin Storsjö
2015-05-29
1
-5
/
+0
*
rtmpdh: Add fate test for the DH handshake routine
Martin Storsjö
2015-05-29
2
-0
/
+143
*
rtmpdh: Pass the actual buffer size of the output secret key
Martin Storsjö
2015-05-29
3
-5
/
+8
*
rtmpdh: Check the output buffer size in the openssl version of dh_compute_key
Martin Storsjö
2015-05-29
1
-1
/
+8
*
rtmpdh: Fix a local variable name in the nettle/gcrypt codepath
Martin Storsjö
2015-05-29
1
-3
/
+3
*
rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn
Martin Storsjö
2015-05-29
1
-0
/
+2
*
tls_gnutls: Add missing includes for the gcrypt thread safety callbacks
Martin Storsjö
2015-05-28
1
-0
/
+1
[next]