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
*
rtpdec_mpeg4: Check the remaining amount of data before reading
Martin Storsjö
2013-01-16
1
-2
/
+11
*
rtpdec_mpeg4: Check the return value from malloc
Martin Storsjö
2013-01-15
1
-1
/
+5
*
srtp: Mark a few variables as uninitialized
Martin Storsjö
2013-01-15
1
-2
/
+2
*
lavf: Add a fate test for the SRTP functions
Martin Storsjö
2013-01-15
2
-0
/
+130
*
sdp: Include SRTP crypto params if using the srtp protocol
Martin Storsjö
2013-01-15
1
-1
/
+14
*
lavf: Add a protocol for SRTP encryption/decryption
Martin Storsjö
2013-01-15
4
-2
/
+148
*
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
Martin Storsjö
2013-01-15
6
-3
/
+37
*
lavf: Add functions for SRTP decryption/encryption
Martin Storsjö
2013-01-15
2
-0
/
+345
*
nutdec: Always return a value from nut_read_timestamp()
Diego Biurrun
2013-01-15
1
-1
/
+1
*
oggparsetheora: fix comment header parsing
Giorgio Vazzana
2013-01-14
1
-1
/
+1
*
nut: support vp9 tag
Luca Barbato
2013-01-14
1
-0
/
+1
*
mkv: support vp9 tag
Tom Finegan
2013-01-14
1
-0
/
+1
*
rtpdec: Make variables that should wrap unsigned
Martin Storsjö
2013-01-14
1
-3
/
+3
*
rtpdec: Handle more received packets than expected when sending RR
Martin Storsjö
2013-01-14
1
-1
/
+1
*
rtpdec: Simplify insertion into the linked list queue
Martin Storsjö
2013-01-14
1
-10
/
+6
*
rtpdec: Remove a woefully misplaced comment
Martin Storsjö
2013-01-14
1
-1
/
+0
*
rtmpproto: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
lavf: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
rtpdec: Send a valid "delay since SR" value in the RTCP RR packets
Martin Storsjö
2013-01-12
2
-2
/
+4
*
rtpdec: Calculate and report packet reception jitter
Martin Storsjö
2013-01-12
1
-0
/
+28
*
rtpdec: Fix the calculation of expected number of packets
Martin Storsjö
2013-01-12
1
-1
/
+1
*
rtpdec: Remove a useless todo comment
Martin Storsjö
2013-01-12
1
-1
/
+1
*
rtsp: Remove an outdated comment
Martin Storsjö
2013-01-12
1
-4
/
+0
*
rtsp: Remove references to weirdly named variables in other files
Martin Storsjö
2013-01-12
1
-3
/
+1
*
rtp: Rename a static variable to normal naming conventions
Martin Storsjö
2013-01-12
1
-24
/
+24
*
rtp: Cosmetic cleanup
Martin Storsjö
2013-01-12
1
-10
/
+4
*
matroska: Fix use after free
Dale Curtis
2013-01-11
1
-1
/
+1
*
rtpdec_vp8: Don't trim too much data from broken frames
Martin Storsjö
2013-01-10
1
-4
/
+2
*
rtpdec_vp8: Simplify code by using an existing helper function
Martin Storsjö
2013-01-10
1
-5
/
+2
*
rtpdec: Add a terminating null byte at the end of the SDES/CNAME
Martin Storsjö
2013-01-10
1
-2
/
+3
*
yuv4mpeg: do not use deprecated functions
Luca Barbato
2013-01-09
1
-2
/
+4
*
oggdec: fix faulty cleanup prototype
Luca Barbato
2013-01-09
1
-1
/
+1
*
idcin: return 0 from idcin_read_packet() on success.
Justin Ruggles
2013-01-09
1
-1
/
+1
*
idcin: better error handling
Justin Ruggles
2013-01-09
1
-4
/
+27
*
idcin: check for integer overflow when calling av_get_packet()
Justin Ruggles
2013-01-09
1
-0
/
+4
*
idcin: allow seeking back to the first packet
Justin Ruggles
2013-01-09
1
-0
/
+21
*
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
Justin Ruggles
2013-01-09
1
-0
/
+1
*
idcin: set start_time and packet duration instead of manually tracking pts.
Justin Ruggles
2013-01-09
1
-8
/
+7
*
idcin: set channel_layout
Justin Ruggles
2013-01-09
1
-0
/
+3
*
idcin: fix check for presence of an audio stream
Justin Ruggles
2013-01-09
1
-4
/
+6
*
idcin: validate header parameters
Justin Ruggles
2013-01-09
1
-0
/
+19
*
au: remove unnecessary casts
Justin Ruggles
2013-01-09
1
-2
/
+2
*
au: return AVERROR codes instead of -1
Justin Ruggles
2013-01-09
1
-5
/
+6
*
au: cosmetics: pretty-print and remove pointless comments
Justin Ruggles
2013-01-09
1
-50
/
+46
*
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-09
2
-9
/
+4
*
au: set stream start time and packet durations
Justin Ruggles
2013-01-09
1
-0
/
+3
*
au: use %u when printing id and channels since they are unsigned
Justin Ruggles
2013-01-09
1
-2
/
+2
*
au: validate sample rate
Justin Ruggles
2013-01-09
1
-0
/
+5
*
au: move skipping of unused data to before parameter validation
Justin Ruggles
2013-01-09
1
-5
/
+5
*
au: do not arbitrarily limit channel count
Justin Ruggles
2013-01-09
1
-3
/
+3
[next]