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
...
*
avsdemux: check for corrupted data
Laurent Aimar
2011-10-10
1
-0
/
+2
*
AVOptions: refactor set_number/write_number
Anton Khirnov
2011-10-10
1
-14
/
+11
*
AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
2011-10-10
1
-3
/
+3
*
AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
2011-10-10
1
-12
/
+12
*
AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
2011-10-10
2
-81
/
+102
*
avidec: fix signed overflow in avi_sync()
Mans Rullgard
2011-10-10
1
-2
/
+3
*
mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...
Alex Converse
2011-10-10
1
-8
/
+16
*
dnxhddec: handle cid change in bitstream.
Baptiste Coudurier
2011-10-10
1
-5
/
+11
*
vc1: K&R reformatting cosmetics
Kostya Shishkov
2011-10-10
1
-318
/
+315
*
ra288: log an error message when output buffer is too small.
Justin Ruggles
2011-10-10
1
-2
/
+4
*
ra288: use a more descriptive calculation for output data size
Justin Ruggles
2011-10-10
1
-5
/
+10
*
ra144: use macro constants to make the code more understandable.
Justin Ruggles
2011-10-10
2
-29
/
+29
*
ra144dec: log an error message when output buffer is too small.
Justin Ruggles
2011-10-10
1
-2
/
+4
*
ra144dec: use a more descriptive calculation for output data size
Justin Ruggles
2011-10-10
1
-2
/
+4
*
lavc: Micro version bump for VC1 interlaced decoding support
Mashiat Sarker Shakkhar
2011-10-10
2
-1
/
+2
*
vc1dec: interlaced stream decoding support 3/3
Mashiat Sarker Shakkhar
2011-10-10
3
-366
/
+2183
*
vc1dec: interlaced stream decoding support 2/3
Mashiat Sarker Shakkhar
2011-10-10
2
-0
/
+517
*
vc1dec: interlaced stream decoding support 1/3
Mashiat Sarker Shakkhar
2011-10-10
1
-4
/
+57
*
vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
2011-10-10
1
-1
/
+13
*
configure: Add -Wstrict-prototypes to CFLAGS if available.
Diego Biurrun
2011-10-10
1
-0
/
+1
*
avidec: simplify size parameter in memset()
Janne Grunau
2011-10-10
1
-1
/
+1
*
mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header
Mans Rullgard
2011-10-09
1
-1
/
+1
*
mpeg124: use sign_extend() function
Mans Rullgard
2011-10-09
3
-10
/
+6
*
ac3dec: use get_sbits() instead of manually sign-extending
Mans Rullgard
2011-10-09
1
-2
/
+2
*
4xm: fix signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
wmavoice: fix a signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
mpegvideo_enc: fix a signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
crc: fix signed overflow
Mans Rullgard
2011-10-09
1
-1
/
+1
*
fate: run avconv with -nostats flag
Mans Rullgard
2011-10-09
2
-2
/
+2
*
avtools: add -v as alias for -loglevel
Mans Rullgard
2011-10-09
5
-12
/
+4
*
avconv: always print stats with AV_LOG_INFO
Anton Khirnov
2011-10-09
1
-1
/
+1
*
doc/avconv: add forgotten output/per-stream info to -filter
Anton Khirnov
2011-10-09
1
-1
/
+1
*
avconv: add -stats option to enable/disable printing encoding progress
Anton Khirnov
2011-10-09
2
-0
/
+9
*
avconv: in output_packet() don't set decoded_data_size for video.
Anton Khirnov
2011-10-09
1
-1
/
+0
*
avconv: remove pointless always true condition
Anton Khirnov
2011-10-09
1
-2
/
+1
*
avconv: factorize common code in transcode_init()
Anton Khirnov
2011-10-09
1
-6
/
+2
*
zmbv: remove memcpy() of decoded frame
Mans Rullgard
2011-10-09
1
-1
/
+1
*
mpeg12enc: use sign_extend() function
Mans Rullgard
2011-10-09
1
-2
/
+2
*
h264pred: use unsigned types for pixel values, fix signed overflows
Mans Rullgard
2011-10-09
2
-21
/
+21
*
h264: fix signed overflows in x*0x01010101 expressions
Mans Rullgard
2011-10-09
2
-2
/
+2
*
h264pred: remove unused variables
Mans Rullgard
2011-10-09
1
-2
/
+0
*
lavf: fix signed overflow in avformat_find_stream_info()
Mans Rullgard
2011-10-08
1
-2
/
+2
*
vp8: fix signed overflows
Mans Rullgard
2011-10-08
1
-2
/
+3
*
motion_est: fix some signed overflows
Mans Rullgard
2011-10-08
1
-2
/
+2
*
dca: fix signed overflow in shift
Mans Rullgard
2011-10-08
1
-1
/
+2
*
aacdec: fix undefined shifts
Mans Rullgard
2011-10-08
1
-2
/
+2
*
bink: Check for various out of bound writes
Laurent Aimar
2011-10-08
1
-5
/
+14
*
bink: Check for out of bound writes when building tree
Laurent Aimar
2011-10-08
1
-1
/
+1
*
put_bits: fix invalid shift by 32 in flush_put_bits()
Mans Rullgard
2011-10-08
1
-1
/
+2
*
mpegps: Use av_get_packet() instead of poorly emulating it.
Alex Converse
2011-10-07
1
-8
/
+1
[prev]
[next]