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
*
aarch64: Make transpose_4x4H do a regular transpose
Martin Storsjö
2016-03-26
2
-18
/
+18
*
rtpdec_jpeg: fix low contrast image on low quality setting
Ico Doornekamp
2016-03-26
1
-3
/
+4
*
intrax8: Add a local BlockDSPContext and initialize it
Vittorio Giovara
2016-03-25
3
-2
/
+5
*
intrax8: Reference the current AVCodecContext
Vittorio Giovara
2016-03-25
4
-4
/
+9
*
intrax8: Keep a reference to the GetBitContext reader
Vittorio Giovara
2016-03-25
4
-22
/
+21
*
intrax8: Use a constant buffer instead of a ScratchpadContext
Vittorio Giovara
2016-03-25
2
-3
/
+3
*
intrax8: Pass the output frame to the decoding function
Vittorio Giovara
2016-03-25
4
-15
/
+21
*
intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture
Vittorio Giovara
2016-03-25
4
-6
/
+12
*
intrax8: Keep a reference to the context idctdsp
Vittorio Giovara
2016-03-25
5
-9
/
+16
*
intrax8: Make x8_init_block_index not use mpegvideo fields
Vittorio Giovara
2016-03-25
1
-12
/
+11
*
intrax8: Use local destination buffers
Vittorio Giovara
2016-03-25
2
-17
/
+19
*
h264data: Move all data tables from a header to a .c file
Diego Biurrun
2016-03-25
9
-164
/
+204
*
lavc: Deduplicate zigzag_scan table
Diego Biurrun
2016-03-25
10
-34
/
+24
*
h264: Clean up #includes
Diego Biurrun
2016-03-25
2
-6
/
+20
*
rtmpdh: add an stdio.h include
Anton Khirnov
2016-03-25
1
-0
/
+3
*
qsvdec_h2645: switch to the new BSF API
Anton Khirnov
2016-03-25
1
-32
/
+52
*
vf_fade: make sure the slice end is always in the frame
Anton Khirnov
2016-03-25
1
-1
/
+1
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
8
-417
/
+493
*
testprogs: Clean up #includes
Diego Biurrun
2016-03-24
5
-5
/
+15
*
build: Drop redundant removal of compiled object files
Diego Biurrun
2016-03-24
1
-1
/
+0
*
fate: Only run SRTP test if SRTP code is enabled
Diego Biurrun
2016-03-24
1
-1
/
+1
*
unix: Use rw_timeout for setting the connect timeout
Martin Storsjö
2016-03-24
1
-0
/
+3
*
tcp: Use rw_timeout for setting the connect/listen timeouts
Martin Storsjö
2016-03-24
1
-1
/
+5
*
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-24
21
-32
/
+37
*
opt: Add av_opt_copy()
Michael Niedermayer
2016-03-24
4
-2
/
+84
*
opt: Add const to av_opt_next
Lukasz Marek
2016-03-24
3
-4
/
+4
*
file: Add an option for following a file that is being written
Martin Storsjö
2016-03-24
3
-1
/
+16
*
avio: Add an option 'rw_timeout'
Andrey Utkin
2016-03-24
4
-5
/
+27
*
avio: Apply avoptions on the URLContext itself as well
Martin Storsjö
2016-03-24
1
-0
/
+3
*
lavfi: add an NVIDIA NPP-based scaling filter
Anton Khirnov
2016-03-23
7
-1
/
+707
*
lavf: VAAPI scale filter
Mark Thompson
2016-03-23
5
-0
/
+466
*
lavf: use new decode API
wm4
2016-03-23
1
-12
/
+12
*
avconv: use new encode API
wm4
2016-03-23
1
-29
/
+51
*
avconv: use new decode API
wm4
2016-03-23
1
-24
/
+49
*
lavc: introduce a new decoding/encoding API with decoupled input/output
wm4
2016-03-23
6
-8
/
+538
*
opt-test: Merge struct declaration and initialization
Diego Biurrun
2016-03-23
1
-3
/
+1
*
opt-test: Move some variable declarations to avoid block braces
Diego Biurrun
2016-03-23
1
-36
/
+35
*
parseutils-test: Move some variable declarations to avoid block braces
Diego Biurrun
2016-03-23
1
-84
/
+80
*
des-test: Move a variable declaration to avoid an ifdef
Diego Biurrun
2016-03-23
1
-3
/
+1
*
build: Add component for the SRTP common code
Diego Biurrun
2016-03-23
2
-5
/
+6
*
timefilter-test: Only compile timefilter-test if JACK is enabled
Diego Biurrun
2016-03-23
2
-2
/
+2
*
doc: Update paths to match new examples location
Diego Biurrun
2016-03-23
4
-8
/
+4
*
Move const qualifier before type name
Diego Biurrun
2016-03-23
7
-28
/
+28
*
vc1dec: wmv2dec: Validate ff_intrax8_common_init return value
Vittorio Giovara
2016-03-22
2
-7
/
+7
*
intrax8: Check and propagate errors from ff_intrax8_common_init
Vittorio Giovara
2016-03-22
2
-6
/
+17
*
intrax8: Move documentation from implementation to header file
Vittorio Giovara
2016-03-22
2
-20
/
+22
*
intrax8: K&R formatting cosmetics
Vittorio Giovara
2016-03-22
5
-1653
/
+1792
*
intrax8: Adjust printf conversion specifier for sizeof expression
Diego Biurrun
2016-03-22
1
-1
/
+2
*
intrax8: Move a comment to the place it corresponds
Vittorio Giovara
2016-03-22
1
-6
/
+5
*
intrax8: Wrap multiline macros in do{}while(0) clauses
Vittorio Giovara
2016-03-22
1
-7
/
+10
[next]