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
*
vp9: add inter-frame profile 2/3 suport.
Ronald S. Bultje
2015-05-06
3
-87
/
+167
*
vp9: add keyframe profile 2/3 support.
Ronald S. Bultje
2015-05-06
10
-2400
/
+3033
*
vp9: parse profile 2/3 bitdepth in frame header.
Ronald S. Bultje
2015-05-06
1
-12
/
+27
*
vp9: add profile 2/3 to exported profiles.
Ronald S. Bultje
2015-05-06
2
-0
/
+4
*
lavc: add yuv440p10/12 formats to aligned pixfmt list.
Ronald S. Bultje
2015-05-06
1
-0
/
+4
*
dirac: use and forward error codes
Andreas Cadhalpun
2015-05-06
2
-34
/
+43
*
avcodec/vp8: Suppress empty body warnings
Michael Niedermayer
2015-05-06
1
-2
/
+2
*
avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header()
Michael Niedermayer
2015-05-06
1
-5
/
+6
*
diracdec: check if reference could not be allocated
Andreas Cadhalpun
2015-05-06
1
-0
/
+6
*
diracdec: avoid overflow of bytes*8 in decode_lowdelay
Andreas Cadhalpun
2015-05-06
1
-1
/
+4
*
avcodec/diracdec: Move buf[] read after size check
Michael Niedermayer
2015-05-05
1
-1
/
+3
*
diracdec: prevent overflow in data_unit_size check
Andreas Cadhalpun
2015-05-05
1
-2
/
+2
*
vp9: error out if chroma subsampling changes between frames.
Ronald S. Bultje
2015-05-05
1
-1
/
+8
*
avcodec/mpeg12dec: use the correct dimensions for checking SAR
Michael Niedermayer
2015-05-05
1
-1
/
+8
*
avcodec/x86/deinterlace: use INIT_MMX like other asm code does too
Michael Niedermayer
2015-05-05
1
-2
/
+4
*
vp9: add profile names
James Almer
2015-05-04
3
-9
/
+18
*
lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.
Carl Eugen Hoyos
2015-05-04
3
-2
/
+11
*
avcodec/ffv1dec: Check chroma shift parameters
Michael Niedermayer
2015-05-04
1
-0
/
+12
*
avcodec/ffv1dec: More completely check micro_version
Michael Niedermayer
2015-05-04
1
-0
/
+2
*
avcodec/ffv1dec: Check quant table symbols more completely
Michael Niedermayer
2015-05-04
1
-1
/
+1
*
avcodec/ccaption_dec: correcting line breaks in cc
Anshul Maheshwari
2015-05-03
1
-1
/
+5
*
pngdec: don't use AV_PIX_FMT_MONOBLACK for apng
Andreas Cadhalpun
2015-05-03
1
-1
/
+1
*
pngdec: return correct error code from decode_frame_common
Andreas Cadhalpun
2015-05-03
1
-5
/
+10
*
pngdec: check s->last_picture.f->data[0] before using it
Andreas Cadhalpun
2015-05-03
1
-1
/
+1
*
avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...
Michael Niedermayer
2015-05-03
1
-0
/
+8
*
avcodec/nvenc: Make pix_fmts_nvenc const
Michael Niedermayer
2015-05-03
1
-1
/
+1
*
ffv1dec: plane_index is 1 in case of version 4 gray+alpha.
Jérôme Martinez
2015-05-03
1
-1
/
+1
*
libavcodec/svq3: clarify unknown_flag by renaming to has_watermark
Michael Niedermayer
2015-05-02
1
-5
/
+5
*
avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_perm
Michael Niedermayer
2015-05-02
1
-1
/
+1
*
avcodec/x86/dct-test: Make static table const
Michael Niedermayer
2015-05-02
1
-1
/
+1
*
avcodec/svq3: Print unknown fields at debug level
Michael Niedermayer
2015-05-02
1
-5
/
+9
*
Merge remote-tracking branch 'rbultje/vp9-profile1-wip'
Michael Niedermayer
2015-05-01
2
-418
/
+640
|
\
|
*
vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.
Ronald S. Bultje
2015-05-01
1
-4
/
+26
|
*
vp9: fix mask_edges and filter_plane_rows/cols() for 440.
Ronald S. Bultje
2015-05-01
1
-87
/
+72
|
*
vp9: more specifically specify mask destination to mask_edges().
Ronald S. Bultje
2015-05-01
1
-26
/
+26
|
*
vp9: don't create special u/v filter masks for 444.
Ronald S. Bultje
2015-05-01
1
-6
/
+8
|
*
vp9: merge uv loopfilter code into generic filter_plane_rows/cols().
Ronald S. Bultje
2015-05-01
1
-144
/
+71
|
*
vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().
Ronald S. Bultje
2015-05-01
1
-41
/
+56
|
*
vp9: invert order of two conditions.
Ronald S. Bultje
2015-05-01
1
-9
/
+7
|
*
vp9: use correct chroma subsampling for profile 1 inter block recon.
Ronald S. Bultje
2015-05-01
2
-45
/
+271
|
*
vp9: use correct chroma subsampling for profile 1 intra block recon.
Ronald S. Bultje
2015-05-01
1
-12
/
+13
|
*
vp9: take chroma subsampling into account when walking the block tree.
Ronald S. Bultje
2015-05-01
1
-21
/
+21
|
*
vp9: support non-420 chroma subsampling for profile 1 token decoding.
Ronald S. Bultje
2015-05-01
1
-39
/
+38
|
*
vp9: increase buffer sizes for non-420 chroma subsamplings.
Ronald S. Bultje
2015-05-01
1
-30
/
+37
|
*
vp9: profile 1 header decoding.
Ronald S. Bultje
2015-05-01
1
-24
/
+64
*
|
avcodec/h264: Remove failure on data partitioning
Michael Niedermayer
2015-05-01
1
-2
/
+0
|
/
*
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...
Shivraj Patil
2015-05-01
6
-0
/
+3184
*
avcodec/svq3: Fix memleak of last_pic_for_ec
Michael Niedermayer
2015-05-01
1
-0
/
+2
*
vp9: fix show-existing-frames for multi-threading.
Ronald S. Bultje
2015-04-30
1
-0
/
+7
*
avcodec/cook: Remove unneeded #if
Michael Niedermayer
2015-04-29
1
-4
/
+2
[next]