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
*
lavc: Add VP9 metadata bitstream filter
Mark Thompson
2018-05-02
3
-0
/
+164
*
lavc: Add coded bitstream read/write support for VP9
Mark Thompson
2018-05-02
7
-0
/
+1279
*
cbs: Add support for array subscripts in trace output
Mark Thompson
2018-05-02
7
-206
/
+261
*
cbs_h2645: Simplify representation of fixed values
Mark Thompson
2018-05-01
3
-39
/
+34
*
cbs: Fragment/unit data is always reference counted
Mark Thompson
2018-05-01
2
-11
/
+18
*
avcodec/cbs_h2645: create a reference to the existing buffer when decomposing...
James Almer
2018-04-30
1
-14
/
+4
*
avcodec/cbs_mpeg2: create a reference to the existing buffer when decomposing...
James Almer
2018-04-30
1
-7
/
+2
*
Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...
Marton Balint
2018-04-30
1
-2
/
+2
*
avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8
Marton Balint
2018-04-30
1
-4
/
+0
*
avcodec/hnm4video: fix palette alpha
Marton Balint
2018-04-30
1
-0
/
+1
*
avcodec/anm: fix palette alpha
Marton Balint
2018-04-30
1
-1
/
+1
*
avcodec/mpeg4video_parser: Avoid litteral 0x1B6, use named constant instead
Michael Niedermayer
2018-04-30
1
-1
/
+1
*
avcodec/mpeg4video_parser: Fix incorrect spliting of MPEG-4 studio frames
Michael Niedermayer
2018-04-30
1
-0
/
+2
*
avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()
Michael Niedermayer
2018-04-29
1
-2
/
+2
*
avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
Michael Niedermayer
2018-04-29
1
-1
/
+1
*
avcodec/vc1: fix mquant calculation
Jerome Borsboom
2018-04-29
1
-2
/
+3
*
avcodec/proresdec2: add missing frame color metadata
Paul B Mahol
2018-04-28
1
-0
/
+5
*
avcodec/proresdec2: make long name more descriptive
Paul B Mahol
2018-04-28
1
-1
/
+1
*
avcodec: remove duplicate prores decoder
Paul B Mahol
2018-04-28
3
-788
/
+0
*
avcodec/cbs_mpeg2: use existing buffer reference when splitting fragments
James Almer
2018-04-26
1
-9
/
+3
*
avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()
James Almer
2018-04-26
1
-21
/
+20
*
avcodec/vc1: fix out of bounds access of overlap filter
Jerome Borsboom
2018-04-26
1
-3
/
+3
*
avcodec/error_resilience: Fix integer overflow in filter181()
Michael Niedermayer
2018-04-25
1
-2
/
+2
*
avcodec/h263dec: Check slice_ret in mspeg4 slice loop
Michael Niedermayer
2018-04-25
1
-1
/
+1
*
avcodec/h2645_parse: Replace RNXYA by RNXY in ff_h2645_extract_rbsp()
Michael Niedermayer
2018-04-25
1
-4
/
+4
*
avcodec/elsdec: Fix memleaks
Michael Niedermayer
2018-04-25
2
-5
/
+4
*
avcodec/vc1: more corrections for AC inverse quantization scaling
Jerome Borsboom
2018-04-25
2
-61
/
+69
*
avcodec/vc1: correct forgotten v->blocks_off
Jerome Borsboom
2018-04-25
1
-1
/
+1
*
avcodec/vc1: correct AC inverse quantization scaling
Jerome Borsboom
2018-04-25
1
-1
/
+1
*
avcodec/vc1: correct mspel for field-interlace B frames
Jerome Borsboom
2018-04-25
1
-1
/
+1
*
avcodec/vc1: remove unused overlap smooting and loop filter
Jerome Borsboom
2018-04-25
2
-300
/
+0
*
avcodec/vc1: add overlap smooting and loop filter for frame/field-interlace
Jerome Borsboom
2018-04-25
1
-71
/
+40
*
avcodec/vc1: re-implement vc1_put_signed_blocks_clamped
Jerome Borsboom
2018-04-25
1
-58
/
+58
*
avcodec/vc1: implement interlaced out-of-bounds reference pixel replication
Jerome Borsboom
2018-04-25
1
-67
/
+309
*
avcodec/vc1: correct ff_vc1_dqscale
Jerome Borsboom
2018-04-25
1
-1
/
+1
*
avcodec/vc1: correct ff_vc1_mbmode_intfrp
Jerome Borsboom
2018-04-25
1
-3
/
+3
*
avcodec/vc1: store color-difference reference field type
Jerome Borsboom
2018-04-25
1
-0
/
+8
*
avcodec/vc1: store additional bitstream elements during MB decoding
Jerome Borsboom
2018-04-25
2
-23
/
+51
*
avcodec/vc1: re-implement and expand VC-1 loop filtering
Jerome Borsboom
2018-04-25
2
-0
/
+1046
*
avcodec/vc1: change to using v->block instead of s->block for P frames
Jerome Borsboom
2018-04-25
1
-24
/
+31
*
avcodec/vc1: re-implement and expand VC-1 overlap smoothing
Jerome Borsboom
2018-04-25
2
-0
/
+96
*
avcodec/cbs_mpeg2: use memcpy when assembling fragments
James Almer
2018-04-25
1
-3
/
+3
*
avcodec/mpeg4_unpack_bframes: cache input packets directly
James Almer
2018-04-25
1
-37
/
+19
*
avcodec/mediacodecdec: refactor pts handling
Aman Gupta
2018-04-25
1
-11
/
+6
*
avcodec/mediacodecdec: use AV_TIME_BASE_Q
Aman Gupta
2018-04-25
1
-4
/
+4
*
avcodec/mediacodecdec: clarify delay_flush specific code
Aman Gupta
2018-04-25
2
-21
/
+15
*
avcodec/vc1_block: simplify ac_val computation
Michael Niedermayer
2018-04-24
1
-3
/
+3
*
avcodec/clearvideo: display warning if decoder overreads input
Paul B Mahol
2018-04-24
1
-0
/
+3
*
avcodec/clearvideo: do not try to return frame when it is same as previous one
Paul B Mahol
2018-04-24
1
-5
/
+2
*
avcodec/ffv1enc: Check that the crc + version combination is supported
Michael Niedermayer
2018-04-24
1
-0
/
+4
[next]