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
*
dsputil: remove shift parameter from scalarproduct_int16
Christophe GISQUET
2012-03-07
6
-38
/
+9
*
SBR DSP: unroll sum_square
Christophe GISQUET
2012-03-07
1
-4
/
+9
*
rv34: remove dead code in intra availability check
Christophe GISQUET
2012-03-07
1
-15
/
+0
*
rv34: clean a bit availability checks.
Christophe GISQUET
2012-03-07
1
-10
/
+10
*
v4l2: update documentation
Luca Barbato
2012-03-07
1
-24
/
+10
*
tgq: convert to bytestream2 API.
Ronald S. Bultje
2012-03-07
1
-28
/
+28
*
parser: remove forward declaration of MpegEncContext
Paul B Mahol
2012-03-07
1
-2
/
+0
*
dca: prevent accessing static arrays with invalid indexes.
Ronald S. Bultje
2012-03-07
2
-12
/
+27
*
raw: move buffer size check up.
Ronald S. Bultje
2012-03-07
1
-3
/
+3
*
lpcm: fix sample size calculation for 20bit LCPM.
Ronald S. Bultje
2012-03-07
1
-1
/
+1
*
swscale: clip unscaled output intermediates.
Ronald S. Bultje
2012-03-07
1
-0
/
+36
*
smacker: error out if palette copy-with-offset overruns palette size.
Ronald S. Bultje
2012-03-07
1
-1
/
+8
*
algmm: convert to bytestream2 API.
Ronald S. Bultje
2012-03-07
1
-38
/
+51
*
wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
Diego Biurrun
2012-03-07
7
-50
/
+102
*
vc1: Move init code shared between decoder and parser to common code file.
Diego Biurrun
2012-03-07
6
-369
/
+375
*
x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.
Diego Biurrun
2012-03-07
1
-10
/
+0
*
mov: Allow last chunk to have an arbitrary number of samples.
Carl Eugen Hoyos
2012-03-06
1
-1
/
+2
*
SBR DSP: fix SSE code to not use SSE2 instructions.
Reimar Döffinger
2012-03-06
1
-1
/
+1
*
cpu: initialize mask to -1, so that by default, optimizations are used.
Ronald S. Bultje
2012-03-06
1
-1
/
+1
*
error_resilience: initialize s->block_index[].
Ronald S. Bultje
2012-03-06
1
-0
/
+20
*
svq3: protect against negative quantizers.
Ronald S. Bultje
2012-03-06
1
-1
/
+1
*
Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
2012-03-06
9
-201
/
+161
*
swscale: make filterPos 32bit.
Ronald S. Bultje
2012-03-06
7
-38
/
+41
*
FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
Anton Khirnov
2012-03-06
4
-5
/
+9
*
avconv: add -cpuflags option for setting supported cpuflags.
Anton Khirnov
2012-03-06
4
-5
/
+76
*
cpu: add av_set_cpu_flags_mask().
Anton Khirnov
2012-03-06
4
-2
/
+23
*
libx264: Allow overriding the sliced threads option
Martin Storsjö
2012-03-06
1
-0
/
+3
*
avconv: fix counting encoded video size.
Anton Khirnov
2012-03-06
1
-2
/
+2
*
cdxl demux: do not create packets with uninitialized data at EOF.
Reimar Döffinger
2012-03-05
1
-0
/
+1
*
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2012-03-05
10
-19
/
+18
*
amrnb/amrwb: Remove get_bits usage.
Alex Converse
2012-03-05
2
-16
/
+4
*
cosmetics: reindent
Justin Ruggles
2012-03-05
1
-5
/
+5
*
avformat: do not require a pixel/sample format if there is no decoder
Justin Ruggles
2012-03-05
2
-13
/
+30
*
avformat: do not fill-in audio packet duration in compute_pkt_fields()
Justin Ruggles
2012-03-05
1
-14
/
+33
*
lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()
Justin Ruggles
2012-03-05
3
-39
/
+35
*
dca_parser: parse the sample rate and frame durations
Justin Ruggles
2012-03-05
4
-46
/
+120
*
libspeexdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-3
/
+0
*
libopencore-amr: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-1
/
+0
*
alsdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-1
/
+0
*
siff: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-3
/
+5
*
amr demuxer: do not set AVCodecContext.frame_size.
Justin Ruggles
2012-03-05
1
-2
/
+0
*
aiffdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
2
-30
/
+36
*
mov: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-13
/
+0
*
ape: do not set AVCodecContext.frame_size.
Justin Ruggles
2012-03-05
1
-1
/
+0
*
rdt: remove workaround for infinite loop with aac
Justin Ruggles
2012-03-05
1
-3
/
+0
*
avformat: do not require frame_size in avformat_find_stream_info() for CELT
Justin Ruggles
2012-03-05
1
-3
/
+0
*
avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3
Justin Ruggles
2012-03-05
1
-3
/
+0
*
avformat: do not require frame_size in avformat_find_stream_info() for AAC
Justin Ruggles
2012-03-05
1
-1
/
+0
*
swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-5
/
+1
*
rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet
Justin Ruggles
2012-03-05
1
-2
/
+9
[next]