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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory
Martin Storsjö
2013-09-17
1
-3
/
+9
*
ivi_common: Make sure color planes have been initialized
Martin Storsjö
2013-09-17
1
-0
/
+5
*
mov: Don't use a negative duration for setting other fields
Martin Storsjö
2013-09-17
1
-2
/
+2
*
oggparseogm: Convert to use bytestream2
Martin Storsjö
2013-09-17
1
-25
/
+27
*
rv34: Check the return value from ff_rv34_decode_init
Martin Storsjö
2013-09-17
2
-2
/
+6
*
matroskadec: Verify realaudio codec parameters
Martin Storsjö
2013-09-17
1
-0
/
+4
*
mace: Make sure that the channel count is set to a valid value
Martin Storsjö
2013-09-17
1
-2
/
+2
*
svq3: Check for any negative return value from ff_h264_check_intra_pred_mode
Martin Storsjö
2013-09-17
1
-3
/
+3
*
rtmp: rename main_channel_id to stream_id.
Josh Allmann
2013-09-17
1
-8
/
+8
*
rtmp: Follow Flash player numbering for channels.
Josh Allmann
2013-09-17
2
-4
/
+4
*
rtmp: Send video on a separate channel.
Josh Allmann
2013-09-17
1
-2
/
+6
*
lavf: Make probe_codec return an error code
Alexandra Khirnova
2013-09-16
1
-7
/
+14
*
x86: Add an xmm clobbering wrapper for avcodec_encode_video2
Martin Storsjö
2013-09-16
1
-0
/
+6
*
lavf: Don't explicitly flush after each written packet in muxers
Clément Bœsch
2013-09-16
22
-27
/
+0
*
lavf: Add a flag to enable/disable per-packet flushing
Luca Barbato
2013-09-16
4
-3
/
+11
*
flv: Do not export datastream as metadata
Luca Barbato
2013-09-16
1
-1
/
+2
*
rtmp: Store all the notify messages
Luca Barbato
2013-09-16
1
-30
/
+29
*
rtmp: Do not send the first field twice within the handshake
Luca Barbato
2013-09-16
1
-1
/
+1
*
rtmp: Drop an unneeded warning
Luca Barbato
2013-09-16
1
-2
/
+0
*
rtmp: Support play method in listen mode
Luca Barbato
2013-09-16
1
-1
/
+10
*
rtmp: Factor out publish specific code
Luca Barbato
2013-09-16
1
-43
/
+75
*
mem: Introduce av_reallocp
Luca Barbato
2013-09-16
4
-1
/
+39
*
Fix references to deleted avcodec_encode_video() function
Vittorio Giovara
2013-09-16
2
-2
/
+2
*
avpacket: Fix error checking in packet_alloc
Martin Storsjö
2013-09-16
1
-3
/
+4
*
vp3: Check the framerate for validity
Martin Storsjö
2013-09-16
1
-0
/
+4
*
proresdec: Properly make sure an index doesn't run past the limit
Martin Storsjö
2013-09-16
1
-1
/
+1
*
cavsdec: Make sure a sequence header has been decoded before decoding pictures
Martin Storsjö
2013-09-16
1
-0
/
+5
*
vocdec: Don't update codec parameters mid-stream
Martin Storsjö
2013-09-16
1
-5
/
+5
*
sierravmd: Do sanity checking of frame sizes
Martin Storsjö
2013-09-16
1
-7
/
+15
*
omadec: Properly check lengths before incrementing the position
Martin Storsjö
2013-09-16
1
-1
/
+5
*
mathops/x86: work around inline asm miscompilation with GCC 4.8.1
Hendrik Leppkes
2013-09-15
1
-1
/
+1
*
mem: Document the non-compatibility of av_realloc() and av_malloc()
Diego Biurrun
2013-09-14
1
-6
/
+18
*
pcm-dvd: Minor leftovers
Christian Schmidt
2013-09-13
1
-3
/
+2
*
pcm-dvd: Support channel configuration changes
Christian Schmidt
2013-09-13
1
-1
/
+3
*
matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring
Alexandra Khirnova
2013-09-12
1
-13
/
+9
*
mp3: add .mpa extension
Vittorio Giovara
2013-09-12
2
-2
/
+2
*
configure: Mention that icl does not build both static and shared libs
Diego Biurrun
2013-09-12
1
-1
/
+1
*
g2meet: Allocate cursor buffers large enough to fit the aligned width
Martin Storsjö
2013-09-12
1
-1
/
+1
*
aic: Validate values read from the bitstream
Martin Storsjö
2013-09-12
1
-2
/
+4
*
mpc8: Make sure the first stream exists before parsing the seek table
Martin Storsjö
2013-09-12
1
-0
/
+5
*
mpc8: Check the seek table size parsed from the bitstream
Martin Storsjö
2013-09-12
1
-0
/
+4
*
zmbvdec: Check the buffer size for uncompressed data
Michael Niedermayer
2013-09-12
1
-1
/
+4
*
ape: Don't allow the seektable to be omitted
Martin Storsjö
2013-09-12
1
-1
/
+1
*
shorten: Break out of loop looking for fmt chunk if none is found
Martin Storsjö
2013-09-12
1
-0
/
+4
*
shorten: Use a checked bytestream reader for the wave header
Martin Storsjö
2013-09-12
1
-13
/
+16
*
smacker: Free memory properly if the init function fails
Martin Storsjö
2013-09-11
1
-21
/
+23
*
smacker: Make sure we don't fill in huffman codes out of range
Martin Storsjö
2013-09-11
1
-0
/
+6
*
smacker: Check malloc return values
Martin Storsjö
2013-09-11
1
-14
/
+35
*
smacker: Avoid integer overflow when allocating packets
Martin Storsjö
2013-09-11
1
-1
/
+1
*
smacker: Don't return packets in unallocated streams
Martin Storsjö
2013-09-11
1
-0
/
+2
[prev]
[next]