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
*
bmv: Remove unused variable
Diego Biurrun
2013-10-06
1
-1
/
+0
*
oggparsevorbis: return meaningful errors
Vittorio Giovara
2013-10-05
1
-11
/
+11
*
mov: Don't allocate arrays with av_malloc that will be realloced
Martin Storsjö
2013-10-05
1
-1
/
+1
*
rtmpproto: Validate the embedded flv packet size before copying
Martin Storsjö
2013-10-04
1
-0
/
+2
*
rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early
Martin Storsjö
2013-10-04
1
-0
/
+5
*
rtmpproto: Move the flv header/trailer addition to append_flv_data
Martin Storsjö
2013-10-04
1
-4
/
+3
*
rtmpproto: Clear the flv allocation size on reallocp failures
Martin Storsjö
2013-10-04
1
-2
/
+6
*
rtmpproto: Pass the 'live' parameter in the right unit
Martin Storsjö
2013-10-04
1
-1
/
+1
*
rtmpproto: Print the error code string if there's no description
Martin Storsjö
2013-10-04
1
-2
/
+6
*
oggparsevorbis: K&R formatting cosmetics
Vittorio Giovara
2013-10-03
1
-78
/
+82
*
avformat/output-example: Declare link dependency on libswscale in the Makefile
Diego Biurrun
2013-10-03
1
-0
/
+1
*
rtmp: alias rtmp_listen to listen
Luca Barbato
2013-10-01
1
-0
/
+1
*
mxf: Remove a typo
Luca Barbato
2013-10-01
1
-1
/
+1
*
asfdec: Check the return value of asf_read_stream_properties
Martin Storsjö
2013-09-30
1
-1
/
+3
*
omadec: fix bitrate for ATRAC3+ streams
Maxim Poliakovski
2013-09-29
1
-1
/
+1
*
Add support for multichannel ATRAC3+ streams.
Maxim Poliakovski
2013-09-29
3
-3
/
+28
*
mxfdec: set audio timebase to 1/samplerate
Anton Khirnov
2013-09-29
1
-1
/
+9
*
mov: Make sure the read sample count is nonnegative
Martin Storsjö
2013-09-29
1
-0
/
+4
*
bfi: Add some very basic sanity checks for input packet sizes
Martin Storsjö
2013-09-29
1
-0
/
+4
*
bfi: Avoid divisions by zero
Martin Storsjö
2013-09-29
1
-3
/
+4
*
electronicarts: Add more sanity checking for the number of channels
Martin Storsjö
2013-09-29
1
-1
/
+1
*
riffdec: Add sanity checks for the sample rate
Martin Storsjö
2013-09-29
1
-0
/
+5
*
mvi: Add sanity checking for the audio frame size
Martin Storsjö
2013-09-29
1
-0
/
+6
*
xwma: Avoid division by zero
Martin Storsjö
2013-09-29
1
-0
/
+8
*
avidec: Make sure a packet is large enough before reading its data
Martin Storsjö
2013-09-29
1
-1
/
+2
*
vqf: Make sure the bitrate is in the valid range
Martin Storsjö
2013-09-29
1
-0
/
+7
*
vqf: Make sure sample_rate is set to a valid value
Martin Storsjö
2013-09-29
1
-0
/
+4
*
lxf: check the nb_streams instead of relying on padding
Luca Barbato
2013-09-27
1
-4
/
+5
*
lxf: remove deplanarization hack
Paul B Mahol
2013-09-27
1
-38
/
+5
*
pcm: support 24-bit/32-bit little-endian planar
Paul B Mahol
2013-09-27
1
-0
/
+2
*
lxf: Support 16-channel files
Carl Eugen Hoyos
2013-09-27
1
-1
/
+1
*
lxf: Support version 1 files
Reimar Döffinger
2013-09-27
1
-34
/
+59
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
13
-16
/
+47
*
lavf: Allocate arrays with av_realloc if they will be realloced later
Martin Storsjö
2013-09-26
2
-3
/
+3
*
rtpdec_qt: Add an accidentally removed allocation return value check
Martin Storsjö
2013-09-26
1
-0
/
+2
*
tls: Add support for listen mode
Martin Storsjö
2013-09-26
2
-8
/
+42
*
http: Pass options through to the nested protocol
Martin Storsjö
2013-09-26
1
-8
/
+26
*
tls: Add options for verifying the peer certificate
Martin Storsjö
2013-09-26
2
-2
/
+68
*
matroskadec: check av_strdup() when setting defaults
Anton Khirnov
2013-09-24
1
-1
/
+7
*
movenchint: Clear size and len if the realloc failed
Martin Storsjö
2013-09-22
1
-1
/
+3
*
movenc: Return a proper error code for invalid combinations
Martin Storsjö
2013-09-22
1
-2
/
+2
*
electronicarts: Check packet sizes before reading
Martin Storsjö
2013-09-22
1
-3
/
+9
*
lavf: Avoid setting avg_frame_rate if delta_dts is negative
Martin Storsjö
2013-09-22
1
-1
/
+2
*
movenc: Use keyframes as default fragmentation point in ismv
Martin Storsjö
2013-09-22
1
-1
/
+1
*
movenc: Set all implicit flags immediately in mov_write_header
Martin Storsjö
2013-09-22
1
-2
/
+5
*
movenc: Set mov->mode earlier in mov_write_header
Martin Storsjö
2013-09-22
1
-18
/
+19
*
tls: Do not abort on non-fatal TLS alerts with gnutls
Martin Storsjö
2013-09-22
1
-1
/
+8
*
flv: Make onTextData parsing robust
Luca Barbato
2013-09-22
1
-19
/
+69
*
rtmp: Replace a magic number with a macro
Luca Barbato
2013-09-22
1
-7
/
+8
*
rtmp: Rewrite embedded flv handling
Luca Barbato
2013-09-22
1
-28
/
+42
[next]