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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/interplayvideo: fix dead-lock
Paul B Mahol
2017-06-28
1
-1
/
+3
*
avcodec/interplayvideo: use int16_t instead of short
Paul B Mahol
2017-06-28
1
-16
/
+16
*
avcodec/interplayvideo: check that video_size is >0
Paul B Mahol
2017-06-28
1
-0
/
+2
*
hevc: Add support for alternative transfer characterics SEI
Vittorio Giovara
2017-06-28
3
-0
/
+22
*
avcodec/utvideodec: Factor multiply out of inner loop
Michael Niedermayer
2017-06-28
1
-2
/
+4
*
avcodec/utvideodec: bswap directly without memcpy
Michael Niedermayer
2017-06-28
1
-6
/
+2
*
avcodec/utvideodec: enable unchecked bitreader
Michael Niedermayer
2017-06-28
1
-0
/
+2
*
avcodec/utvideodec: hardcode vlc bits
Michael Niedermayer
2017-06-28
1
-5
/
+5
*
avcodec/utvideodec: Move bitstream end check out of inner loop
Michael Niedermayer
2017-06-28
1
-10
/
+12
*
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
Clément Bœsch
2017-06-28
7
-9
/
+12
*
lavc/aarch64: add a few SIMD functions for AAC PS
Clément Bœsch
2017-06-28
5
-0
/
+202
*
lavc/aacpsdsp: fix a few spaces (cosmetics)
Clément Bœsch
2017-06-28
1
-4
/
+5
*
lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neon
Clément Bœsch
2017-06-28
1
-4
/
+5
*
avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...
Michael Niedermayer
2017-06-28
1
-0
/
+2
*
avcodec/hevcdec: do basic validity check on delta_chroma_weight and offset
Michael Niedermayer
2017-06-27
1
-2
/
+17
*
avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementation
Ilia Valiakhmetov
2017-06-27
2
-3
/
+106
*
hwframe: Allow hwaccel frame allocators to align surface sizes
Anton Khirnov
2017-06-27
1
-2
/
+6
*
dxva: verbose-log decoder GUID list
wm4
2017-06-27
1
-0
/
+47
*
dxva: support DXGI_FORMAT_420_OPAQUE decoding
wm4
2017-06-27
1
-2
/
+11
*
dxva: fix some warnings
wm4
2017-06-27
1
-9
/
+7
*
dxva: add declarative profile checks
wm4
2017-06-27
1
-20
/
+44
*
dxva: add support for new dxva2 and d3d11 hwaccel APIs
wm4
2017-06-27
14
-10
/
+854
*
dxva: move d3d11 locking/unlocking to functions
wm4
2017-06-27
1
-18
/
+28
*
dxva: preparations for new hwaccel API
wm4
2017-06-27
7
-48
/
+60
*
lavc: set avctx->hwaccel before init
wm4
2017-06-27
1
-2
/
+2
*
avcodec/interplayvideo: properly check if there is enough bytes left
Paul B Mahol
2017-06-27
1
-0
/
+10
*
Interplay MVE: Implement frame format 0x10
Hein-Pieter van Braam
2017-06-27
1
-7
/
+175
*
Interplay MVE: Implement frame format 0x06
Hein-Pieter van Braam
2017-06-27
1
-11
/
+114
*
Interplay MVE: Refactor IP packet format
Hein-Pieter van Braam
2017-06-27
1
-11
/
+22
*
Interplay MVE: Implement MVE SEND_BUFFER operation
Hein-Pieter van Braam
2017-06-27
1
-6
/
+9
*
avcodec/proresenc_kostya: add 4444XQ profile
Paul B Mahol
2017-06-27
1
-3
/
+15
*
avcodec/ffv1enc: compute the max number of slices and limit by that
Michael Niedermayer
2017-06-27
1
-3
/
+4
*
avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolution
Michael Niedermayer
2017-06-27
1
-0
/
+4
*
avcodec/utvideodec: add SIMD for restore_rgb_planes
Paul B Mahol
2017-06-27
8
-47
/
+279
*
avcodec/utvideodec: decode to GBR(A)P
Paul B Mahol
2017-06-26
2
-257
/
+29
*
avcodec/g722enc: force mono channel layout
Kyle Swanson
2017-06-26
1
-16
/
+11
*
avcodec/jpeg2000dwt: Fix integer overflows in sr_1d97_int()
Michael Niedermayer
2017-06-26
1
-4
/
+4
*
avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()
Michael Niedermayer
2017-06-26
1
-1
/
+1
*
avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...
Michael Niedermayer
2017-06-26
1
-2
/
+9
*
avcodec/ffv1: Increase the maximum number of slices to 1024
Michael Niedermayer
2017-06-26
1
-1
/
+1
*
lavc/x86: clear r2 higher bits in ff_sbr_sum_square
Matthieu Bouron
2017-06-26
1
-1
/
+1
*
avcodec/proresenc_kostya: enable frame threading
Paul B Mahol
2017-06-26
1
-1
/
+1
*
avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in priv_data
Michael Niedermayer
2017-06-26
1
-1
/
+7
*
avcodec/proresenc_kostya: use frame metadata instead of avctx
Paul B Mahol
2017-06-26
1
-3
/
+3
*
avcodec/prores_kostya: increase bits usage when alpha is used
Paul B Mahol
2017-06-25
1
-1
/
+3
*
avcodec/hevcdec: Do not check the first ff_init_cabac_decoder() call in hls_d...
Michael Niedermayer
2017-06-25
1
-4
/
+1
*
avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
Michael Niedermayer
2017-06-25
1
-1
/
+1
*
avcodec/hevc_ps: Fix max_dec_buffer check
Michael Niedermayer
2017-06-25
1
-2
/
+2
*
avcodec/adpcm_data: use uint16_t to handle all values
Paul B Mahol
2017-06-24
1
-1
/
+1
*
lavc/tests/golomb: Add unit test for set_ue_golomb_long.
Jun Zhao
2017-06-24
1
-0
/
+19
[next]