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/pgssubdec: Check for duplicate display segments
Michael Niedermayer
2019-02-03
1
-0
/
+5
*
avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.
Shiyou Yin
2019-02-02
3
-0
/
+115
*
avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.
Shiyou Yin
2019-02-02
3
-0
/
+150
*
avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.
Shiyou Yin
2019-02-02
3
-0
/
+199
*
avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.
Shiyou Yin
2019-02-02
3
-0
/
+240
*
lavc/aarch64/vp8dsp: Fix the include guard.
Carl Eugen Hoyos
2019-01-31
1
-3
/
+3
*
libavcodec: vp8 neon optimizations for aarch64
Magnus Röös
2019-01-31
6
-0
/
+1190
*
avcodec/ffv1: Simplify update_vlc_state()
Michael Niedermayer
2019-01-31
1
-10
/
+4
*
avcodec/ffv1: Simplify fold()
Michael Niedermayer
2019-01-31
1
-3
/
+1
*
libavcodec/rscc.c: add missing semicolon
Mateusz
2019-01-31
1
-1
/
+1
*
avcodec/rasc: Move ff_get_buffer() after frame checks
Michael Niedermayer
2019-01-31
1
-3
/
+3
*
avcodec/rasc: Check uncompressed dlta size
Michael Niedermayer
2019-01-31
1
-0
/
+2
*
avcodec/fic: Check that there is input left in fic_decode_block()
Michael Niedermayer
2019-01-31
1
-0
/
+3
*
avcodec/arbc: clear decoder state when seeking
James Almer
2019-01-28
1
-0
/
+8
*
avcodec/motion_est: remove duplicate function
Marton Balint
2019-01-28
2
-63
/
+3
*
avcodec/rscc: Avoid returning frames that have nearly no undamaged pixels in ...
Michael Niedermayer
2019-01-28
1
-2
/
+6
*
avcodec: Add discard_sample_percentage
Michael Niedermayer
2019-01-28
3
-1
/
+10
*
avcodec/huffyuvdec: Check slice_offset/size
Michael Niedermayer
2019-01-28
1
-0
/
+5
*
avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()
Michael Niedermayer
2019-01-28
1
-4
/
+4
*
avcodec/ilbcdec: Fix integer overflow in construct_vector()
Michael Niedermayer
2019-01-28
1
-1
/
+1
*
vaapi_encode_h265: Ensure that ref pics are always in the RPS
Mark Thompson
2019-01-27
1
-4
/
+13
*
avcodec: add ARBC decoder
Paul B Mahol
2019-01-27
6
-1
/
+215
*
avcodec/vp6: select idct based (loosely) on number of coefficients decoded
Peter Ross
2019-01-26
4
-6
/
+41
*
avcodec/vp6: use ff_vp3dsp_[hv]_loop_filter_12
Peter Ross
2019-01-26
3
-19
/
+11
*
avcodec/vp6: use rounded shift for chroma motion vector calculation
Peter Ross
2019-01-26
1
-6
/
+2
*
avcodec/vp3dsp: add 10 coefficient version of the VP3 IDCT
Peter Ross
2019-01-26
2
-0
/
+155
*
avcodec/vp3dsp: add 12 pixel loop filter functions
Peter Ross
2019-01-26
2
-8
/
+23
*
avcodec/vp3dsp: move vp3 init loop filter function to vp3dsp
Peter Ross
2019-01-26
3
-21
/
+35
*
lavc/qsvenc: enable QVBR mode
Zhong Li
2019-01-25
2
-4
/
+42
*
avcodec/libx265: add support for ROI-based encoding
Guo, Yejun
2019-01-24
1
-0
/
+66
*
vaapi_encode_vp9: Support more complex reference structures
Mark Thompson
2019-01-23
1
-53
/
+51
*
vaapi_encode_h265: Support more complex reference structures
Mark Thompson
2019-01-23
1
-80
/
+111
*
vaapi_encode_h264: Support more complex reference structures
Mark Thompson
2019-01-23
1
-66
/
+309
*
vaapi_encode: Let the reconstructed frame pool be sized dynamically
Mark Thompson
2019-01-23
1
-3
/
+0
*
vaapi_encode: Convert to send/receive API
Mark Thompson
2019-01-23
8
-326
/
+419
*
vaapi_encode: Allocate picture-private data in generic code
Mark Thompson
2019-01-23
2
-3
/
+16
*
cbs_h2645: Avoid memcpy when splitting fragment #2
Andreas Rheinhardt
2019-01-23
1
-22
/
+11
*
h2645_parse: Make ff_h2645_packet_split reference-compatible
Andreas Rheinhardt
2019-01-23
9
-15
/
+70
*
lavc/g723_1enc: Set the default bitrate to 6300.
Carl Eugen Hoyos
2019-01-23
1
-0
/
+6
*
lavc/qsvenc: set BRCParamMultiplier to aviod BRC overflow
Zhong Li
2019-01-22
1
-14
/
+27
*
avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi.
Shiyou Yin
2019-01-22
3
-1
/
+249
*
avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.
Shiyou Yin
2019-01-22
3
-10
/
+231
*
avcodec/tests: Add codec_desc to .gitignore
FeRD (Frank Dana)
2019-01-22
1
-0
/
+1
*
avcodec/prosumer: Error out if decompress() stops reading data
Michael Niedermayer
2019-01-20
1
-2
/
+5
*
avcodec/prosumer: Reduce lut size
Michael Niedermayer
2019-01-20
1
-1
/
+1
*
avcodec/prosumer: Simplify code slightly in decompress()
Michael Niedermayer
2019-01-20
1
-12
/
+7
*
avcodec/tiff: Check for 12bit gray fax
Michael Niedermayer
2019-01-20
1
-1
/
+1
*
avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi.
Shiyou Yin
2019-01-20
4
-0
/
+177
*
avcodec/libx264: add support for ROI-based encoding
Guo, Yejun
2019-01-17
1
-0
/
+62
*
avcodec/dirac_arith: Treat overread as error
Michael Niedermayer
2019-01-16
2
-0
/
+5
[next]