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
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-29
26
-47
/
+34
|
\
|
*
adtsenc: Check frame size.
Alex Converse
2011-11-28
2
-4
/
+21
|
*
txd: Fix order of operations.
Alex Converse
2011-11-28
1
-1
/
+2
|
*
APIchanges: fill in some blanks
Mans Rullgard
2011-11-28
1
-6
/
+6
|
*
timer: fix misspelling of "decicycles"
Mans Rullgard
2011-11-28
1
-1
/
+1
|
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
18
-32
/
+0
|
*
indeo3: cosmetics
Kostya Shishkov
2011-11-28
1
-1
/
+1
|
*
md5proto: Fix order of operations.
Alex Converse
2011-11-27
1
-1
/
+1
|
*
dca: Replace oversized unused get_bits() with skip_bits_long().
Alex Converse
2011-11-27
1
-2
/
+2
*
|
ffv1dec: use PIX_FMT_0RGB32 when there is no transparency plane
Michael Niedermayer
2011-11-28
1
-1
/
+2
*
|
ffv1dec: transparency plane support.
Michael Niedermayer
2011-11-28
1
-10
/
+11
*
|
ffv1enc: PIX_FMT_0RGB32 support
Michael Niedermayer
2011-11-28
1
-2
/
+5
*
|
ffv1enc: Store transparency plane.
Michael Niedermayer
2011-11-28
1
-10
/
+18
*
|
huffyuvenc: switch from alphaless rgb32 to rgb24
Michael Niedermayer
2011-11-28
1
-16
/
+63
*
|
ffprobe: print codec timecode if available.
Clément Bœsch
2011-11-28
1
-0
/
+11
*
|
mpeg12: raise timecode to codec context.
Clément Bœsch
2011-11-28
5
-15
/
+16
*
|
sdp: Fix null pointer dereference with aac and ffserver.
Carl
2011-11-28
1
-1
/
+1
*
|
huffyuvenc: support alphaless rgb32
Michael Niedermayer
2011-11-28
1
-3
/
+6
*
|
huffyuvenc: store alpha for bgr32
Michael Niedermayer
2011-11-28
1
-15
/
+24
*
|
swscale: alpha less rgb32 support.
Michael Niedermayer
2011-11-28
6
-0
/
+28
*
|
pixfmt: Add 32bit rgb without alpha formats
Michael Niedermayer
2011-11-28
2
-0
/
+56
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-28
20
-121
/
+158
|
\
\
|
|
/
|
*
vc1: use an enum for Frame Coding Mode
Luca Barbato
2011-11-28
4
-24
/
+35
|
*
doc: cleanup filter section
Luca Barbato
2011-11-28
1
-10
/
+9
|
*
indeo3: error out if no motion vector is set.
Aneesh Dogra
2011-11-27
1
-0
/
+2
|
*
x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Vitor Sessak
2011-11-27
1
-1
/
+1
|
*
mpegaudio: do not use init_static_data() for initializing tables.
Justin Ruggles
2011-11-27
2
-11
/
+7
|
*
musepack: fix signed shift overflow in mpc_read_packet()
Mans Rullgard
2011-11-27
1
-3
/
+3
|
*
mov: Make format string match variable type.
Alex Converse
2011-11-26
1
-2
/
+2
|
*
wmavoice: Make format string match variable type.
Alex Converse
2011-11-26
1
-1
/
+1
|
*
vc1: select interlaced scan table by FCM element
Kostya Shishkov
2011-11-26
1
-4
/
+4
|
*
Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
2011-11-26
8
-73
/
+102
|
*
pthread: track thread existence in a separate variable.
Cheng Sun
2011-11-26
1
-2
/
+4
*
|
x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Vitor Sessak
2011-11-28
1
-1
/
+1
*
|
aacenc: make the aac coder user choosable.
Michael Niedermayer
2011-11-27
2
-1
/
+3
*
|
aacenc: add AAC_CODER_NB
Michael Niedermayer
2011-11-27
2
-1
/
+3
*
|
cmdutils: pass AVCodec to filter_codec_opts()
Michael Niedermayer
2011-11-27
5
-10
/
+9
*
|
img2: update first file only when -updatefirst is specified
Michael Niedermayer
2011-11-27
1
-5
/
+20
*
|
tta: better check for totalframes.
Michael Niedermayer
2011-11-27
1
-2
/
+2
*
|
img2: Allow writing multiple files onto the same output file.
Michael Niedermayer
2011-11-27
1
-5
/
+4
*
|
pthread: check pthread_create() return value.
Michael Niedermayer
2011-11-27
1
-0
/
+2
*
|
pthread: next try on freeing threads without crashing.
Michael Niedermayer
2011-11-27
1
-2
/
+4
*
|
HAM6/HAM8 support for IFF ACBM decoder
Peter Ross
2011-11-27
1
-0
/
+13
*
|
iff: fix invalid reads (ticket 689)
Peter Ross
2011-11-27
1
-2
/
+2
*
|
vc1: select interlaced scan table by FCM element
Kostya Shishkov
2011-11-27
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-27
34
-182
/
+494
|
\
\
|
|
/
|
*
swscale: fix signed overflow in yuv2mono_X_c_template
Mans Rullgard
2011-11-26
1
-1
/
+1
|
*
snow: fix integer overflows
Mans Rullgard
2011-11-26
2
-4
/
+6
|
*
svq1enc: remove stale altivec-related hack
Mans Rullgard
2011-11-26
1
-4
/
+0
|
*
snow: fix signed overflow in byte to 32-bit replication
Mans Rullgard
2011-11-26
1
-2
/
+2
[next]