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
*
mdct15: add inverse transform postrotation SIMD
Rostislav Pehlivanov
2017-07-30
4
-20
/
+123
*
lavc/makefile: Add missing file dependencies.
Matt Oliver
2017-07-30
1
-5
/
+5
*
avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()
Michael Niedermayer
2017-07-29
1
-1
/
+1
*
avcodec/diracdec: Fix integer overflow in divide3()
Michael Niedermayer
2017-07-29
1
-1
/
+1
*
avcodec/takdec: Fix integer overflow in decode_subframe()
Michael Niedermayer
2017-07-29
1
-1
/
+1
*
libavcodec/mips: Improve avc dequant-idct luma dc msa function
Kaustubh Raste
2017-07-29
1
-34
/
+32
*
avcodec/diracdec: Fix integer overflow in signed multiplication in UNPACK_ARI...
Michael Niedermayer
2017-07-28
1
-1
/
+2
*
avcodec/pixlet: Simplify nbits computation
Michael Niedermayer
2017-07-28
1
-2
/
+2
*
pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.
Wan-Teh Chang
2017-07-27
1
-2
/
+4
*
avcodec/h264_slice: don't sync default_ref[] between threads.
Wan-Teh Chang
2017-07-27
1
-1
/
+0
*
avcodec/dnxhdenc: enable frame threading
Paul B Mahol
2017-07-27
1
-1
/
+1
*
avcodec/dnxhddec: Move mb height check out of non hr branch
Michael Niedermayer
2017-07-27
1
-2
/
+6
*
pngdec: fix potential memory leak
Rostislav Pehlivanov
2017-07-26
1
-1
/
+4
*
avcodec/jpeg2000dec: Fix h/vden typo
Michael Niedermayer
2017-07-27
1
-1
/
+1
*
avcodec/dolby_e: fix potentially undefined pointer arithmetic
foo86
2017-07-26
1
-17
/
+28
*
avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability
foo86
2017-07-26
1
-1
/
+1
*
avcodec/dolby_e: add 'f' suffixes to floating point literals
foo86
2017-07-26
1
-17
/
+17
*
lavc/htmlsubtitles: simplify 1-char tags case insensitive test
Clément Bœsch
2017-07-26
1
-1
/
+1
*
avcodec/jpeg2000dec: Fix division by zero in jp2_find_codestream()
Michael Niedermayer
2017-07-26
1
-0
/
+5
*
avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2
Michael Niedermayer
2017-07-26
1
-3
/
+5
*
avcodec/webp: add support for ICCP chunks
James Almer
2017-07-26
1
-2
/
+24
*
avcodec/rdft: reorder calculation
Muhammad Faiz
2017-07-26
1
-6
/
+8
*
libavcodec/mips: Optimize avc idct 4x4 for msa
Kaustubh Raste
2017-07-25
1
-48
/
+56
*
mdct15: simplify prereindexing and forward transform postrotation
Rostislav Pehlivanov
2017-07-25
1
-19
/
+18
*
pngdec: decode and expose iCCP chunks as side data
Rostislav Pehlivanov
2017-07-25
1
-0
/
+45
*
avcodec/mpegvideo_enc: fix mixed declarations and code warning
James Almer
2017-07-25
1
-1
/
+1
*
avcodec/ylc: Fix shift overflow
Michael Niedermayer
2017-07-24
1
-1
/
+1
*
avcodec/aacps: Fix multiple integer overflow in map_val_34_to_20()
Michael Niedermayer
2017-07-24
1
-4
/
+4
*
avcodec/mpegvideo_enc: Use intra/inter scantable matching mb type in quantiza...
Michael Niedermayer
2017-07-24
1
-5
/
+15
*
avcodec/aacdec_fixed: fix: left shift of negative value -1
Michael Niedermayer
2017-07-24
1
-1
/
+1
*
avcodec/dirac_vlc: Fix undefined shift
Michael Niedermayer
2017-07-24
1
-2
/
+7
*
avcodec/cfhd: Fix decoding regression due to height check
Vodyannikov Aleksandr
2017-07-23
1
-1
/
+1
*
avcodec/dcaadpcm: fix use of uninitialized variable
foo86
2017-07-23
1
-1
/
+1
*
avcodec/dcaadpcm: check for av_malloc() failure
foo86
2017-07-23
1
-0
/
+3
*
hevc: Make sure to update the current frame transfer characteristic
Vittorio Giovara
2017-07-21
1
-1
/
+1
*
avcodec/diracdec: Check dimensions which are closer to what is allocated in a...
Michael Niedermayer
2017-07-21
1
-1
/
+4
*
avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...
James Almer
2017-07-21
4
-7
/
+18
*
avcodec/h264: Declare the local variable decode_chroma as const.
Wan-Teh Chang
2017-07-21
2
-4
/
+4
*
avcodec/hevcdec: hevc_await_progress: declare |y| only if used.
Wan-Teh Chang
2017-07-21
1
-2
/
+3
*
avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".
Wan-Teh Chang
2017-07-21
1
-1
/
+0
*
opus_rc: fix CDF encoding of zeroes
Rostislav Pehlivanov
2017-07-20
1
-1
/
+1
*
avcodec/dolby_e: use av_clip_uintp2()
James Almer
2017-07-19
1
-1
/
+1
*
avcodec: add Dolby E decoder
foo86
2017-07-19
7
-1
/
+1451
*
avcodec/pthread_slice: use slice threading from avutil
Muhammad Faiz
2017-07-19
1
-102
/
+20
*
avcodec/dca: avoid using bitstream reader in a non-standard way
foo86
2017-07-18
4
-8
/
+11
*
avcodec/dca_core: probe extension headers directly
foo86
2017-07-18
1
-15
/
+16
*
avcodec/dca_parser: avoid use of magic values
foo86
2017-07-18
1
-3
/
+4
*
avcodec/dca_parser: export profile information
foo86
2017-07-18
1
-5
/
+39
*
avcodec/dca_parser: switch to common frame header parsing function
foo86
2017-07-18
1
-15
/
+11
*
avcodec/dca_core: switch to common frame header parsing function
foo86
2017-07-18
1
-98
/
+51
[next]