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
*
swfdec: cosmetics: fix indentation
Justin Ruggles
2012-12-11
1
-16
/
+16
*
swfdec: do better validation of tag length
Justin Ruggles
2012-12-11
1
-3
/
+19
*
Make LOCAL_ALIGNED syntactically similar on all systems
Mans Rullgard
2012-12-11
1
-1
/
+3
*
build: fix 'clean' target
Mans Rullgard
2012-12-10
3
-2
/
+7
*
ZeroCodec: Flip output
Carl Eugen Hoyos
2012-12-10
3
-42
/
+45
*
rtpdec: Remove an outdated todo comment
Martin Storsjö
2012-12-10
1
-10
/
+0
*
rtpdec: Rename a static variable to normal naming conventions
Martin Storsjö
2012-12-10
1
-5
/
+5
*
sh4: dsputil: remove duplicate of ff_gmc_c()
Mans Rullgard
2012-12-10
2
-58
/
+0
*
dsputil: remove unused macro WRAPPER8_16
Mans Rullgard
2012-12-09
1
-6
/
+0
*
configure: fix automatic processing of _extralibs in check_deps
Mans Rullgard
2012-12-09
1
-4
/
+15
*
libvpxenc: Support forcing keyframes
Martin Storsjö
2012-12-09
1
-1
/
+4
*
ac3dec: decode directly into output buffers
Mans Rullgard
2012-12-09
1
-7
/
+20
*
ac3dec: make downmix() take array of pointers to channel data
Mans Rullgard
2012-12-09
5
-33
/
+59
*
ac3dec: output planar float only
Mans Rullgard
2012-12-09
2
-27
/
+6
*
svq3: make slice type value unsigned to match svq3_get_ue_golomb return type
Janne Grunau
2012-12-09
1
-3
/
+4
*
configure: Have protocols select network code instead of depending on it
Diego Biurrun
2012-12-09
1
-9
/
+7
*
rtpdec: K&R formatting and spelling cosmetics
Martin Storsjö
2012-12-09
1
-102
/
+110
*
cosmetics: Fix dropable --> droppable typo
Diego Biurrun
2012-12-09
6
-28
/
+31
*
avio: K&R cosmetic formatting
Luca Barbato
2012-12-09
1
-54
/
+67
*
lavf: fix arithmetic overflows in avformat_seek_file()
Mans Rullgard
2012-12-08
1
-1
/
+1
*
mjpeg: initialize input padding after unescaped buffer to zero
Janne Grunau
2012-12-08
1
-0
/
+4
*
img2: document the options available
Luca Barbato
2012-12-08
2
-0
/
+18
*
hls: improve options description
Luca Barbato
2012-12-08
1
-4
/
+8
*
hls: use a meaningful long name
Luca Barbato
2012-12-08
1
-1
/
+1
*
hls: add start_number option
Luca Barbato
2012-12-08
2
-0
/
+2
*
h264: check for invalid zeros_left before writing
Ronald S. Bultje
2012-12-08
1
-5
/
+6
*
golomb: use unsigned arithmetics in svq3_get_ue_golomb()
Janne Grunau
2012-12-08
3
-14
/
+14
*
x86: float_dsp: fix loading of the len parameter on x86-32
Justin Ruggles
2012-12-07
1
-1
/
+4
*
takdec: fix initialisation of LOCAL_ALIGNED array
Josh Allmann
2012-12-08
1
-1
/
+3
*
takdec: fix initialisation of LOCAL_ALIGNED array
Mans Rullgard
2012-12-07
1
-1
/
+3
*
tak: demuxer, parser, and decoder
Paul B Mahol
2012-12-07
16
-2
/
+1579
*
parser: fix large overreads
Michael Niedermayer
2012-12-07
1
-1
/
+3
*
bitstream: add get_bits64() to support reading more than 32 bits at once
Michael Niedermayer
2012-12-07
2
-13
/
+18
*
arm: detect cpu features at runtime on Linux
Mans Rullgard
2012-12-07
2
-1
/
+86
*
arm: rename ARMVFP config symbol to VFP
Mans Rullgard
2012-12-07
8
-15
/
+15
*
configure: arm: make _inline arch ext symbols depend on inline_asm
Mans Rullgard
2012-12-07
1
-0
/
+2
*
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
Mans Rullgard
2012-12-07
10
-21
/
+21
*
configure: arm: check inline and external asm support for extensions
Mans Rullgard
2012-12-07
1
-6
/
+8
*
configure: add check_insn function
Mans Rullgard
2012-12-07
1
-0
/
+6
*
configure: clean up check_inline_asm and check_as functions
Mans Rullgard
2012-12-07
1
-5
/
+10
*
configure: arm: set fast_clz and fast_unaligned in cpuflags section
Mans Rullgard
2012-12-07
1
-2
/
+7
*
configure: arm: detect toolchain default arch version
Mans Rullgard
2012-12-07
1
-0
/
+32
*
configure: do not bypass cpuflags section if --cpu not given
Mans Rullgard
2012-12-07
1
-6
/
+5
*
dct-test: arm: indicate required cpu features for optimised funcs
Mans Rullgard
2012-12-07
1
-3
/
+3
*
snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793
Anton Khirnov
2012-12-07
2
-3
/
+5
*
arm: fix use of uninitialised value in ff_fft_fixed_init_arm()
Mans Rullgard
2012-12-07
1
-1
/
+1
*
avpicture: Don't assume a valid pix fmt in avpicture_get_size
Martin Storsjö
2012-12-07
1
-0
/
+2
*
h264: add a pointer for weighted prediction temporary buffer
Janne Grunau
2012-12-07
2
-13
/
+14
*
h264: check sps.log2_max_frame_num for validity
Janne Grunau
2012-12-07
1
-2
/
+14
*
mov: validate number of DataReferenceBox entries against box size
Janne Grunau
2012-12-07
1
-1
/
+3
[next]