index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
avidec: use sensible error codes instead of -1
Jindrich Makovicka
2013-01-21
1
-19
/
+22
*
srtp: Move a variable to a local scope
Martin Storsjö
2013-01-21
1
-2
/
+2
*
srtp: Add tests for the crypto suite with 32/80 bit HMAC
Martin Storsjö
2013-01-21
1
-0
/
+32
*
srtp: cosmetics: Use fewer lines for the test vectors
Martin Storsjö
2013-01-21
1
-22
/
+8
*
srtp: Don't require more input data than what actually is needed
Martin Storsjö
2013-01-21
1
-2
/
+6
*
srtp: Improve the minimum encryption buffer size check
Martin Storsjö
2013-01-21
1
-6
/
+10
*
srtp: Add support for a few DTLS-SRTP related crypto suites
Martin Storsjö
2013-01-21
3
-13
/
+23
*
rtpdec/srtp: Handle CSRC fields being present
Martin Storsjö
2013-01-21
2
-4
/
+21
*
rtpdec: Check the return value from av_new_packet
Martin Storsjö
2013-01-21
1
-1
/
+2
*
rtpdec: Move setting the parsing flags to the actual depacketizers
Martin Storsjö
2013-01-20
7
-12
/
+58
*
rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer
Martin Storsjö
2013-01-20
4
-37
/
+70
*
rtpdec: Split mpegts parsing to a normal depacketizer
Martin Storsjö
2013-01-20
6
-55
/
+131
*
rtpdec: Reorder payload handler registration alphabetically
Martin Storsjö
2013-01-20
1
-18
/
+15
*
mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...
Martin Storsjö
2013-01-20
1
-6
/
+7
*
rtpdec_mpeg4: Return one AAC AU per AVPacket
Martin Storsjö
2013-01-20
1
-12
/
+31
*
lavc: support ZenoXVID custom tag
Luca Barbato
2013-01-17
1
-0
/
+1
*
idcin: fix memleaks in idcin_read_packet()
Justin Ruggles
2013-01-16
1
-1
/
+4
*
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
[next]