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
*
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
*
intrax8: Move error resilience out of intrax8
Vittorio Giovara
2016-03-22
4
-10
/
+11
*
nuv: Use the correct context for av_image_check_size
Vittorio Giovara
2016-03-22
1
-1
/
+1
*
indeo4: Consistently initialize variables
Vittorio Giovara
2016-03-22
2
-8
/
+4
*
indeo4: Rework stream analysis report
Vittorio Giovara
2016-03-22
3
-30
/
+18
*
avconv: switch to the new BSF API
Anton Khirnov
2016-03-20
4
-51
/
+129
*
lavc: add a new bitstream filtering API
Anton Khirnov
2016-03-20
21
-432
/
+1350
*
takdec: ensure chan2 is a valid channel index
Andreas Cadhalpun
2016-03-20
1
-0
/
+6
*
mpegts: Forward the errors on mpeg4 objects parsing
Luca Barbato
2016-03-20
1
-9
/
+16
*
lavfi: generic hardware surface upload and download filters
Mark Thompson
2016-03-19
8
-1
/
+472
*
lavu: VAAPI hwcontext implementation
Mark Thompson
2016-03-19
9
-1
/
+948
*
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Mark Thompson
2016-03-19
12
-11
/
+37
*
lavu: add a way to query hwcontext frame constraints
Mark Thompson
2016-03-19
5
-1
/
+128
*
svq3: Use a separate buffer for decoding the slices
Luca Barbato
2016-03-16
1
-23
/
+32
*
cmdutils: update copyright year to 2016
Sean McGovern
2016-03-15
1
-1
/
+1
*
matroska: Support V_QUICKTIME as written in the specification
Luca Barbato
2016-03-15
1
-3
/
+10
*
qsv: Fix loading multiple plugins
Luca Barbato
2016-03-15
1
-0
/
+2
*
mov: Check the entries value when parsing dref boxes
Luca Barbato
2016-03-11
1
-1
/
+3
*
configure: Add support for clang llvm-cov
Luca Barbato
2016-03-07
1
-0
/
+4
*
configure: Support msan as toolchain
Luca Barbato
2016-03-07
1
-0
/
+5
*
buffer: drop a reference to a non-existing function from the docs
Anton Khirnov
2016-03-07
1
-1
/
+0
*
pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy
Anton Khirnov
2016-03-07
1
-1
/
+1
*
mpegvideo: Refactor emulated_edge_mc calls
Luca Barbato
2016-03-05
1
-42
/
+36
*
mpegvideo: Fix undefined negative shifts in mpeg_motion_internal
Luca Barbato
2016-03-05
1
-6
/
+6
*
mpegvideo: Fix undefined negative shifts in ff_init_block_index
Luca Barbato
2016-03-05
1
-3
/
+3
*
idct8x8: Fix undefined negative shifts
Katerina Barone-Adesi
2016-03-05
3
-25
/
+25
*
vdpau: Add missing deprecation guards
Vittorio Giovara
2016-03-05
1
-0
/
+2
*
mov: Trim dref absolute path
Vittorio Giovara
2016-03-05
1
-0
/
+7
*
avconv: remove sub-frame warning
wm4
2016-03-05
2
-8
/
+0
*
lavc: factor apply_param_change() AV_EF_EXPLODE handling
wm4
2016-03-05
1
-13
/
+15
*
lavu: improve documentation of some AVFrame functions
wm4
2016-03-05
1
-1
/
+13
*
asfenc: remove an unused variable
Anton Khirnov
2016-03-05
1
-1
/
+0
*
asfenc: fix some possible integer overflows
Anton Khirnov
2016-03-05
1
-11
/
+25
*
avformat_find_stream_info: move duration guessing after updating codec parame...
Anton Khirnov
2016-03-04
1
-2
/
+2
*
fate: Add separate target for all indeo3 tests
Diego Biurrun
2016-03-01
2
-4
/
+7
*
fate: Add test for indeo2 with delta frames
Vittorio Giovara
2016-03-01
3
-3
/
+124
*
indeo2: Fix banding artefacts
Luca Barbato
2016-03-01
2
-39
/
+138
*
indeo2data: K&R formatting cosmetics
Luca Barbato
2016-03-01
1
-104
/
+104
*
fft: Split MDCT bits off from FFT
Diego Biurrun
2016-03-01
20
-243
/
+463
*
sdp: fix opus sprop-stereo fmtp syntax
Mark Harris
2016-03-01
1
-1
/
+1
*
fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targets
Diego Biurrun
2016-02-26
1
-14
/
+29
*
rdft: arm: Split RDFT initialization into a separate file
Diego Biurrun
2016-02-26
3
-13
/
+34
[next]