December 2017 Archives by thread
      
      Starting: Fri Dec  1 01:09:30 EET 2017
         Ending: Sun Dec 31 20:45:41 EET 2017
         Messages: 508
     
- [FFmpeg-cvslog] lavf/mov: fix huge alloc in mov_read_ctts
 
John Stebbins
- [FFmpeg-cvslog] configure: Fix dependencies of aac_at decoder.
 
Jacob Trimble
- [FFmpeg-cvslog] Don't manipulate duration when it's AV_NOPTS_VALUE.
 
Dale Curtis
- [FFmpeg-cvslog] avformat/matroskaenc: actually enforce the stream limit
 
James Almer
- [FFmpeg-cvslog] avformat/matroskaenc: add missing allocation failure checks for stream durations
 
James Almer
- [FFmpeg-cvslog] avcodec/proresdec: align dequantization matrix buffers
 
James Almer
- [FFmpeg-cvslog] avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields
 
James Almer
- [FFmpeg-cvslog] avcodec/h264_slice: use H264_SEI_FpaType enum constants
 
James Almer
- [FFmpeg-cvslog] avfilter/vf_tile: add init_padding option
 
Paul B Mahol
- [FFmpeg-cvslog] avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.
 
Dale Curtis
- [FFmpeg-cvslog] avfilter: add fillborders filter
 
Paul B Mahol
- [FFmpeg-cvslog] checkasm/utvideo : be more explicit to the WIDTH_PADDED define
 
Martin Vignali
- [FFmpeg-cvslog] mediacodecdec: fix build by including hwaccel.h
 
Jan Ekström
- [FFmpeg-cvslog] examples/vaapi_encode: Fix leak on hwframe init failure
 
Mark Thompson
- [FFmpeg-cvslog] avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Fix out of array access in encode_cblk()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Only allocate Jpeg2000Pass for the encoder
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeglsdec: Check ilv for being a supported value
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_fixed: Fix integer overflow in predict()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xan: Improve overlapping check
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Free the internal codec context at the end
 
Luca Barbato
- [FFmpeg-cvslog] avcodec/xan: Check for bitstream end in xan_huffman_decode()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc()
 
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add FLOAT_MIN
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cngdec: Fix integer clipping
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Fix integer overflow in header parsing
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mdct_*: Fix integer overflow in addition in RESCALE()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_fixed: Fix undefined shift
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacpsdsp_template: Fix integer overflows in ps_decorrelate_c()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264dec: Fix potential array overread
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc2enc: Clear coef_buf on allocation
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check size of STSC allocation
 
Fredrik Hubinette
- [FFmpeg-cvslog] avcodec/snowdec: Check intra block dc differences.
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Check for remaining bitstream in decode_blocks()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/zmbv: Check that the buffer is large enough for mvec
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Propagate errors in mov_switch_root.
 
Jacob Trimble
- [FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.
 
Dale Curtis
- [FFmpeg-cvslog] Fix undefined shift on assumed 8-bit input.
 
Dale Curtis
- [FFmpeg-cvslog] Close ogg stream upon error when using AV_EF_EXPLODE.
 
Dale Curtis
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Check also for negative versions in the validity check
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mlpdsp: Fix signed integer overflow, 2nd try
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Prevent undefined shift with wrap_bits > 64.
 
Dale Curtis
- [FFmpeg-cvslog] avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
 
Dale Curtis
- [FFmpeg-cvslog] Changelog: update
 
Michael Niedermayer
- [FFmpeg-cvslog] Tag n3.0.10 : FFmpeg 3.0.10 release
 
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4132772	web/download: add FFmpeg 3.0.10
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avfilter/vf_threshold: add x86 SIMD
 
Paul B Mahol
- [FFmpeg-cvslog] avutil/x86util : add macro for loading a 128 bits constants in an xmm or in each part of an ymm in order to simplify avx2 asm func
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymm
 
Martin Vignali
- [FFmpeg-cvslog] avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.
 
Thomas Köppe
- [FFmpeg-cvslog] avformat/oggdec: Respect AVERROR codes returned by ogg parsers.
 
Dale Curtis
- [FFmpeg-cvslog] lavf/movenc: add sdtp (sample dependency) box
 
John Stebbins
- [FFmpeg-cvslog] avfilter/vf_stack: always copy SAR from first input
 
Paul B Mahol
- [FFmpeg-cvslog] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()
 
Michael Niedermayer
- [FFmpeg-cvslog] doc: reorganize developer.texi chapter hierarchy
 
Jim DeLaHunt
- [FFmpeg-cvslog] avfilter/vf_threshold : move context func init in ff_threshold_init
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/vf_threshold : add checkasm test for threshold8
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 version
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_threshold : add avx2 version for threshold 8
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_threshold : cosmetic indent
 
Martin Vignali
- [FFmpeg-cvslog] avformat/mxfdec: fix last packet timestamps
 
Marton Balint
- [FFmpeg-cvslog] lavf/mov: Fix missing newline.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/hlsenc: fix baseurl missing last char
 
Robert Nagy
- [FFmpeg-cvslog] avformat/hlsplaylist: add int type of API ff_hls_write_file_entry
 
Steven Liu
- [FFmpeg-cvslog] avformat/hlsplaylist: add return value check of strftime
 
Steven Liu
- [FFmpeg-cvslog] avformat/dashenc: add avpriv_io_move return value check
 
Steven Liu
- [FFmpeg-cvslog] x86vf_threshold/: use the PBLENDVB macro
 
James Almer
- [FFmpeg-cvslog] libavutil: Add saturating subtraction functions
 
Andrew D'Addesio
- [FFmpeg-cvslog] opus_silk: Fix arithmetic overflow (per RFC8251)
 
Andrew D'Addesio
- [FFmpeg-cvslog] opus_celt: Fix arithmetic overflow (per RFC8251)
 
Andrew D'Addesio
- [FFmpeg-cvslog] opus: Add Special Hybrid Folding (per RFC8251)
 
Andrew D'Addesio
- [FFmpeg-cvslog] opus: add an option to toggle intensity stereo phase inversion
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] fate-opus: update to match the changes from RFC8251
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] avfilter: add hflip x86 SIMD
 
Paul B Mahol
- [FFmpeg-cvslog] opus_celt: deduplicate band quantization/dequantization function
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] opus_pvq: do not compile encoding/decoding code if the encoder/decoder is disabled
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] fate-opus: update tests to use new decoder outputs
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] avfilter/x86/vf_hflip.asm: fix building on x32
 
Paul B Mahol
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2a9de26	contact: The gusari forum does not exist anymore.
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avformat/hlsenc: fix compiling error when disable-network
 
Steven Liu
- [FFmpeg-cvslog] libavcodec/hevc_filter: support for all skip_loop_filter levels.
 
sfan5
- [FFmpeg-cvslog] checkasm/vf_threshold: fix mixed code and declarations
 
James Almer
- [FFmpeg-cvslog] fate/checkasm: add missing target for vf_threshold test
 
James Almer
- [FFmpeg-cvslog] x86/vf_threshold: make threshold8 functions work on x86_32
 
James Almer
- [FFmpeg-cvslog] avfilter/vf_convolution: add 7x7 filter
 
Paul B Mahol
- [FFmpeg-cvslog] rkmpp: Add hardware config information
 
Mark Thompson
- [FFmpeg-cvslog] vaapi_h264: Add named options for setting profile and level
 
Mark Thompson
- [FFmpeg-cvslog] vaapi_h265: Add named options for setting profile and level
 
Mark Thompson
- [FFmpeg-cvslog] doc/developer: revise mailing list section
 
Jim DeLaHunt
- [FFmpeg-cvslog] fate/hevc: add skip_loop_filter test
 
sfan5
- [FFmpeg-cvslog] tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARM
 
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: add setrange filter
 
Paul B Mahol
- [FFmpeg-cvslog] avcodec/extract_extradata_bsf: Fix leak discovered via fuzzing
 
Nikolas Bowe
- [FFmpeg-cvslog] avformat/mux: stop delaying writing the header
 
James Almer
- [FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libx265 - Add named option to set profile
 
Gyan Doshi
- [FFmpeg-cvslog] lavc/libx265: mark disposable frames
 
John Stebbins
- [FFmpeg-cvslog] x86/vf_hflip: don't load the width argument twice
 
James Almer
- [FFmpeg-cvslog] x86/vf_hflip: use xor to zero initialize registers
 
James Almer
- [FFmpeg-cvslog] fate-opus: run and test inactive samples
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] opus: fix hybrid folding indexing during band quantization
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] ffserver: Fix off by 1 error in path
 
Michael Niedermayer
- [FFmpeg-cvslog] tests/ffserver.regression.ref: update checksums to what ffserver currently produces
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: fix undefined shift in pxr24_uncompress()
 
Michael Niedermayer
- [FFmpeg-cvslog] Fix leak of frame_duration_buffer in mov_fix_index().
 
Dale Curtis
- [FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix integer overflow
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aacdec: Fix leak in adts_aac_read_packet()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add
 
Michael Niedermayer
- [FFmpeg-cvslog] Update for 3.4.1
 
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_waveform: add default case when picking input formats
 
Paul B Mahol
- [FFmpeg-cvslog] avformat: add NSP demuxer
 
Paul B Mahol
- [FFmpeg-cvslog] vf_zscale: Fix alpha destination graph for floating point pixel formats
 
Vittorio Giovara
- [FFmpeg-cvslog] avcodec/nvdec: Fix capability check with old drivers.
 
Jacob Trimble
- [FFmpeg-cvslog] libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into function
 
sfan5
- [FFmpeg-cvslog] avformat/mxfenc: use track count to generate component instance uuid
 
Mark Reid
- [FFmpeg-cvslog] avformat/mxfenc: write reel_name if metadata key is present
 
Mark Reid
- [FFmpeg-cvslog] fate/mxf: add reel name test
 
Mark Reid
- [FFmpeg-cvslog] fate: Fix fate-mov-bbi-elst-starts-b on ARM
 
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_scale: add more aliases for "range" options
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2)
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/vf_threshold : add test for threshold16
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/utvideodec : use dsp add_median_pred for second line
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/huffyuvenc : increase scalar loop count
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/huffyuvenc : remove code duplication in sub_left_prediction
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte of the line in order to try to call the align version (diff bytes have avx2 version)
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/llviddsp : test return of add_left_pred(16)
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in order to add avx2 version
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/x86/lossless_videodsp : add avx2 version for add_left_pred
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/llviddsp : add test for add_gradient_pred
 
Martin Vignali
- [FFmpeg-cvslog] arm/hevc_idct: fix compilation on Android
 
James Almer
- [FFmpeg-cvslog] avcodec/decode: reset codec on receiving packet after EOF in compat_decode
 
James Cowgill
- [FFmpeg-cvslog] avcodec/Makefile: Fix opus parser dependency.
 
Jacob Trimble
- [FFmpeg-cvslog] lavf/mov: add some useful warning log of eof
 
tiejun.peng
- [FFmpeg-cvslog] lavf/mov: modify code indentation
 
tiejun.peng
- [FFmpeg-cvslog] amf: fix wrong profile level after auto-correction in H264 and HEVC
 
Mironov, Mikhail
- [FFmpeg-cvslog] x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unaligned_avx2
 
James Almer
- [FFmpeg-cvslog] x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred_int16_unaligned_ssse3
 
James Almer
- [FFmpeg-cvslog] checkasm/llviddsp: fix mixed code and declarations
 
James Almer
- [FFmpeg-cvslog] fix MSVC compilation errors
 
Mateusz
- [FFmpeg-cvslog] lavc: Make hardware config method support more explicit for hwaccels
 
Thomas Guillem
- [FFmpeg-cvslog] configure: Move V4L2 M2M help line to the hardware library section
 
Mark Thompson
- [FFmpeg-cvslog] avcodec/amrwbdec: Fix division by 0 in voice_factor()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp9_superframe_split_bsf: Fix integer overflow in frame_size/total_size checks
 
Michael Niedermayer
- [FFmpeg-cvslog] lavc/huffyuvenc: Move a variable declaration up.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/utils: Fix warning: ISO C90 forbids mixed declarations and code
 
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: Update for the last 3 commits
 
Michael Niedermayer
- [FFmpeg-cvslog] Tag n3.4.1 : FFmpeg 3.4.1 release
 
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 73341e6 web:	Add FFmpeg 3.4.1
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] rtsp: only break on parse_rtsp_message on error
 
Tristan Matthews
- [FFmpeg-cvslog] Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'
 
James Almer
- [FFmpeg-cvslog] cbs: Add padding to slice data allocations
 
Mark Thompson
- [FFmpeg-cvslog] cbs_mpeg2: Fix marker_bit type
 
Mark Thompson
- [FFmpeg-cvslog] Merge commit '5a6707e49b7710f48d658b2f2591b9a6337fb9b7'
 
James Almer
- [FFmpeg-cvslog] vaapi_h265: Enable VBR mode
 
Jun Zhao
- [FFmpeg-cvslog] vaapi_h264: Fix VUI max_dec_frame_buffering
 
Jun Zhao
- [FFmpeg-cvslog] vaapi: Make the decode profile matching more explicit
 
Mark Thompson
- [FFmpeg-cvslog] Merge commit '3ff8fbbf5a7bc40c09db74d4952364997fd3c611'
 
James Almer
- [FFmpeg-cvslog] hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64
 
Alexandra Hájková
- [FFmpeg-cvslog] Merge commit '7993ec19af394fdc58ec64165bc0b12619543a5d'
 
James Almer
- [FFmpeg-cvslog] doc/libav-merge: add a line about the skipped HEVC MC arm functions
 
James Almer
- [FFmpeg-cvslog] libavcodec: Move ff_print_debug_info2 to mpegutils.c
 
Kieran Kunhya
- [FFmpeg-cvslog] h264dec: Remove mpeg4video.h header dependency
 
Kieran Kunhya
- [FFmpeg-cvslog] avformat/hlsenc: move init operations from write_header to init
 
Steven Liu
- [FFmpeg-cvslog] avcodec/libvpx: remove disabled code
 
James Almer
- [FFmpeg-cvslog] Revert "libavcodec/utils.c: simplify avcodec locking with atomics"
 
Hendrik Leppkes
- [FFmpeg-cvslog] avfilter/avfiltergraph: remove ugly dead code
 
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: re-arrange options for testsrc family
 
Lou Logan
- [FFmpeg-cvslog] avformat/hlsenc: reindent after previous commits
 
Steven Liu
- [FFmpeg-cvslog] avfilter/vf_pseudocolor: add support for more formats
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization
 
James Almer
- [FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message
 
Jun Zhao
- [FFmpeg-cvslog] libavcodec/mpegvideo_parser: improve detection of progressive mpeg2
 
Aman Gupta
- [FFmpeg-cvslog] avfilter/vf_hflip : move context func init in ff_hflip_init
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/vf_hflip : add test for vf_hflip byte and short simd
 
Martin Vignali
- [FFmpeg-cvslog] libavfilter/af_dcshift.c: Fixed repeated spelling error
 
Kelly Ledford
- [FFmpeg-cvslog] patcheck: Add 'threshhold' to common typo list
 
Kelly Ledford
- [FFmpeg-cvslog] ivfenc: add AV1 support
 
Tristan Matthews
- [FFmpeg-cvslog] libavcodec/decode: remove duplicate includes
 
Michael Niedermayer
- [FFmpeg-cvslog] lavf/mpegts: mark packets with TEI flag as corrupted
 
Rodger Combs
- [FFmpeg-cvslog] avcodec: add metadata to identify wrappers and hardware decoders
 
wm4
- [FFmpeg-cvslog] checkasm: Use LOCAL_ALIGNED for aligned variables on the stack
 
Martin Storsjö
- [FFmpeg-cvslog] lavc/qsvenc: set HRD buffer size
 
Li, Zhong
- [FFmpeg-cvslog] lavc/qsvenc: ICQ/VCM/QVBR are not avilable on Linux
 
Li, Zhong
- [FFmpeg-cvslog] lavc/qsvenc: add error messeage if ICQ unsupported.
 
Li, Zhong
- [FFmpeg-cvslog] qsv/vp8dec: fixes memory leak issue
 
Li, Zhong
- [FFmpeg-cvslog] qsv: Support explicit lookahead downscaling
 
Luca Barbato
- [FFmpeg-cvslog] Merge commit '18a0f420269ff4c730422361c5c4d8eea096e900'
 
James Almer
- [FFmpeg-cvslog] Merge commit '6ff29343b01923e9b125fe7404ac8701cdfb1fe5'
 
James Almer
- [FFmpeg-cvslog] Merge commit 'bddb2ce179c57db6e3c79fdc3363c165d90850b0'
 
James Almer
- [FFmpeg-cvslog] Merge commit '7c65a76b16bc3a44f1592acde2176f187a058797'
 
James Almer
- [FFmpeg-cvslog] Merge commit 'f2e9a0ecbef5027f9532c49ffcdfc11d199f6150'
 
James Almer
- [FFmpeg-cvslog] Merge commit '508378556631dc18d32247b4a4e35703758e1ca9'
 
James Almer
- [FFmpeg-cvslog] Merge commit '47687a2f8aca3f65b6fdd117b1cb66a7409a7fd1'
 
James Almer
- [FFmpeg-cvslog] avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels
 
Gyan Doshi
- [FFmpeg-cvslog] avcodec/vp9: mark frame as finished on decode_tiles() failure
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/movenc: Add support for more colorspaces
 
Steven Robertson
- [FFmpeg-cvslog] avfilter/x86/vf_interlace : avoid crash when data are unaligned
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using unaligned data in low_pass complex
 
Martin Vignali
- [FFmpeg-cvslog] avformat/hlsenc: Call avio_flush during persistent http connections
 
Karthick J
- [FFmpeg-cvslog] avformat/hlsenc: Handle NULL input in IO open and close utility functions
 
Karthick J
- [FFmpeg-cvslog] avformat/hlsenc: Extend persistent http connections to playlists
 
Karthick J
- [FFmpeg-cvslog] lavc/vp8: Support resolution changes in the VP8 decoder hwaccel
 
Jun Zhao
- [FFmpeg-cvslog] doc/libav-merge: Remove VAAPI VP8 decode hwaccel merge note
 
Mark Thompson
- [FFmpeg-cvslog] doc/libav-merge: remove line about VP9 superframe parsing
 
James Almer
- [FFmpeg-cvslog] lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODEC
 
Aman Gupta
- [FFmpeg-cvslog] lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if set
 
Aman Gupta
- [FFmpeg-cvslog] lavc/mediacodec_wrapper: factorize MediaCodec creation functions
 
Matthieu Bouron
- [FFmpeg-cvslog] lavc/mediacodec_wrapper: fix potential jni global reference leak
 
Matthieu Bouron
- [FFmpeg-cvslog] libavcodec/magicyuvenc : fix warning
 
Martin Vignali
- [FFmpeg-cvslog] lavc: enable hwaccel_flags option
 
Michael Niedermayer
- [FFmpeg-cvslog] configure: fix probing armv6zk
 
wang-bin
- [FFmpeg-cvslog] avfilter/vf_overlay: add premultiplied alpha mode
 
Paul B Mahol
- [FFmpeg-cvslog] avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()
 
Michael Niedermayer
- [FFmpeg-cvslog] libavformat: LibreSSL (libtls) support
 
sfan5
- [FFmpeg-cvslog] avfilter/av_biquads: add support for commands
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_biquads: remove unused enum item
 
Paul B Mahol
- [FFmpeg-cvslog] lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] avfilter/af_biquads: add missing break statements
 
Paul B Mahol
- [FFmpeg-cvslog] aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriate
 
Aurelien Jacobs
- [FFmpeg-cvslog] libvmaf: exit gracefully if the library fails.
 
Ronald S. Bultje
- [FFmpeg-cvslog] avfilter/vf_overlay: fix packed_rgb case
 
Mateusz
- [FFmpeg-cvslog] doc/filters: update biquad filters with commands section
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/mov: Fix the the typo
 
Michael Niedermayer
- [FFmpeg-cvslog] configure: fix pkg-config check for libtls
 
sfan5
- [FFmpeg-cvslog] configure: remove libtls fallback check
 
sfan5
- [FFmpeg-cvslog] avcodec/utvideodec : use gradient_pred dsp in interlace decoding
 
Martin Vignali
- [FFmpeg-cvslog] avcodec/magicyuv : use gradient_pred dsp func for 8 bits gradient mode
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg for ff_interlace_init_x86
 
Martin Vignali
- [FFmpeg-cvslog] checkasm/vf_interlace : add test for lowpass_line 8 and 16
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/vf_tinterlace : add AVX2 func for lowpass_line 8 and 16
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macro
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_short
 
Martin Vignali
- [FFmpeg-cvslog] avfilter/x86/vf_hflip : indent
 
Martin Vignali
- [FFmpeg-cvslog] configure: Fix detection of vp9 decoder/encoder
 
Felix Matouschek
- [FFmpeg-cvslog] tests/audiomatch: Add return value check for fread.
 
Jun Zhao
- [FFmpeg-cvslog] tests/audiomatch: Whitespace refinement
 
Jun Zhao
- [FFmpeg-cvslog] tests/audiomatch: Add missing return code at the end of main()
 
Michael Niedermayer
- [FFmpeg-cvslog] Revert "avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16"
 
James Almer
- [FFmpeg-cvslog] Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"
 
James Almer
- [FFmpeg-cvslog] lavc/vaapi_encode: give a debug message if attrs unsupported.
 
Jun Zhao
- [FFmpeg-cvslog] configure: Fix case of static libmp3lame
 
Stefan Pöschel
- [FFmpeg-cvslog] avfilter/vf_psnr: add more gbrap formats
 
Paul B Mahol
- [FFmpeg-cvslog] libavcodec/hevcdec: implement skip_frame
 
sfan5
- [FFmpeg-cvslog] lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.
 
Sasi Inguva
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 979b3a6	web/contact: note that no discussions occur on cvslog and	trac mailing lists
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avformat/hlsenc: fix first fragment mp4 do not split bug
 
Steven Liu
- [FFmpeg-cvslog] avformat/hlsenc: Fix a memory leak when http_persistent is 1
 
Karthick J
- [FFmpeg-cvslog] configure: fix minimum required version of libzimg
 
James Almer
- [FFmpeg-cvslog] avformat/mov: simplify parsing of mdcv atom using av_make_q()
 
James Almer
- [FFmpeg-cvslog] avfilter/af_biquads: add kHz width_type
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_biquads: increase width range
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_biquads: change defaults for biquad filter
 
Paul B Mahol
- [FFmpeg-cvslog] v4l_m2m: add missing AV_CODEC_CAP_DELAY flags
 
wm4
- [FFmpeg-cvslog] rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct field
 
wm4
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as needed
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Add support for parsing and exporting video_range
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Free lengthinc earlier
 
Michael Niedermayer
- [FFmpeg-cvslog] fate: add 12 bit framerate filter tests
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: add threaded blending operations
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: factorize blend_frames
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: factorize get_scene_score
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: fix scene change detection score
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame
 
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_framerate: fix scene score with negative linesize
 
Marton Balint
- [FFmpeg-cvslog] avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)
 
Karthick J
- [FFmpeg-cvslog] avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification
 
Karthick J
- [FFmpeg-cvslog] avfilter/vf_lut: add support for gray formats
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/http: return EINVAL from ff_http_do_new_request() if re-used with different hostname
 
Aman Gupta
- [FFmpeg-cvslog] avformat/http: add "Opening" info logging to ff_http_do_new_request
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: add http_persistent option
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: allow open_input to be re-used
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: add http_multiple option
 
Aman Gupta
- [FFmpeg-cvslog] avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: hide misleading warning when http reconnect is required
 
Aman Gupta
- [FFmpeg-cvslog] avformat/internal: log underlying error with ff_rename failure
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute
 
Vishwanath Dixit
- [FFmpeg-cvslog] avfilter/video: pick sar from link
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_aspect: change outlink sample aspect ratio instead of inlink
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: support >8 bit depth formats
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: unbreak non-power of 2 width&height filtering
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/internal: fix compile error with some versions of g++
 
Aman Gupta
- [FFmpeg-cvslog] avfilter/vf_convolve: fix convolution of borders
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: fix various issues
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/hls: fix CID 1426930
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: fix memory leak with non-http segments
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: fix SEGV in previous commit
 
Aman Gupta
- [FFmpeg-cvslog] configure: test whether x86 assembler supports AVX-512
 
James Darnley
- [FFmpeg-cvslog] avutil: add AVX-512 flags
 
James Darnley
- [FFmpeg-cvslog] avutil: detect when AVX-512 is available
 
James Darnley
- [FFmpeg-cvslog] avutil: add alignment needed for AVX-512
 
James Darnley
- [FFmpeg-cvslog] avcodec: add stride alignment needed for AVX-512
 
James Darnley
- [FFmpeg-cvslog] x86inc: AVX-512 support
 
Henrik Gramner
- [FFmpeg-cvslog] checkasm: support for AVX-512 functions
 
James Darnley
- [FFmpeg-cvslog] x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled but not used
 
James Almer
- [FFmpeg-cvslog] avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already
 
Karthick Jeyapal
- [FFmpeg-cvslog] avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close()
 
Karthick Jeyapal
- [FFmpeg-cvslog] avfilter/vf_convolve: clear coefficients only when needed
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: use shorter variants for pointers
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: split input/output operations from fft
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: implement slice threading
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: add threading for complex multiplication
 
Paul B Mahol
- [FFmpeg-cvslog] avformat/hlsenc: fix resource leak
 
Steven Liu
- [FFmpeg-cvslog] w32pthreads: always use Vista+ API, drop XP support
 
wm4
- [FFmpeg-cvslog] lavc: replace and deprecate the lock manager
 
wm4
- [FFmpeg-cvslog] ffplay: drop lock manager use
 
wm4
- [FFmpeg-cvslog] lavc, lavf: move avformat static mutex from avcodec to avformat
 
wm4
- [FFmpeg-cvslog] lavc: remove complex debug code around avcodec init locking
 
wm4
- [FFmpeg-cvslog] h264: add AVOption to set x264_build default
 
wm4
- [FFmpeg-cvslog] w32pthreads: remove some remaining superfluous checks
 
James Almer
- [FFmpeg-cvslog] avcodec/libx264: use the pixfmt descriptor to check for high bit depths
 
James Almer
- [FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153
 
James Almer
- [FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
 
Michael Niedermayer
- [FFmpeg-cvslog] mpeg4videodec: Fix unused variable warning
 
Mark Thompson
- [FFmpeg-cvslog] avcodec/libx264: set supported pix_fmts at runtime rather than build time
 
James Almer
- [FFmpeg-cvslog] avformat/hls: remove repeated http proto_name checks in open_url()
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available
 
Aman Gupta
- [FFmpeg-cvslog] avformat/http: avoid ff_http_do_new_request after http/1.0 response
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: respect http_persistent only for http playlist urls
 
Aman Gupta
- [FFmpeg-cvslog] avformat/http: export http_version from response
 
Aman Gupta
- [FFmpeg-cvslog] avformat/hls: enable http_multiple only for http/1.1 servers
 
Aman Gupta
- [FFmpeg-cvslog] lavc: remove uneffective attribute_deprecated on enum
 
wm4
- [FFmpeg-cvslog] avfilter/vf_convolve: cosmetics
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolve: remove padding, its unused and not needed
 
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add deconvolve filter
 
Paul B Mahol
- [FFmpeg-cvslog] configure: note (de)convolve filter dependency
 
Paul B Mahol
- [FFmpeg-cvslog] configure: add missing avcodec dep to avfilter for de/convolve filters
 
James Almer
- [FFmpeg-cvslog] lavc: Add codec metadata to indicate hardware support
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Add hardware config metadata for decoders supporting hardware output
 
Mark Thompson
- [FFmpeg-cvslog] webp: Fix alpha initialisation
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Use hardware config information in ff_get_format()
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Remove register mechanism for hwaccels
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Delete all fake hwaccels
 
Mark Thompson
- [FFmpeg-cvslog] lavc: Mark all AVHWAccel structures as const
 
Mark Thompson
- [FFmpeg-cvslog] avconv: Use codec hardware config to configure hwaccels
 
Mark Thompson
- [FFmpeg-cvslog] Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e'
 
James Almer
- [FFmpeg-cvslog] mmaldec: Fix compilation after 2fcb0090
 
Martin Storsjö
- [FFmpeg-cvslog] x264: Support version 153
 
Luca Barbato
- [FFmpeg-cvslog] Merge commit '2beba58e0e4bda688bf96e12413231607ceafdd4'
 
James Almer
- [FFmpeg-cvslog] Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'
 
James Almer
- [FFmpeg-cvslog] lavfi/minterpolate: Split struct Pixel to allow higher resolutions.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/jpeg2000dec: Support reading 64-bit atom size.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/avio: check input URLContext value NULL
 
Steven Liu
- [FFmpeg-cvslog] avcodec/flacdec: avoid undefined shift
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()
 
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
 
Michael Niedermayer
- [FFmpeg-cvslog] fate: Fix ffprobe dependency for fate-mov-guess-delay-*.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] configure: libvmaf depends on pthreads.
 
Carl Eugen Hoyos
- [FFmpeg-cvslog] avformat/hlsenc: Modularized audio rendition playlist write to allow reuse
 
Karthick Jeyapal
- [FFmpeg-cvslog] avformat/hlsplaylist: Audio rendition's name and defaultness made configurable
 
Karthick Jeyapal
- [FFmpeg-cvslog] avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute
 
Karthick Jeyapal
- [FFmpeg-cvslog] avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use
 
Karthick Jeyapal
- [FFmpeg-cvslog] avformat/dashenc: Persistent HTTP connections supported as an option
 
Karthick Jeyapal
- [FFmpeg-cvslog] opus: merge encoder and decoder bitallocation functions into one
 
Rostislav Pehlivanov
- [FFmpeg-cvslog] avformat/http: return EINVAL if ff_http_do_new_request is called with non-http URLContext
 
Aman Gupta
- [FFmpeg-cvslog] avcodec/exr: Check buf_size more completely
 
Michael Niedermayer
- [FFmpeg-cvslog] Update for 3.3.6
 
Michael Niedermayer
- [FFmpeg-cvslog] changelog: update with previous commit
 
James Almer
- [FFmpeg-cvslog] New commits on branch release/2.4
 
Git System
- [FFmpeg-cvslog] avformat/hls: ignore http_persistent for segments requring crypto
 
Aman Gupta
- [FFmpeg-cvslog] lavf/concatdec: properly init streams timestamp parameters.
 
Nicolas George
- [FFmpeg-cvslog] Tag n2.4.14 : FFmpeg 2.4.14 release
 
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 60d3f37 web:	Add 2.4.14
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] tcp: properly return EOF
 
wm4
- [FFmpeg-cvslog] avfilter/af_afir: rework FIR gain measurement
 
Paul B Mahol
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 552c0d9	web/security: Add CVE-2017-7862 and CVE-2017-7866
 
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avcodec/libx264: remove NV21, its not supported
 
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: release mem resource to fix memleak
 
Steven Liu
    
      Last message date: 
       Sun Dec 31 20:45:41 EET 2017
    Archived on: Sun Dec 31 20:45:33 EET 2017
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).