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
*
WMAL cosmetics: fix indentation
Mashiat Sarker Shakkhar
2012-05-02
1
-1
/
+1
*
gitignore: add Win32 library suffixes
Joakim Plate
2012-05-02
1
-0
/
+3
*
arm: intreadwrite: disable inline asm for gcc 4.7 and later
Mans Rullgard
2012-05-02
1
-1
/
+2
*
arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later
Mans Rullgard
2012-05-02
1
-3
/
+10
*
indeo3: fix motion vector validation
Hendrik Leppkes
2012-05-01
1
-2
/
+2
*
pcm_bluray: set bits_per_raw_sample for > 16-bit
Hendrik Leppkes
2012-05-01
1
-0
/
+1
*
twinvq: fix out of bounds array access
Mans Rullgard
2012-05-01
1
-2
/
+4
*
lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type
Justin Ruggles
2012-05-01
7
-15
/
+18
*
avplay: use libavresample for sample format conversion and channel mixing
Justin Ruggles
2012-05-01
1
-38
/
+86
*
Fix compilation with YASM/NASM without AVX support.
Reimar Döffinger
2012-05-01
1
-0
/
+2
*
WMAL: do not output last frame again if nothing was decoded in current packet
Jakub Stachowski
2012-05-01
1
-0
/
+2
*
WMAL: do not start decoding if frame does not end in current packet
Mashiat Sarker Shakkhar
2012-05-01
1
-2
/
+2
*
adpcm-thp: fix invalid array indexing
Mans Rullgard
2012-05-01
1
-4
/
+6
*
ppc: add const where needed in scalarproduct_int16_altivec()
Mans Rullgard
2012-05-01
1
-3
/
+4
*
ppc: remove shift parameter from scalarproduct_int16_altivec()
Mans Rullgard
2012-05-01
1
-10
/
+1
*
ppc: dsputil: do unaligned block accesses correctly
Mans Rullgard
2012-05-01
2
-100
/
+98
*
dvenc: do not call dsputil functions with stride not a multiple of 16
Mans Rullgard
2012-05-01
1
-3
/
+3
*
APIchanges: fill in some dates and commit hashes
Justin Ruggles
2012-04-30
1
-9
/
+9
*
mkv: mark corrupted packets and return them
Luca Barbato
2012-04-29
1
-0
/
+5
*
mkv: forward EMBL block data error
Luca Barbato
2012-04-29
1
-1
/
+1
*
avcodec: introduce YCoCg colorspace
Hendrik Leppkes
2012-04-29
1
-0
/
+1
*
avcodec: cosmetic cleanup on header
Luca Barbato
2012-04-29
1
-39
/
+39
*
aac sbr: align struct member by 32 byte.
Ronald S. Bultje
2012-04-29
1
-1
/
+1
*
4xm: fix invalid array indexing
Mans Rullgard
2012-04-29
1
-9
/
+12
*
rv34dsp: factorize a multiplication in the noround inverse transform
Christophe GISQUET
2012-04-28
1
-9
/
+9
*
rv40: perform bitwise checks in loop filter
Christophe Gisquet
2012-04-28
1
-8
/
+8
*
rv34: remove inline keyword from rv34_decode_block().
Ronald S. Bultje
2012-04-28
1
-1
/
+1
*
rv40: change a logical test into a bitwise one.
Christophe Gisquet
2012-04-28
1
-1
/
+1
*
rv34: remove constant parameter
Christophe Gisquet
2012-04-28
1
-11
/
+6
*
rv40: don't always do the full prev_type search
Christophe Gisquet
2012-04-28
1
-11
/
+14
*
dsputil x86: revert a test back to its previous value
Christophe GISQUET
2012-04-28
1
-1
/
+1
*
rv34dsp x86: implement MMX2 inverse transform
Christophe Gisquet
2012-04-28
2
-0
/
+80
*
h264: new assembly version of get_cabac for x86_64 with PIC
Roland Scheidegger
2012-04-28
3
-24
/
+121
*
h264: use one table instead of several for cabac functions
Roland Scheidegger
2012-04-28
6
-48
/
+70
*
h264: (trivial) remove unneeded macro argument in x86/cabac.h
Roland Scheidegger
2012-04-28
1
-3
/
+3
*
libschroedingerdec: check malloc
Jordi Ortiz
2012-04-28
1
-0
/
+5
*
segment: reorder seg_write_header allocation
Luca Barbato
2012-04-27
1
-8
/
+6
*
avio: make avio_close(NULL) a no-op
Luca Barbato
2012-04-27
1
-1
/
+5
*
mov: Parse EC3SpecificBox (dec3 atom).
Yusuke Nakamura
2012-04-27
1
-0
/
+29
*
mpegts: Make sure we don't return uninitialized packets
Martin Storsjö
2012-04-27
1
-0
/
+3
*
gitignore: replace library catch-all pattern by more specific patterns
Diego Biurrun
2012-04-27
1
-6
/
+5
*
dsputil: fix invalid array indexing
Mans Rullgard
2012-04-26
1
-6
/
+10
*
configure: add libavresample to rpath
Sean McGovern
2012-04-26
1
-1
/
+1
*
build: icc: silence some warnings
Mans Rullgard
2012-04-25
1
-1
/
+2
*
fft-test: add option to set cpuflag mask
Mans Rullgard
2012-04-25
2
-13
/
+23
*
cpu: recognise only cpu flag names pertinent to the architecture
Mans Rullgard
2012-04-25
1
-2
/
+4
*
avutil: add av_parse_cpu_flags() function
Mans Rullgard
2012-04-25
5
-56
/
+77
*
vp8: armv6: fix non-armv6t2 build
Mans Rullgard
2012-04-25
1
-0
/
+2
*
vp8: armv6 optimisations
Mans Rullgard
2012-04-25
2
-1
/
+1658
*
vp8: arm: separate ARMv6 functions from NEON
Mans Rullgard
2012-04-25
7
-170
/
+289
[next]