November 2015 Archives by subject
Starting: Sun Nov 1 01:28:30 CET 2015
Ending: Mon Nov 30 12:31:33 CET 2015
Messages: 908
- [FFmpeg-cvslog] [FFmpeg-devel] avcodec/aac_tablegen: speed up table initialization
Ganesh Ajjanagadde
- [FFmpeg-cvslog] [FFmpeg-devel] avcodec/aac_tablegen: speed up table initialization
Clément Bœsch
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1db7d93 web/download: add 2.8.3
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4f98b18 web/security: Add CVEs for 2.8.2, 2.7.3 and 2.6.5
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5d5effd web/download: Add FFmpeg 2.6.5
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 896c08f web/download: Add FFmpeg 2.8.2
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8bae71d web/security: Add CVEs for 2.8.3, 2.7.3, 2.6.5
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. a73f6b0 web/download: point to the official Debian/Ubuntu packages
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. bd63768 web/download: Add FFmpeg 2.7.3
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] aac: temporarily un-share aac_table_init AVOnce variable
Rostislav Pehlivanov
- [FFmpeg-cvslog] aac_ltp: actually signal LTP as off during EIGHT_SHORT windows
Rostislav Pehlivanov
- [FFmpeg-cvslog] aac_ltp: split, reorder and improve prediction algorithm
Rostislav Pehlivanov
- [FFmpeg-cvslog] aaccoder_twoloop: Mark sfdiff as av_unused
Timothy Gu
- [FFmpeg-cvslog] aacdec: don't return frames without data from aac_decode_er_frame
Andreas Cadhalpun
- [FFmpeg-cvslog] aacdec: don't return frames without data from aac_decode_er_frame
Andreas Cadhalpun
- [FFmpeg-cvslog] aacdec: don't return frames without data from aac_decode_er_frame
Andreas Cadhalpun
- [FFmpeg-cvslog] aacdec: don't return frames without data from aac_decode_er_frame
Andreas Cadhalpun
- [FFmpeg-cvslog] aacenc: fix broken build with hardcoded tables
Rostislav Pehlivanov
- [FFmpeg-cvslog] aacenc: make threadsafe
Rostislav Pehlivanov
- [FFmpeg-cvslog] AAC encoder: Fix application of M/S with PNS
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: fix wrong gain sacalefactor being set
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: make pe.min a local minimum
Claudio Freire
- [FFmpeg-cvslog] aacps: avoid division by zero in stereo_processing
Andreas Cadhalpun
- [FFmpeg-cvslog] aacps: avoid division by zero in stereo_processing
Andreas Cadhalpun
- [FFmpeg-cvslog] aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
Andreas Cadhalpun
- [FFmpeg-cvslog] aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
Andreas Cadhalpun
- [FFmpeg-cvslog] aacsbr_fixed: check for envelope scalefactors overflowing
Andreas Cadhalpun
- [FFmpeg-cvslog] aacsbr_fixed: check for envelope scalefactors overflowing
Andreas Cadhalpun
- [FFmpeg-cvslog] aactab.h: fix comment
Rostislav Pehlivanov
- [FFmpeg-cvslog] aactab.h: update and correct comment
Rostislav Pehlivanov
- [FFmpeg-cvslog] Add pixblockdsp checkasm tests
Timothy Gu
- [FFmpeg-cvslog] aiff: Support demuxing G.722 streams
Carl Eugen Hoyos
- [FFmpeg-cvslog] all: use FFDIFFSIGN to resolve possible undefined behavior in comparators
Ganesh Ajjanagadde
- [FFmpeg-cvslog] alsdec: limit avctx->bits_per_raw_sample to 32
Andreas Cadhalpun
- [FFmpeg-cvslog] apng: use correct size for output buffer
Andreas Cadhalpun
- [FFmpeg-cvslog] apng: use correct size for output buffer
Andreas Cadhalpun
- [FFmpeg-cvslog] apng: use correct size for output buffer
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec: handle the case when the stream index has an invalid value better
Alexandra Hájková
- [FFmpeg-cvslog] avcodec/aac_defines: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aac_tablegen: get rid of hardcoded tables entirely
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aac_tablegen: make exp2_lut static
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aac_tablegen: speed up table initialization
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aac_tablegen: speed up table initialization
Clément Bœsch
- [FFmpeg-cvslog] avcodec/aacps_tablegen: use hypot()
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aacps_tablegen_template: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aacsbr: Replace a noise_facs_q check by an av_assert0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr: Split pre dequantization noise factors table
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr: Use FLOAT_0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr: Use FLOAT_0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_fixed: Replace a noise_facs_q check by an av_assert0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build with VS2012
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build with VS2012
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_template: Check values read in read_sbr_noise()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacsbr_template: replace qsort with AV_QSORT
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/ac3: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/ac3: use M_SQRT1_2, M_SQRT2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/amr: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples
Daniil Cherednik
- [FFmpeg-cvslog] avcodec/avrndec: Use the AVFrame format instead of the context
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/avrndec: Use the AVFrame format instead of the context
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cabac: Check initial cabac decoder state
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cabac: Check initial cabac decoder state
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cabac_functions: Fix "left shift of negative value -31767"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cabac_functions: Fix "left shift of negative value -31767"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cos_tablegen: use M_PI instead of actual literal
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/dcaenc: clear bitstream end
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dcaenc: clear bitstream end
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dcaenc: clear bitstream end
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dct32_template: fix typo
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/dct32_template: use M_SQRT1_2 instead of actual literal
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/dct32_template: use M_SQRT1_2 instead of actual literal
Clément Bœsch
- [FFmpeg-cvslog] avcodec/dct32_template: use M_SQRT1_2 instead of actual literal
Clément Bœsch
- [FFmpeg-cvslog] avcodec/dirac_parser: Fix undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_parser: Fix undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_parser: Fix undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_parser: Fix undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dirac_parser: Fix undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: Disable 12bit by default
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: Make mb_scan_index a fixed length array
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpx: Move need_align to act per line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/faandct: remove L suffixes for floating point literal
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/faandct: use more accurate constants
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/faandct: use typedef instead of #define
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/faanidct: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/faxcompr: Add missing runs check in decode_uncompressed()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/faxcompr: Add missing runs check in decode_uncompressed()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1: Initialize vlc_state on allocation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1: Initialize vlc_state on allocation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1: Initialize vlc_state on allocation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check for 0 quant tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check for 0 quant tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check for 0 quant tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check for 0 quant tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check for 0 quant tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Clear quant_table_count if its invalid
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Explicitly check read_quant_table() return value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Explicitly check read_quant_table() return value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Explicitly check read_quant_table() return value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Free tables on init failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Print an error if the quant table count is invalid
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: update progress in case of broken pointer chains
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: update progress in case of broken pointer chains
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: update progress in case of broken pointer chains
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsv: Check size before updating it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsv: Check size before updating it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsv: Check size before updating it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsv: Check size before updating it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsv: Check size before updating it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsvenc: Correct max dimension in error message
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsvenc: Correct max dimension in error message
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flashsvenc: Correct max dimension in error message
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Also clear tile dimensions on header_fail
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Also clear tile dimensions on header_fail
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Also clear tile dimensions on header_fail
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Fix potential overflow in tile dimensions check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Fix potential overflow in tile dimensions check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Fix potential overflow in tile dimensions check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g729postfilter: Avoid function calls in FFMAX() arguments
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gifdec: skip the data lzw consumed
Ni Hui
- [FFmpeg-cvslog] avcodec/h264, videotoolbox: do not return invalid frames on failure
wm4
- [FFmpeg-cvslog] avcodec/h264_refs: Check that long references match before use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Clear top_borders on allocation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc: allocate entries unconditionally
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc: Check entry_point_offsets
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc: Check max ctb addresses for WPP
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_cabac: Fix multiple integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check chroma_format_idc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check chroma_format_idc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check chroma_format_idc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check chroma_format_idc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/internal: Fix skiped typo
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ivi: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for duplicate SIZ marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for duplicate SIZ marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for duplicate SIZ marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for duplicate SIZ marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for duplicate SIZ marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Clip all tile coordinates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Clip all tile coordinates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Clip all tile coordinates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Clip all tile coordinates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Clip all tile coordinates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libdcadec: require first public release
James Almer
- [FFmpeg-cvslog] avcodec/libopusenc: Fix infinite loop on flushing after 0 input
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libopusenc: Fix infinite loop on flushing after 0 input
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libopusenc: Fix infinite loop on flushing after 0 input
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libzvbi-teletextdec: Remove unused variable ret
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lpc: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decompress
Ni Hui
- [FFmpeg-cvslog] avcodec/microdvddec: Check for string end in 'P' case
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/microdvddec: Check for string end in 'P' case
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/microdvddec: Check for string end in 'P' case
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/microdvddec: Check for string end in 'P' case
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/microdvddec: Check for string end in 'P' case
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: fix typo on a warning
James Almer
- [FFmpeg-cvslog] avcodec/mjpegdec: Reinitialize IDCT on BPP changes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Reinitialize IDCT on BPP changes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Reinitialize IDCT on BPP changes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Reinitialize IDCT on BPP changes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Reinitialize IDCT on BPP changes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Check available data before reading custom matrix
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegaudio: use predefined M_SQRT2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/mpegvideo: use predefined M_PI
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the code automatically enabing it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/nvenc: update nvenc default parameters
Agatha Hu
- [FFmpeg-cvslog] avcodec/opusdec: Fix extra samples read index
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pgssubdec: Check dimensions for 0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to readjust the entry count
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pthread_slice: remove dummy_ret hack
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pthread_slice: Remove rets_count
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rangecoder: Check e
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rangecoder: Check e
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rangecoder: Check e
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ratecontrol: use predefined M_E
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/rawenc: Cast argument for av_image_copy_to_buffer() to const
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/resample2: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/rscc: Check input size for raw mode
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sbr: fix copy and paste error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/simple_idct: use predefined M_SQRT2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1dec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1dec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1dec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1enc: Check dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1enc: Check dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1enc: Check dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Skip last p2 sample (which is unused)
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion1: Check for even width
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion1: Check for even width
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion1: Check for even width
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion1: Initialize mb_change_byte only when needed
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tta: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tta: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tta: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Better check for channels in av_get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Better check for channels in av_get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Better check for channels in av_get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Better check for channels in av_get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Better check for channels in av_get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Clear dimensions in ff_get_buffer() on failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vdpau: Remove CONFIG_H263_VDPAU_HWACCEL
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: always set pix_fmt in theora_decode_header()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Clear context on reinitialization failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Fix several memleaks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/webvttdec: Fix uninitialized use of variable "again"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: XMA1 actually have packet sequence numbers
Paul B Mahol
- [FFmpeg-cvslog] avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: add Interplay ACM decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec: avoid division by zero in avcodec_string
Andreas Cadhalpun
- [FFmpeg-cvslog] avcodec: Define side data type for fallback track
John Stebbins
- [FFmpeg-cvslog] avcodec: fix doxy placement
Anton Khirnov
- [FFmpeg-cvslog] avconv: set packet duration for CFR video streams
Anton Khirnov
- [FFmpeg-cvslog] avdevice/dshow_enummediatypes: check return of av_malloc
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_afade: add missing fifo write for second stream
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afade: improve accuracy and speed of gain computation
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_alimiter: make description a bit longer
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_asyncts: use llabs for int64_t
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_asyncts: use llabs for int64_t
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_asyncts: use llabs for int64_t
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: remove wasteful pow
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: use M_PI
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: add forgotten option
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: add level_in and level_sc options
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: do not require writable input frames for acompressor filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: fix output gain for rms(default) detection
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showcqt: Fix uninitialized return code
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 is always false"
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/avf_showvolume: fix several issues
Paul B Mahol
- [FFmpeg-cvslog] avfilter/showcqt: remove yuv offset
Muhammad Faiz
- [FFmpeg-cvslog] avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/vf_rotate: correct log message
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/vf_stack: make it possible to stop with shortest stream
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculation
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/vsrc_mandelbrot: change sin to sinf for color computation
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/vsrc_mandelbrot: Fix speed regression
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vsrc_mptestsrc: use hypot()
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter: add '.' at and of long filter description where it is missing
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add anoisesrc
Kyle Swanson
- [FFmpeg-cvslog] avfilter: add audio compressor filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add compensation delay line filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter: do not leak frame if ff_get_audio_buffer() fails
Paul B Mahol
- [FFmpeg-cvslog] avformat/assdec: allow ASS files starting with empty lines
Clément Bœsch
- [FFmpeg-cvslog] avformat/async: Fix bug where async could not recover after seek to eof
Bryan Huh
- [FFmpeg-cvslog] avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)
Bryan Huh
- [FFmpeg-cvslog] avformat/aviobuf: Simplify avio_read() and avio_seek()
Bryan Huh
- [FFmpeg-cvslog] avformat/cache: Avoid int-overflow in cache compare function
Bryan Huh
- [FFmpeg-cvslog] avformat/cache: Use int64_t to avoid int overflow in cache_read
Bryan Huh
- [FFmpeg-cvslog] avformat/dashenc: Add framerate to dash manifest
Bryan Huh
- [FFmpeg-cvslog] avformat/dump: Fix integer overflow in aspect ratio calculation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dump: Fix integer overflow in aspect ratio calculation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dump: Fix integer overflow in aspect ratio calculation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ffmdec: Add cleaner API for ffserver to interface without depending on internal ABI
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ffmdec: Only return EAGAIN if a server is attached
Michael Niedermayer
- [FFmpeg-cvslog] avformat/flvenc: Add aac_seq_header_detect and flvflags
Maksym Veremeyenko
- [FFmpeg-cvslog] avformat/genh: Fix tools/probetest failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hevc: Fix parsing errors
Arthur Grant
- [FFmpeg-cvslog] avformat/hevc: Fix parsing errors
Arthur Grant
- [FFmpeg-cvslog] avformat/hevc: Fix parsing errors
Arthur Grant
- [FFmpeg-cvslog] avformat/httpauth: Add space after commas in HTTP/RTSP auth header
Andrey Utkin
- [FFmpeg-cvslog] avformat/httpauth: Add space after commas in HTTP/RTSP auth header
Andrey Utkin
- [FFmpeg-cvslog] avformat/httpauth: Add space after commas in HTTP/RTSP auth header
Andrey Utkin
- [FFmpeg-cvslog] avformat/ipmovie: add context to av_log()
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avformat/matroskadec: Check subtitle stream before dereferencing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check subtitle stream before dereferencing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check subtitle stream before dereferencing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check subtitle stream before dereferencing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check subtitle stream before dereferencing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mlpdec: consider all valid mlp access units when probing
Hendrik Leppkes
- [FFmpeg-cvslog] avformat/mov: Add option to ignore chapters during parsing
Bryan Huh
- [FFmpeg-cvslog] avformat/mov: Fix integer overflow in FFABS
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix integer overflow in FFABS
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix integer overflow in FFABS
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: fix memory leak
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avformat/mov: remove redundant assignment
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avformat/mov: use hypot()
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avformat/movenc-test: fix copyright header
James Almer
- [FFmpeg-cvslog] avformat/movenc-test: Fix integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: Only start probing data streams within probe_packets
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: Only start probing data streams within probe_packets
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terrible
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux: Update sidedata in ff_write_chained()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux: Update sidedata in ff_write_chained()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux: Update sidedata in ff_write_chained()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfenc: Only store user comment related tags when needed
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfenc: Only store user comment related tags when needed
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxg: Use memmove()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rawvideodec: Rework packet size calculation
Timothy Gu
- [FFmpeg-cvslog] avformat/rsd: add XMA support
Paul B Mahol
- [FFmpeg-cvslog] avformat/rsd: GADP files are adpcm_thp_le
James Almer
- [FFmpeg-cvslog] avformat/rsd: implement seeking
Paul B Mahol
- [FFmpeg-cvslog] avformat/rsd: reindent after the last commit
James Almer
- [FFmpeg-cvslog] avformat/rsd: XMA2 is actually stored, not XMA1
Paul B Mahol
- [FFmpeg-cvslog] avformat/rtpdec_mpa_robust: change assignment to inequality test in conditional
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avformat/segafilm: Fix current_sample after seeking and avio_seek return type
Michael Niedermayer
- [FFmpeg-cvslog] avformat/segafilm: implement seeking
Paul B Mahol
- [FFmpeg-cvslog] avformat/segafilm: Only add index entries when the stream exists
Michael Niedermayer
- [FFmpeg-cvslog] avformat/segafilm: set audio stream duration
Paul B Mahol
- [FFmpeg-cvslog] avformat/segafilm: set video stream duration
Paul B Mahol
- [FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
Rainer Hochecker
- [FFmpeg-cvslog] avformat/utils: Fix indentation
Timothy Gu
- [FFmpeg-cvslog] avformat/utils: re-factor freeing AVStreams
Hendrik Leppkes
- [FFmpeg-cvslog] avformat/v210: Check width and height
Timothy Gu
- [FFmpeg-cvslog] avformat/vpk: check samples_per_block size
Paul B Mahol
- [FFmpeg-cvslog] avformat/wavdec: allow data chunk to be before fmt/xma2 chunk
Paul B Mahol
- [FFmpeg-cvslog] avformat/wavdec: parse XMA2 tag
Paul B Mahol
- [FFmpeg-cvslog] avformat/xmv: Discard remainder of packet on error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: Discard remainder of packet on error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: Discard remainder of packet on error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: Discard remainder of packet on error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: Discard remainder of packet on error
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: factor return check out of if/else
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: factor return check out of if/else
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: factor return check out of if/else
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: factor return check out of if/else
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xmv: factor return check out of if/else
Michael Niedermayer
- [FFmpeg-cvslog] avformat: add acm demuxer
Paul B Mahol
- [FFmpeg-cvslog] avformat: add FSB demuxer
Paul B Mahol
- [FFmpeg-cvslog] avformat: add IVR demuxer
Paul B Mahol
- [FFmpeg-cvslog] avformat: Add v210[x] demuxer
Timothy Gu
- [FFmpeg-cvslog] avformat: add VPK demuxer
Paul B Mahol
- [FFmpeg-cvslog] avformat: always unref the packet after parsing
Hendrik Leppkes
- [FFmpeg-cvslog] avformat: expose av_stream_new_side_data helper
John Stebbins
- [FFmpeg-cvslog] avformat: implement SChannel SSP TLS protocol
Hendrik Leppkes
- [FFmpeg-cvslog] avformat: unref packet after storing it in internal packet queue
Hendrik Leppkes
- [FFmpeg-cvslog] avidec: check for valid bit_rate range
Andreas Cadhalpun
- [FFmpeg-cvslog] aviflter/vf_waveform: speed up non-color filters
Paul B Mahol
- [FFmpeg-cvslog] avresample: Document avresample_open() a little better
Luca Barbato
- [FFmpeg-cvslog] avutil/common: add av_rint64_clip
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/common: add FFDIFFSIGN macro
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/common: add FFDIFFSIGN macro
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/common: Add FFNABS()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Add FFNABS()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Add FFNABS()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Document FFABS() corner case
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Document FFABS() corner case
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Document FFABS() corner case
Michael Niedermayer
- [FFmpeg-cvslog] avutil/eval: change sqrt to hypot
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/eval: minor typo
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
- [FFmpeg-cvslog] avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
- [FFmpeg-cvslog] avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
- [FFmpeg-cvslog] avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
- [FFmpeg-cvslog] avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
- [FFmpeg-cvslog] avutil/libm: correct isnan, isinf compat hacks
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/libm: fix isnan compatibility hack
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/lls: speed up performance of solve_lls
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/log: fix zero length gnu_printf format string warning
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avutil/mem: Add av_fast_mallocz()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/motion_vector: export subpel motion information
Clément Bœsch
- [FFmpeg-cvslog] avutil/softfloat: Add test for av_cmp_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add test for av_cmp_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add test for av_gt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add test for av_gt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add tests for exponent underflows
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Add tests for exponent underflows
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix av_gt_sf() with large exponents try #2
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix av_gt_sf() with large exponents try #2
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_div_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_div_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_mul_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_mul_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix typo in av_mul_sf() doxy
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Fix typo in av_mul_sf() doxy
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: FLOAT_0 should use MIN_EXP
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: FLOAT_0 should use MIN_EXP
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Include negative numbers in cmp/gt tests
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Include negative numbers in cmp/gt tests
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: use abort() instead of av_assert0(0)
James Almer
- [FFmpeg-cvslog] avutil/softfloat: use abort() instead of av_assert0(0)
James Almer
- [FFmpeg-cvslog] avutil/x86/bswap: Add msvc bswap instrinsics.
Matt Oliver
- [FFmpeg-cvslog] avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.
Matt Oliver
- [FFmpeg-cvslog] avutil/x86/intmath: Correct intrinsic headers for older compilers.
Matt Oliver
- [FFmpeg-cvslog] avutil/x86/intmath: Disable use of tzcnt on older intel compilers.
Matt Oliver
- [FFmpeg-cvslog] avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc.
Matt Oliver
- [FFmpeg-cvslog] avutil: Move av_rint64_clip_* to internal.h
Michael Niedermayer
- [FFmpeg-cvslog] brstm: reject negative sample rate
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: reject negative sample rate
Andreas Cadhalpun
- [FFmpeg-cvslog] buffersrc: accept the frame rate as argument.
Nicolas George
- [FFmpeg-cvslog] Changelog: update for 2.7.3
Michael Niedermayer
- [FFmpeg-cvslog] concatdec: add option for adding segment start time and duration metadata
Marton Balint
- [FFmpeg-cvslog] concatdec: calculate duration early if outpoint is known
Marton Balint
- [FFmpeg-cvslog] concatdec: simplify duration calculation in open_next_file
Marton Balint
- [FFmpeg-cvslog] configure+libm.h: add hypot emulation
Ganesh Ajjanagadde
- [FFmpeg-cvslog] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc
Martin Storsjö
- [FFmpeg-cvslog] configure: Add a SONAME entry for the android target
Luca Barbato
- [FFmpeg-cvslog] configure: Add user options to enable gcrypt/gmp for rtmp(t)e support.
Matt Oliver
- [FFmpeg-cvslog] configure: Clearly state that MSYS native builds are discouraged
Luca Barbato
- [FFmpeg-cvslog] configure: Fix pseudo-German
Timothy Gu
- [FFmpeg-cvslog] configure: loongson disable expensive optimizations in gcc O3 optimization
周晓勇
- [FFmpeg-cvslog] cosmetics: msnwc_tcp: Reformat
Luca Barbato
- [FFmpeg-cvslog] dcadec: Do not check for overreads in auxiliary data
Tim Walker
- [FFmpeg-cvslog] dds: add missing newline to log messages
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: add missing newline to log messages
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: disable palette flag for compressed dds
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: disable palette flag for compressed images
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: disable palette flag for compressed images
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate compressed source buffer size
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate compressed source buffer size
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate compressed source buffer size
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate source buffer size before copying
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate source buffer size before copying
Andreas Cadhalpun
- [FFmpeg-cvslog] dds: validate source buffer size before copying
Andreas Cadhalpun
- [FFmpeg-cvslog] developer.texi: Call out K&R coding style.
Rick Kern
- [FFmpeg-cvslog] doc/encoders: document the QSV option mappings
Anton Khirnov
- [FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Simon Thelen
- [FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Simon Thelen
- [FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Simon Thelen
- [FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Simon Thelen
- [FFmpeg-cvslog] doc/filters: extend agate documentation
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: mention afifo
Paul B Mahol
- [FFmpeg-cvslog] doc/indevs: Fix German
Timothy Gu
- [FFmpeg-cvslog] doc/indevs: fix x11grab options consistency
Stefano Sabatini
- [FFmpeg-cvslog] doc/resampler: fix some trivial typos
Ganesh Ajjanagadde
- [FFmpeg-cvslog] doc: Document better how to use MSYS2
Luca Barbato
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1
Andreas Cadhalpun
- [FFmpeg-cvslog] dvdsubdec: Validate the RLE offsets
Luca Barbato
- [FFmpeg-cvslog] fate-run: Fix indentation
Timothy Gu
- [FFmpeg-cvslog] fate: add concat demuxer tests
Marton Balint
- [FFmpeg-cvslog] fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM tests
Matthieu Bouron
- [FFmpeg-cvslog] fate: add mpdecimate test.
Nicolas George
- [FFmpeg-cvslog] fate: fix concat demuxer extended test portability
Marton Balint
- [FFmpeg-cvslog] fate: fix concat demuxer extended tests on windows
Marton Balint
- [FFmpeg-cvslog] fate: fix concat demuxer tests on msys/cygwin by using relative paths
Marton Balint
- [FFmpeg-cvslog] fate: Rework sgi tests into a suite and add the missing ones
Vittorio Giovara
- [FFmpeg-cvslog] fate: update fate-source reference file
James Almer
- [FFmpeg-cvslog] fate: update fate-source ref file
James Almer
- [FFmpeg-cvslog] ffmpeg: Check av_parser_change() for failure
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Check av_parser_change() for failure
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Check av_parser_change() for failure
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check avpicture_fill() return value
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check avpicture_fill() return value
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check avpicture_fill() return value
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.
Simon Thelen
- [FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.
Simon Thelen
- [FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.
Simon Thelen
- [FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.
Simon Thelen
- [FFmpeg-cvslog] ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss
Rodger Combs
- [FFmpeg-cvslog] ffmpeg: Fixing typos and adding comments to fps code
Bryan Huh
- [FFmpeg-cvslog] ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUE
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: preserve profile for audio stream copy
Maksym Veremeyenko
- [FFmpeg-cvslog] ffmpeg: Print a warning if a pkt duration is already set before using the frame rate
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: set muxer packet duration based on framerate only for CFR
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Simplify fps code related to delta0
Bryan Huh
- [FFmpeg-cvslog] ffmpeg: Use correct codec_id for av_parser_change() check
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Use correct codec_id for av_parser_change() check
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Use correct codec_id for av_parser_change() check
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg_filter: remove redundant null ptr check
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: add NULL context to ff_rtsp_parse_line().
Nicolas George
- [FFmpeg-cvslog] ffserver: Do not add or rescale AV_NOPTS_VALUE from the demuxer
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: fix incorrect strlcpy usage
Ganesh Ajjanagadde
- [FFmpeg-cvslog] ffserver: Replace one malloc(AVStream) by avformat_new_stream()
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: Use AVOption API to access ffm demuxer instead of direct access depending on ABI
Michael Niedermayer
- [FFmpeg-cvslog] ffv1: Explicitly name the coder type
Vittorio Giovara
- [FFmpeg-cvslog] flacenc: Clamp user-supplied min/max prediction orders
Vittorio Giovara
- [FFmpeg-cvslog] flashsv: Initialize the block array
Luca Barbato
- [FFmpeg-cvslog] h264: Print the complete user message
Vittorio Giovara
- [FFmpeg-cvslog] h264: Print user data SEI under normal debug verbosity
Vittorio Giovara
- [FFmpeg-cvslog] h264_parser: Rename close() to h264_close()
Diego Biurrun
- [FFmpeg-cvslog] hevc: extract SEI caption data
Will Kelleher
- [FFmpeg-cvslog] hevc: Fix a53 caption extraction
Will Kelleher
- [FFmpeg-cvslog] hlsenc: Only write PAT/PMT once per segment
Derek Buitenhuis
- [FFmpeg-cvslog] hqx: correct type and size check of info_offset
Andreas Cadhalpun
- [FFmpeg-cvslog] hqx: correct type and size check of info_offset
Andreas Cadhalpun
- [FFmpeg-cvslog] hqx: correct type and size check of info_offset
Andreas Cadhalpun
- [FFmpeg-cvslog] hqx: correct type and size check of info_offset
Andreas Cadhalpun
- [FFmpeg-cvslog] huffyuvdec: validate image size
Andreas Cadhalpun
- [FFmpeg-cvslog] imc: use correct position for flcoeffs2 calculation
Andreas Cadhalpun
- [FFmpeg-cvslog] imc: use correct position for flcoeffs2 calculation
Andreas Cadhalpun
- [FFmpeg-cvslog] imgutils: Use designated initializers for AVClass
Timothy Gu
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison
Andreas Cadhalpun
- [FFmpeg-cvslog] lagarith: Correctly compute hash_shift
Luca Barbato
- [FFmpeg-cvslog] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
Matthieu Bouron
- [FFmpeg-cvslog] lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
Matthieu Bouron
- [FFmpeg-cvslog] lavc/opusdec: Fix a memleak when reading invalid files.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
Matthieu Bouron
- [FFmpeg-cvslog] lavc/rscc: Fix colourspace for codec_tag RSCC.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc: Add missing mem.h header to libxvid and screenpresso
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Deprecate avctx.rtp_callback field
Vittorio Giovara
- [FFmpeg-cvslog] lavf/http: fix incorrect warning in range requests
Rodger Combs
- [FFmpeg-cvslog] lavf/mov: add support for sidx fragment indexes
Rodger Combs
- [FFmpeg-cvslog] lavf/mxfdec: Set width to actual coded_width for AVCI50.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/rawenc: Recognize more extensions to encode raw hevc.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/utils: avoid decoding a frame to get the codec parameters
Matthieu Bouron
- [FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
Simon Thelen
- [FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
Simon Thelen
- [FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
Simon Thelen
- [FFmpeg-cvslog] lavf: deprecate compute_pkt_fields2
Anton Khirnov
- [FFmpeg-cvslog] lavf: document that passing valid timestamps to muxers is now mandatory
Anton Khirnov
- [FFmpeg-cvslog] lavf: factor out freeing an AVStream
Anton Khirnov
- [FFmpeg-cvslog] lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing
Anton Khirnov
- [FFmpeg-cvslog] lavfi/af_amix: mostly fix scheduling.
Nicolas George
- [FFmpeg-cvslog] lavfi/af_asyncts: remove looping on request_frame().
Nicolas George
- [FFmpeg-cvslog] lavfi/af_join: partially fix scheduling.
Nicolas George
- [FFmpeg-cvslog] lavfi/avf_concat: return immediately after requesting a frame on input.
Nicolas George
- [FFmpeg-cvslog] lavfi/fifo: do not assume request_frame() returns a frame.
Nicolas George
- [FFmpeg-cvslog] lavfi/select: add support for concatdec_select option
Marton Balint
- [FFmpeg-cvslog] lavfi/vf_framepack: fix scheduling.
Nicolas George
- [FFmpeg-cvslog] lavfi: add a frame_rate field to AVFilterLink.
Nicolas George
- [FFmpeg-cvslog] lavfi: add realtime filter.
Nicolas George
- [FFmpeg-cvslog] lavfi: add testsrc2 test source.
Nicolas George
- [FFmpeg-cvslog] lavfi: remove astreamsync.
Nicolas George
- [FFmpeg-cvslog] lavu/opt: enhance printing durations.
Nicolas George
- [FFmpeg-cvslog] libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()
Emanuel Czirai
- [FFmpeg-cvslog] libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()
Emanuel Czirai
- [FFmpeg-cvslog] libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()
Emanuel Czirai
- [FFmpeg-cvslog] libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
- [FFmpeg-cvslog] libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
- [FFmpeg-cvslog] libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
- [FFmpeg-cvslog] libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
- [FFmpeg-cvslog] libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
- [FFmpeg-cvslog] libopenh264enc: Set AVOption data type
Michael Niedermayer
- [FFmpeg-cvslog] libvpxenc: remove some unused ctrl id mappings
James Zern
- [FFmpeg-cvslog] Merge commit '00b62968d079e63bf22028f253ac297292436ebe'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '09e431b9e3674804172e7b0a0f865b65ec09739a'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '0b699920f3c0b2e30969b38ce59226653f9d80ec'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '0e2395293bff089536b97131b32fea8b58bca0ba'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1062880d69a4fdc8d8929dd5c22bb447182f1c41'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '11f87ca71e9c7b917f594194f827fd040d1df5ca'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1339009c4924a20e872aa62897097bf5d071157c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1d62ee38894afb696674db78cee8f8d89204a8fe'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '1e791ee3aae63122afb10cbabe86a747aea58992'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1e7ff5ac6923996f7292c82f102c68384fbc9d97'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '303f931938c618668f7f83c646a1850bef84641e'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '3edac01f79a08635d8d2c08e9410651d9a330d61'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '3eeb7edfc2a1157b7b0e0ce21ac2cd44d55d405b'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '407ac22322e5ce67996ec54ef619cafa4c9ceb78'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '452d659aa4a742106c70ffe9ef3df47ef5b81ea6'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '462a54e2291e1fa18e1f1254d09739dfbb795617'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '4a0918cae6394e503b17c71f8f171b4a795eb849'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '4a326923381f2bc0fb7d960c8f8366a5456bc4ab'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '4d05e9392f84702e3c833efa86e84c7f1cf5f612'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '4d8f536b535487063a08609636e712ad86d2ad54'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '4dfbc7a7559ccab666a8fd39de4224eb4b02c768'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '50d2a3b5f34e6f99e5ffe17f2be5eb1815555960'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '563e6d860391bac0511984e5c0842320b5c94d2d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '567ca142952c5be57e52c149c815dfe5d6ac6d41'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '59e3f4e598ae381600ef54e1f6e6a8a5270ac245'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '5b70fb8fee4af3b13f29a2dc7222fd3c9782f79b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5c30ae1a09b66179e16694f6137658023ed1fef3'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '5e91a5c5cf1db88f254b4c358eb1b06ff6ca274f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5f2c8315b3c1b28da0386fddb118ad6a0ed77a0c'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '60f50374f1955442dc987abc4a6c61c2109620c2'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '61fb67dcb2e71a268c422fc19d366040e59fb337'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '62b4a6f1b9aa83d56701af226adda98faa5ede09'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '62cc8f4d79dad119e8efeaae080a58a8dcb1e89d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '62f72b40c0b0d2cd6a2b81977287fa01d9f4ca6d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '65e73bc60f98dc7b26c687e145dfb755d3f2ccfa'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '6b7df14251c49331ae7efd4811ec21f4415ccdb5'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '73b03249133d6631520089798087cbd963eed9ca'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '7831fb90503142e32cc3c9be43bc3f9d342ded6b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '79ae1e630b476889c251fc905687a3831b43ab5e'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '7b2211bfc4b0c4568180a8db2478023c42d9ff51'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '8161220eee152dad8b2ea9e2755c78c8e127f747'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '823fa7004571cb8404ca5785f9fa6e85f0f9f3d3'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8487987b87a252963b27b6adfd82887ea5933918'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8a9de5c52401aa1e87bdb147524831c640d1ec53'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '98063bcf15eb1e9bf9c8758c83c88d51cbb7ace7'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '99cb833fc2d9874c62fffbcd3347fae660de0fe5'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '99f40fd02f1870c2dee70977b672da9cb198f0be'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9fd2bf09dbc630484d9e88a1d27f7e8508b70a2c'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'a0562e531723923b632684c7b51a9dd584bf534f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'afdff8008149515afebf9992eae84be7d76e6b1e'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'b4a82e740743744136e07054525560351e4892ae'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'b5f963bfec1f452c37eee900c7b11f065d10dd60'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'bef3b1f59f036aba4a5fe599b2480f6bd9e6b280'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'c012c6f1a8b34828a7870dc1854422934f14b79a'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'c12c085be7e86880924249e5cb3f898e45dee134'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'c8fa647811371885be421a84a2388529857fed23'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'ca489564ae150bc41764f175b88151d883e69ae0'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'cc96018c79cd4dc823e0cef938da2131e4660fe5'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
- [FFmpeg-cvslog] Merge commit 'd80f0a4ad634b3949b91b85f21fd608c0cddeef7'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'db9b7321d5dfcbaf521d46beec44cf724776c70d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e2854e731f843906d9a9a5b882bed872341999fd'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'e7d7cf86dcaba8eaaed62c80172ff0aff2588c2a'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'eef38316cab68aff080cf2b83c2427a734194e8d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f128b8e19ac7f702adae899ab91cc1e80f238761'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f53583ea6e2e3fda4e4aa363f9a62cff4285affb'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f6c94457b44f41d900cd0991857f54e1f0ccedd6'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'f8d10511fef0bb3265f2d7bdfd38f90f60731d80'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'fb8753ada23189076bdf903c1c001c0ca8287fae'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'fc4c27c4edfc6a5f9bc7c696e823652474a65ce8'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'fcc49924db6c5530a3346c45a6999244d92eaf48'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'fdd5c48ebdec489ec9e84eee547fefa50c3ad53c'
Hendrik Leppkes
- [FFmpeg-cvslog] mimic: Always return on failure
Luca Barbato
- [FFmpeg-cvslog] mmaldec: add vc1 decoding support
wm4
- [FFmpeg-cvslog] mmaldec: correct package buffering accounting
wm4
- [FFmpeg-cvslog] mmaldec: send only a single EOS packet on flushing
wm4
- [FFmpeg-cvslog] mov: Correctly store dref paths
Vittorio Giovara
- [FFmpeg-cvslog] mov: detect cover art pictures by content
wm4
- [FFmpeg-cvslog] mov: Drop dref when unable to parse
Vittorio Giovara
- [FFmpeg-cvslog] movenc-test: Fix integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] movenc-test: Pad the packet data start with 0s
Derek Buitenhuis
- [FFmpeg-cvslog] movenc: Add an API unit test for fragmenting options/calls
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add a unit test for frag_discont with edit lists
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add a unit test for signaling of the track start times
Martin Storsjö
- [FFmpeg-cvslog] movenc: add fallback audio track tref support
John Stebbins
- [FFmpeg-cvslog] movenc: Allow setting start_dts/start_cts before writing actual packets
Martin Storsjö
- [FFmpeg-cvslog] movenc: Assume streams starting at pts= 0 for discontinuous fragments with editlists
Martin Storsjö
- [FFmpeg-cvslog] movenc: Automatically flush after writing the initial moov
Martin Storsjö
- [FFmpeg-cvslog] mpegaudiodec: copy AVFloatDSPContext from first context to all contexts
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegtsenc: Add support for muxing Opus in MPEG-TS
Sebastian Dröge
- [FFmpeg-cvslog] mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)
Hagen Schmidt
- [FFmpeg-cvslog] mpegtsenc: Implement writing of Opus trim_start/trim_end control values
Sebastian Dröge
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo: clear overread in clear_context
Andreas Cadhalpun
- [FFmpeg-cvslog] mpegvideo_enc: enable rtp_mode when multiple slices are used
Anton Khirnov
- [FFmpeg-cvslog] mpevideo_enc: disallow multiple slices for h261 and flv
Anton Khirnov
- [FFmpeg-cvslog] msnwc_tcp: Correctly report failure
Luca Barbato
- [FFmpeg-cvslog] msnwc_tcp: Use the correct return values
Luca Barbato
- [FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track
Andreas Cadhalpun
- [FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track
Andreas Cadhalpun
- [FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track
Andreas Cadhalpun
- [FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track
Andreas Cadhalpun
- [FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track
Andreas Cadhalpun
- [FFmpeg-cvslog] nut: Mark non-fatal errors as warnings
Luca Barbato
- [FFmpeg-cvslog] nut: Provide more information on failure
Luca Barbato
- [FFmpeg-cvslog] nut: Use the correct codec_tag when multiple are available
Luca Barbato
- [FFmpeg-cvslog] nutdec: check maxpos in read_sm_data before returning success
Andreas Cadhalpun
- [FFmpeg-cvslog] nutdec: check maxpos in read_sm_data before returning success
Andreas Cadhalpun
- [FFmpeg-cvslog] oggparsespeex: Fix unchecked malloc
Derek Buitenhuis
- [FFmpeg-cvslog] omadec: Fix position of opening parenthesis
Vittorio Giovara
- [FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays
Kieran Kunhya
- [FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays
Kieran Kunhya
- [FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays
Kieran Kunhya
- [FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays
Kieran Kunhya
- [FFmpeg-cvslog] os2threads: Add pthread_once()
KO Myung-Hun
- [FFmpeg-cvslog] os_support: Don' t try to return the service name as a string in getnameinfo
Martin Storsjö
- [FFmpeg-cvslog] patcheck: Fix false detection of 'mergeable calls' when line is removed
Hagen Schmidt
- [FFmpeg-cvslog] pixblockdsp: Use AV_COPY128U for get_pixels_16_c
Timothy Gu
- [FFmpeg-cvslog] pixblockdsp: x86: Condense diff_pixels_* to a shared macro
Timothy Gu
- [FFmpeg-cvslog] png: read and write stereo3d frame side data information
Kirill Gavrilov
- [FFmpeg-cvslog] qsvenc: expose additional encoding options
Anton Khirnov
- [FFmpeg-cvslog] qsvenc: factor out common options
Anton Khirnov
- [FFmpeg-cvslog] qsvenc: fix setting maxrate for VBR
Anton Khirnov
- [FFmpeg-cvslog] qsvenc: print the actual video parameters used by MSDK
Anton Khirnov
- [FFmpeg-cvslog] qsvenc: support more RC methods
Anton Khirnov
- [FFmpeg-cvslog] rawdec: fix mjpeg probing
wm4
- [FFmpeg-cvslog] rawdec: fix mjpeg probing
wm4
- [FFmpeg-cvslog] rawdec: fix mjpeg probing buffer size check
wm4
- [FFmpeg-cvslog] rawdec: fix mjpeg probing buffer size check
wm4
- [FFmpeg-cvslog] Revert "avcodec/dct32_template: fix typo"
Ganesh Ajjanagadde
- [FFmpeg-cvslog] Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"
Michael Niedermayer
- [FFmpeg-cvslog] riffdec: prevent negative bit rate
Andreas Cadhalpun
- [FFmpeg-cvslog] riffdec: prevent negative bit rate
Andreas Cadhalpun
- [FFmpeg-cvslog] riffdec: prevent negative bit rate
Andreas Cadhalpun
- [FFmpeg-cvslog] riffdec: prevent negative bit rate
Andreas Cadhalpun
- [FFmpeg-cvslog] rpza: Check the blocks left before processing one
Luca Barbato
- [FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode
Martin Storsjö
- [FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode
Martin Storsjö
- [FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode
Martin Storsjö
- [FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode
Martin Storsjö
- [FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode
Martin Storsjö
- [FFmpeg-cvslog] rtmpcrypt: Provide the xtea keys in little endian format for consistency
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Do not assume getnameinfo cannot fail
Luca Barbato
- [FFmpeg-cvslog] rtsp: Log getaddrinfo failures
Luca Barbato
- [FFmpeg-cvslog] s302m: fix arithmetic exception
Andreas Cadhalpun
- [FFmpeg-cvslog] s302m: fix arithmetic exception
Andreas Cadhalpun
- [FFmpeg-cvslog] s302m: fix arithmetic exception
Andreas Cadhalpun
- [FFmpeg-cvslog] segafilm: drop the "song and dance" for cinepak
Michael Niedermayer
- [FFmpeg-cvslog] segafilm: Fix current_sample after seeking and avio_seek return type
Michael Niedermayer
- [FFmpeg-cvslog] segafilm: implement seeking
Paul B Mahol
- [FFmpeg-cvslog] segafilm: set video and audio stream duration
Paul B Mahol
- [FFmpeg-cvslog] setpts: add FRAME_RATE constant
Stefano Sabatini
- [FFmpeg-cvslog] sgi: Correctly propagate meaningful error values
Vittorio Giovara
- [FFmpeg-cvslog] sgienc: Do not end RLE lines with 0s
Vittorio Giovara
- [FFmpeg-cvslog] sgienc: Port to bytestream2
Vittorio Giovara
- [FFmpeg-cvslog] sgienc: Support encoding high bit depth images with RLE
Vittorio Giovara
- [FFmpeg-cvslog] sgienc: Use a local RLE encoding function
Vittorio Giovara
- [FFmpeg-cvslog] snow: remove an obsolete av_assert2
Andreas Cadhalpun
- [FFmpeg-cvslog] softfloat: assert when the argument of av_sqrt_sf is negative
Andreas Cadhalpun
- [FFmpeg-cvslog] softfloat: assert when the argument of av_sqrt_sf is negative
Andreas Cadhalpun
- [FFmpeg-cvslog] softfloat: handle INT_MIN correctly in av_int2sf
Andreas Cadhalpun
- [FFmpeg-cvslog] softfloat: handle INT_MIN correctly in av_int2sf
Andreas Cadhalpun
- [FFmpeg-cvslog] swresample/resample: improve bessel function accuracy and speed
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/resample: increase precision for compensation
Michael Niedermayer
- [FFmpeg-cvslog] swresample/resample: increase precision for compensation
Michael Niedermayer
- [FFmpeg-cvslog] swresample/resample: remove redundant L for floating literal
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/resample: speed up Blackman Nuttall filter
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/resample: speed up build_filter by 50%
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/resample: speed up build_filter for Blackman-Nuttall filter
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/resample: speed up upsampling by precomputing sines
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swresample/swresample: Fix integer overflow in seed calculation
Michael Niedermayer
- [FFmpeg-cvslog] swresample/swresample: Fix integer overflow in seed calculation
Michael Niedermayer
- [FFmpeg-cvslog] swresample/swresample: Fix integer overflow in seed calculation
Michael Niedermayer
- [FFmpeg-cvslog] swresample: allow double precision beta value for the Kaiser window
Ganesh Ajjanagadde
- [FFmpeg-cvslog] swscale/arm: add ff_nv{12, 21}_to_{argb, rgba, abgr, bgra}_neon
Matthieu Bouron
- [FFmpeg-cvslog] Tag n2.6.5 : FFmpeg 2.6.5 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.7.3 : FFmpeg 2.7.3 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.8.2 : FFmpeg 2.8.2 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.8.3 : FFmpeg 2.8.3 release
git at videolan.org
- [FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf
Michael Niedermayer
- [FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf
Michael Niedermayer
- [FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf
Michael Niedermayer
- [FFmpeg-cvslog] tests/tiny_ssim: replace #define by typedef
Ganesh Ajjanagadde
- [FFmpeg-cvslog] testsrc: set output framerate
Stefano Sabatini
- [FFmpeg-cvslog] texturedsp: Explicitly cast RGBA parameters to unsigned
Vittorio Giovara
- [FFmpeg-cvslog] texturedspenc: Avoid using separate variables
Vittorio Giovara
- [FFmpeg-cvslog] textureencdsp: cosmetics: Use normal static const for tables
Vittorio Giovara
- [FFmpeg-cvslog] thp: set duration for audio stream too
Paul B Mahol
- [FFmpeg-cvslog] travis: Enable OSX integration
Vittorio Giovara
- [FFmpeg-cvslog] truemotion2: Fix the buffer check
Luca Barbato
- [FFmpeg-cvslog] udp: Provide additional information on getaddrinfo failure
Luca Barbato
- [FFmpeg-cvslog] udp: Use the logging context
Luca Barbato
- [FFmpeg-cvslog] Update Changelog
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.5.9
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.6.5
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.8.3
Michael Niedermayer
- [FFmpeg-cvslog] Update versions for 2.7.3
Michael Niedermayer
- [FFmpeg-cvslog] update versions for 2.8.2
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: use get_bits_long and limit the read bits to 32
Andreas Cadhalpun
- [FFmpeg-cvslog] vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCEL
Michael Niedermayer
- [FFmpeg-cvslog] vdpau: remove dysfunctional H.263 support
Rémi Denis-Courmont
- [FFmpeg-cvslog] vf_boxblur: Templatize blur{8,16}
Timothy Gu
- [FFmpeg-cvslog] vf_fps: set frame_rate.
Nicolas George
- [FFmpeg-cvslog] vf_framepack: Check and update frame_rate
Michael Niedermayer
- [FFmpeg-cvslog] vf_frei0r: also set AVFilterLink.frame_rate
Michael Niedermayer
- [FFmpeg-cvslog] vf_interlace: implement frame rate
Michael Niedermayer
- [FFmpeg-cvslog] vf_pad: fix x, y option expression evaluation
John Stebbins
- [FFmpeg-cvslog] vf_showinfo: show timebase & framerate too
Michael Niedermayer
- [FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.
Ronald S. Bultje
- [FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.
Ronald S. Bultje
- [FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.
Ronald S. Bultje
- [FFmpeg-cvslog] vp9: avoid infinite loop with broken files
wm4
- [FFmpeg-cvslog] vp9: avoid infinite loop with broken files
wm4
- [FFmpeg-cvslog] vp9_parser: allow superframes with a single frame.
Ronald S. Bultje
- [FFmpeg-cvslog] vsrc_color: implement frame rate
John Stebbins
- [FFmpeg-cvslog] vsrc_mandelbrot: Don't use German in comments
Timothy Gu
- [FFmpeg-cvslog] w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw
Martin Storsjö
- [FFmpeg-cvslog] wavpack: limit extra_bits to 32 and use get_bits_long
Andreas Cadhalpun
- [FFmpeg-cvslog] wavpack: limit extra_bits to 32 and use get_bits_long
Andreas Cadhalpun
- [FFmpeg-cvslog] wavpack: use get_bits_long to read up to 32 bits
Andreas Cadhalpun
- [FFmpeg-cvslog] wavpack: use get_bits_long to read up to 32 bits
Andreas Cadhalpun
- [FFmpeg-cvslog] XMA1 and XMA2 stereo decoders
Paul B Mahol
- [FFmpeg-cvslog] xtea: Add functions for little endian mode
Martin Storsjö
- [FFmpeg-cvslog] xtea: Clarify that the current API works in big endian mode
Martin Storsjö
- [FFmpeg-cvslog] yadif: update frame rate
Michael Niedermayer
Last message date:
Mon Nov 30 12:31:33 CET 2015
Archived on: Mon Nov 30 12:31:36 CET 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).