April 2020 Archives by subject
Starting: Wed Apr 1 01:20:09 EEST 2020
Ending: Thu Apr 30 22:28:45 EEST 2020
Messages: 512
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 53355ec web/download: update for 2.8.16
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avcodec.h: split AVCodecDescriptor API into its own header
Anton Khirnov
- [FFmpeg-cvslog] avcodec.h: split AVPacket API into its own header
Anton Khirnov
- [FFmpeg-cvslog] avcodec.h: split codec IDs into their own header
Anton Khirnov
- [FFmpeg-cvslog] avcodec/aacdec: fix compilation under soft float MIPS
Rosen Penev
- [FFmpeg-cvslog] avcodec/ac3_tab: Zero-terminate ff_ac3_sample_rate_tab
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Clip predictor for APC
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Fix invalid shift in xa_decode()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()
Zane van Iperen
- [FFmpeg-cvslog] avcodec/adpcm: update get_nb_samples() doc
Zane van Iperen
- [FFmpeg-cvslog] avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()
Zane van Iperen
- [FFmpeg-cvslog] avcodec/alac: Fix integer overflow in LPC coefficient adaption
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix 2 integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflows in predictor_decode_mono_3950()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix invalid shift with 24 bps
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in decode_array_0000()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/avdct: Clear IDCTDSPContext context
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/avpacket: Don't write into non-writable buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf: simplify the code
Limin Wang
- [FFmpeg-cvslog] avcodec/bsf: Use macro for "packet is empty"
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf: use simplified algorithm for bsf_list chained filtering
Marton Balint
- [FFmpeg-cvslog] avcodec/cbs: Avoid leaving the ... out in calls to variadic macros
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_cycle
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h265: fix writing extension_data bits
James Almer
- [FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_jpeg_syntax_template: Check array index in huffman_table()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_jpeg_syntax_template: Check table index before use in dht()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/chomp_bsf: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cook: Use 3 stage VLC decoding for channel_coupling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dca_core_bsf: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dirac_vlc: Fix integer overflow in ff_dirac_golomb_read_32/16bit()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpcm: clip exponent into supported range in XAN DPCM
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dpcm: clip exponent into supported range in XAN DPCM
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dump_extradata_bsf: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffwavesynth: Fix integer overflow in computation of ddphi
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flac_parser: Do not lose header count in find_headers_search()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flac_parser: Do not lose header count in find_headers_search()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacdsp_template: Fix invalid shifts in decorrelate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacdsp_template: Fix invalid shifts in decorrelate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g729postfilter: Optimize out overflowing multiplication from apply_tilt_comp()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check nalu_size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Check nalu_size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Check length before memcpy() in decode_deep_rle32()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Check length before memcpy() in decode_deep_rle32()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBM
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Fix mixed declaration and code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lagarith: Sanity check scale
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libaomenc,cosmetics: fix a typo
James Zern
- [FFmpeg-cvslog] avcodec/libaomenc.c: Add a libaom command-line option 'tune'
Wang Cao
- [FFmpeg-cvslog] avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leak
Matthieu Bouron
- [FFmpeg-cvslog] avcodec/mips: fix get_cabac_inline_mips function name
Rosen Penev
- [FFmpeg-cvslog] avcodec/mjpeg2jpeg_bsf: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mp3_header_decompress_bsf: Check sample_rate_index
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegaudioenc_template: fix invalid shift of sample
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mv30: remove unused table elements
Peter Ross
- [FFmpeg-cvslog] avcodec/mv30: use aandcttables
Peter Ross
- [FFmpeg-cvslog] avcodec/noise_bsf: Remove unnecessary headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvenc: add hardware config metadata
Mark Thompson
- [FFmpeg-cvslog] avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pgssubdec: Free subtitle on error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Pass ret from decode_iccp_chunk()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: set return value on av_stereo3d_create_side_data() failure
Peter Ross
- [FFmpeg-cvslog] avcodec/pnm: Check that the header is not truncated
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/qdm2: Check fft_coefs_index
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/qpeg: export missing frame properties
James Almer
- [FFmpeg-cvslog] avcodec/qpeg: mark the init function as thread-safe and init cleanup capable
James Almer
- [FFmpeg-cvslog] avcodec/qpeg: remove an unnecessary intermediary AVFrame
James Almer
- [FFmpeg-cvslog] avcodec/ralf: Fix integer overflow in apply_lpc()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/smacker: Check space before decoding type
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snappy: Sanity check bytestream2_get_levarint()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Check e in get_symbol()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/svq1dec: Check that there is data left after the header
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/targa: Check colors vs. available space
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: assert that raw tiff dng blit does not write over the end of a line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check for planar DNG images
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Replace width overriding for bayer by assert
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Some checks on bpp for DNG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truehd_core_bsf: Remove unused AVClass pointer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/twinvqdec: Correct overflow in block align check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/txd: Check for input size against the header size.
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/v4l2_buffers: don't prevent enqueue capture buffer to driver
Ming Qian
- [FFmpeg-cvslog] avcodec/v4l2_context: Log warning when all capture buffers are in userspace
Andriy Gelman
- [FFmpeg-cvslog] avcodec/v4l2_context: Use av_freep()
Andriy Gelman
- [FFmpeg-cvslog] avcodec/v4l2_m2m: fix setting frame period
Ming Qian
- [FFmpeg-cvslog] avcodec/v4l2_m2m: handle v4l2 end of stream event
Ming Qian
- [FFmpeg-cvslog] avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl call
Andriy Gelman
- [FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Enable frame level rate control by default
Andriy Gelman
- [FFmpeg-cvslog] avcodec/v4l2_m2m_enc: Reduce log verbosity for some params
Andriy Gelman
- [FFmpeg-cvslog] avcodec/vc1dec: Check field_mode for sprites
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: Fix "return -1" cases
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: Free sprite_output_frame on error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: Limit bits by the actual bitstream size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vmdaudio: Check block_align more
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: fix indentation
Peter Ross
- [FFmpeg-cvslog] avcodec/vp3: propagate error codes
Peter Ross
- [FFmpeg-cvslog] avcodec/vp9: prevent null pointer use on init_frames() failure
Peter Ross
- [FFmpeg-cvslog] avcodec/vp9_raw_reorder_bsf: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmadec: Keep track of exponent initialization per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix 2 overflows in mclms
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix loop in revert_acfilter()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: Fix several integer issues
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmalosslessdec: move channel check up
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Fixes integer overflow with 32bit samples
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Set packet_loss when we error out on a sanity check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmavoice: Check remaining input in parse_packet_header()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Fix integer overflow in MULT()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Fix integer overflow in MULT()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/zerocodec: implement flushing
Paul B Mahol
- [FFmpeg-cvslog] avcodec/zerocodec: use init cleanup internal cap
Paul B Mahol
- [FFmpeg-cvslog] avcodec: add a WebP parser
James Almer
- [FFmpeg-cvslog] avcodec: Add explicit capability flag for encoder flushing
Philip Langdale
- [FFmpeg-cvslog] avcodec: add MV30 decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec: add support for Cunning Developments' ADPCM
Zane van Iperen
- [FFmpeg-cvslog] avdevice/decklink_dec: increase autodetect timeout to 3 sec
Marton Balint
- [FFmpeg-cvslog] avdevice/opengl: add support of wrapped avframe codec
Marton Balint
- [FFmpeg-cvslog] avdevice/xv: add support of wrapped avframe codec
Marton Balint
- [FFmpeg-cvslog] avfilter/af_acrossover: Check sscanf() return value
Limin Wang
- [FFmpeg-cvslog] avfilter/af_amix: make weights option runtime configured
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_amix: unbreak FATE, increase iterator when breaking from loop
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_amix: use av_strtod() for weights
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_astats: add noise floor count stat
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_astats: add slice threading support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_astats: measure noise floor
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_crossfeed: fix calculation of alpha parameter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_crossfeed: make options runtime configurable
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_crossfeed: make slope configurable
Paul B Mahol
- [FFmpeg-cvslog] avfilter/delogo: correct indentation for option show.
Gyan Doshi
- [FFmpeg-cvslog] avfilter/delogo: remove deprecated options
Gyan Doshi
- [FFmpeg-cvslog] avfilter/ebur128: prefer to use variable instead of type for sizeof
Limin Wang
- [FFmpeg-cvslog] avfilter/f_interleave: add duration option
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_interleave: make sure that all frames in inlink queue are used
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_interleave: no need to check for inlink eof if non-empty queue
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_aspect: Fix integer overflow in compute_dar()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_derain.c: put all the calculation in model file.
Guo, Yejun
- [FFmpeg-cvslog] avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn data
Guo, Yejun
- [FFmpeg-cvslog] avfilter/vf_drawtext: only test available exceptions
Rosen Penev
- [FFmpeg-cvslog] avfilter/vf_find_rect: Increase worst case score
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_find_rect: Remove assert
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_mix: check if array is available
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_pixscope: also show standard deviation of zoomed area
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_telecine: avoid possible null-pointer dereference
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: add lagrange9 interpolation
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: add pannini input support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: add SIMD for lagrange9 interpolation
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10
Steven Liu
- [FFmpeg-cvslog] avfilter/vf_v360: improve description of output fov options
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: make FOV adjusted for dual fisheye too
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_xfade: add slice transitions
Paul B Mahol
- [FFmpeg-cvslog] avfilter/x86/vf_v360_init: add missing cases
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add asubboost filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add maskedthreshold filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add tmedian filter
Paul B Mahol
- [FFmpeg-cvslog] avformat/amr: Don't reimplement ff_raw_write_packet()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfdec_f: Fix overflow check in get_tag()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/audiointerleave: Fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avformat.h: Correct some comments
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Avoid integer overflow in NI switch check
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: Don't reimplement ff_free_stream()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak when allocating DVDemuxContext fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak when DV demuxer is disabled
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: Fix memleak with embedded GAB2 subtitles
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avisynth: fix deprecation warning
Stephen Hutchinson
- [FFmpeg-cvslog] avformat/avisynth: switch to AviSynth+ on Linux
Stephen Hutchinson
- [FFmpeg-cvslog] avformat/dashdec: add attribute lang for audio and subtitle streams
Steven Liu
- [FFmpeg-cvslog] avformat/dashenc: add a maxSegmentDuration attribute to the Manifest
James Almer
- [FFmpeg-cvslog] avformat/dashenc: add a PlaybackRate element
James Almer
- [FFmpeg-cvslog] avformat/dashenc: add missing startWithSap attribute to AdaptationSet elements
James Almer
- [FFmpeg-cvslog] avformat/dashenc: cosmetics
Limin Wang
- [FFmpeg-cvslog] avformat/dashenc: fix typo in ProducerReferenceTime elements
James Almer
- [FFmpeg-cvslog] avformat/dashenc: use av_reallocp_array()
Limin Wang
- [FFmpeg-cvslog] avformat/dashenc: use local variable and avoid calculate duration multiple times
Limin Wang
- [FFmpeg-cvslog] avformat/dss: Remove unnecessary allocation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/filmstripenc: Use ff_raw_write_packet()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacenc: Don't allocate updated streaminfo separately
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacenc: Only update streaminfo if it has changed
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hdsenc: Add explicit deinit function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hlsenc: add hls_fmp4_init_resend option
Steven Liu
- [FFmpeg-cvslog] avformat/hlsenc: Factor out deleting files from deleting segments
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hlsenc: Fix memleak when deleting old segments
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: return media_url directly if failed to get seperator
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: use av_asprintf()
Limin Wang
- [FFmpeg-cvslog] avformat/hlsenc: Use AVBPrint to avoid allocations of strings
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hlsplaylist: simplify code for checking whether the string is empty
Limin Wang
- [FFmpeg-cvslog] avformat/hnm: Only keep and parse what is needed later
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/ilbc: Add missing #if for muxer
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ilbc: Don't reimplement ff_raw_write_packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Add missing rawenc dependency for iLBC muxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Don't add dependency twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Remove false dependencies of WebM and Matroska muxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Remove false dependency of WebM DASH manifest muxer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroska: clean the structure formatting
Steve Lhomme
- [FFmpeg-cvslog] avformat/matroska: Move mime_tag lists to matroskadec
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Add a workaround for missing WavPack extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Fix default value of BlockAddID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Remove redundant setting of chapter titles
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Add check for using explicit TrackNumber
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Add const where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Automatically use right TrackNumber in Cues
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Avoid seek when writing Cues at the front
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Change signature of mkv_write_track()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Combine checks for audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Cosmetics
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't fail if reserved Cues space doesn't suffice
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't implicitly mark WebVTT in WebM as English
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't needlessly copy AVCodecParameters
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't use size of inexistent Cluster
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't waste bytes on length fields
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't waste bytes writing durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Don't write elements with their default value
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Ensure that ChapterUID are != 0
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Fix edge case of writing Cues at the beginning
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Ignore AttachedFiles for track limit
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Improve BlockAdditions
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Improve checks for updating Tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Improve Cues in case of no video
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Improve mimetype search
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Make ebml_num_size() more robust
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Make output more deterministic
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Only write Tracks if there is a track
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Redo handling of FlagDefault
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Refactor writing EBML lengths
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Reindent after previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Remove allocations for Attachments
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Remove limit on the number of tracks
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Remove unnecessary avio_tell(), avio_seek()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Remove unnecessary headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Rename functions to better reflect what they do
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Reuse random seed
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Simplify writing Void elements
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Stop reallocating of Cluster buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Update the default version of WavPack
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Use comparison instead of assignment
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Use random TrackUID
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Warn that WebM doesn't support Attachments
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Discard last STSC if its empty
Michael Niedermayer
- [FFmpeg-cvslog] avformat/movenc: add write_clli flag to write clli atom
Michael Bradshaw
- [FFmpeg-cvslog] avformat/movenc: cosmetics
Limin Wang
- [FFmpeg-cvslog] avformat/movenc: cosmetics
Limin Wang
- [FFmpeg-cvslog] avformat/movenc: remove call to av_copy_packet_side_data() when concatenating eac3 syncframes
James Almer
- [FFmpeg-cvslog] avformat/movenc: remove the write_clli mov flag
Michael Bradshaw
- [FFmpeg-cvslog] avformat/movenc: stop guessing colr atom values
Michael Bradshaw
- [FFmpeg-cvslog] avformat/movenc: use enum values directly for colr atom
Michael Bradshaw
- [FFmpeg-cvslog] avformat/movenc: write the mdcv atom by default
Michael Bradshaw
- [FFmpeg-cvslog] avformat/mpc: Simplify cleanup
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpeg: Don't use unintialized value
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use buffer pools for allocating PES payloads
Marton Balint
- [FFmpeg-cvslog] avformat/mpegtsenc: don't print warning for DVB text streams
Gyan Doshi
- [FFmpeg-cvslog] avformat/mpegtsenc: factorize determining stream_type
Marton Balint
- [FFmpeg-cvslog] avformat/mpegtsenc: only allow one program in m2ts mode
Marton Balint
- [FFmpeg-cvslog] avformat/mpegtsenc: use av_log_once for data stream warning
Gyan Doshi
- [FFmpeg-cvslog] avformat/mpegtsenc: use standard pids for m2ts
Marton Balint
- [FFmpeg-cvslog] avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors for m2ts
Marton Balint
- [FFmpeg-cvslog] avformat/mux: Don't modify packets we don't own
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Fix leaks on error when writing noninterleaved uncoded frames
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Fix leak when adding packet to interleavement queue fails
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Make uncoded frames av_packet_unref() compatible
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Only prepare input packet if there is a packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Remove pointless timestamp backups
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Remove redundant resetting
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Remove unnecessary headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mvdec: Check stream numbers
Michael Niedermayer
- [FFmpeg-cvslog] avformat/nsvdec: Fix memleaks on errors while reading the header
Michael Niedermayer
- [FFmpeg-cvslog] avformat/oggdec: Check for EOF after page header
Michael Niedermayer
- [FFmpeg-cvslog] avformat/oggdec: Check for EOF after page header
Michael Niedermayer
- [FFmpeg-cvslog] avformat/oggenc: Don't free AVStream's priv_data, fix memleak
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/r3d: Remove write-only array
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rso: Don't reimplement ff_raw_write_packet()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rtp: Pass sources and block filter addresses via sdp file for rtp
phunkyfish
- [FFmpeg-cvslog] avformat/rtsp: Don't free uninitialized AVBPrint
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rtsp: Put strings instead of pointers to strings into array
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/segment: always use interleaved writes for formats with custom interleaving
Marton Balint
- [FFmpeg-cvslog] avformat/smacker: Cosmetics
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Create audio streams immediately
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Only store what is needed later
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Read extradata directly into extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/smacker: Remove unused structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix memleak when decoding subtitle in find_stream_info
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()
Dale Curtis
- [FFmpeg-cvslog] avformat/utils: Remove superfluous headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webm_chunk: Remove superfluous headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Check codec types
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webmdashenc: Use AVCodecDescriptors for codec names
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webvttdec: Remove write-only variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wvdec: Export version as extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: add subtitle support in master playlist m3u8
Limin Wang
- [FFmpeg-cvslog] avformat: only allow a single bitstream filter when muxing
Marton Balint
- [FFmpeg-cvslog] avfoundation: Fix building on iOS
Martin Storsjö
- [FFmpeg-cvslog] avutil/hwcontext_cuda: Only handle CUDA hardware frames
Timo Rothenpieler
- [FFmpeg-cvslog] avutil/log: update text requesting samples
Marton Balint
- [FFmpeg-cvslog] avutil/opt: Don't use NULL for %s string in a log message
Andreas Rheinhardt
- [FFmpeg-cvslog] Changelog: Add entry for expanded styling support in movtext
Philip Langdale
- [FFmpeg-cvslog] Changelog: Update for 2.8.16
Michael Niedermayer
- [FFmpeg-cvslog] cmdutils: stop using deprecated av_codec_next()
Anton Khirnov
- [FFmpeg-cvslog] compat/avisynth: remove avisynth headers
Stephen Hutchinson
- [FFmpeg-cvslog] configure, libavformat/Makefile: Fix webm_chunk dependencies
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: add MLP parser as dependency to MLP and TrueHD demuxers
James Almer
- [FFmpeg-cvslog] configure: add mv30 blockdsp dependency
Peter Ross
- [FFmpeg-cvslog] configure: bump year
Gyan Doshi
- [FFmpeg-cvslog] configure: Do not abort when cross-compiling to the native CPU
David Michael
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for aarch64
ManojGuptaBonda
- [FFmpeg-cvslog] configure: Filter -Wl, linker flags out for msvc compilation.
Carl Eugen Hoyos
- [FFmpeg-cvslog] configure: fix build issue of vf_dnn_processing.c when --disable-swscale
Guo, Yejun
- [FFmpeg-cvslog] configure: fix clang on macOS 10.15
Josh de Kock
- [FFmpeg-cvslog] decode: make sure ff_get_buffer() cleans the frame on failure
Anton Khirnov
- [FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for 'mul'
Guo, Yejun
- [FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for add
Guo, Yejun
- [FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for divide
Guo, Yejun
- [FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for subtraction
Guo, Yejun
- [FFmpeg-cvslog] dnn-layer-mathbinary-test: Fix tests for cases with extra intermediate precision
Martin Storsjö
- [FFmpeg-cvslog] dnn/native: add native support for 'add'
Guo, Yejun
- [FFmpeg-cvslog] dnn/native: add native support for 'mul'
Guo, Yejun
- [FFmpeg-cvslog] dnn/native: add native support for divide
Guo, Yejun
- [FFmpeg-cvslog] dnn_backend_native_layer_mathbinary: add sub support
Guo, Yejun
- [FFmpeg-cvslog] doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry
Jun Zhao
- [FFmpeg-cvslog] doc/filters: clarify metadata and logging for blackdetect
Gyan Doshi
- [FFmpeg-cvslog] doc/general: AviSynth+ works on Linux now, AvxSynth is gone.
Stephen Hutchinson
- [FFmpeg-cvslog] doc/general: update avisynth docs with a way to install just the headers using CMake
Stephen Hutchinson
- [FFmpeg-cvslog] doc/muxers: fix some dashenc option names
James Almer
- [FFmpeg-cvslog] fate/matroska: Add test for chapters, Vorbis and WebM DASH
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/matroska: Add test for updating CodecPrivate from packet sidedata
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/truehd: add a test for the truehd_core bitstream filter
James Almer
- [FFmpeg-cvslog] fate: Allow to test temporary files with ffprobe
Andreas Rheinhardt
- [FFmpeg-cvslog] fate: Fix dependencies for ffprobe tests with external samples
Andreas Rheinhardt
- [FFmpeg-cvslog] fate: hevc: Skip a few large testcases if large tests are disabled
Martin Storsjö
- [FFmpeg-cvslog] fate: move TrueHD tests to their own file
James Almer
- [FFmpeg-cvslog] fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled
Martin Storsjö
- [FFmpeg-cvslog] ffmpeg: Do not clip timestamps at LONG_MAX.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffmpeg: Make filter hardware device selection clearer
Mark Thompson
- [FFmpeg-cvslog] ffmpeg: Remove the hw_device_ctx global
Mark Thompson
- [FFmpeg-cvslog] ffmpeg: Use hardware config metadata with encoders
Mark Thompson
- [FFmpeg-cvslog] ffplay: always show stats at all log levels if requested by user
Gyan Doshi
- [FFmpeg-cvslog] ffplay: flush correct stream after stats update
Gyan Doshi
- [FFmpeg-cvslog] ffplay: set stream_index to -1 earlier to prevent segfault
Peter Ross
- [FFmpeg-cvslog] fftools/ffmpeg: also flush encoders which have a variable frame size
Marton Balint
- [FFmpeg-cvslog] fftools/ffmpeg: Disable copy_ts on timestamp wraparound
Michael Niedermayer
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Check attachment filesize
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffprobe: support DOVI sidedata
Jun Zhao
- [FFmpeg-cvslog] fftools: fix hwaccels option dump redundancy
Jun Zhao
- [FFmpeg-cvslog] h264_ps: make the PPS hold a reference to its SPS
Anton Khirnov
- [FFmpeg-cvslog] h264_sei: parse the picture timing SEIs correctly
Anton Khirnov
- [FFmpeg-cvslog] h264_sei: use a separate reader for the individual SEI messages
Anton Khirnov
- [FFmpeg-cvslog] h264dec: do not abort if decoding extradata fails
Anton Khirnov
- [FFmpeg-cvslog] h264dec: do not set picture_structure on init
Anton Khirnov
- [FFmpeg-cvslog] h264dec: rename flush_dpb()
Anton Khirnov
- [FFmpeg-cvslog] hwcontext_vulkan: correctly download and upload flipped images
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: only use one semaphore per image
Lynne
- [FFmpeg-cvslog] lavc/aacdec_template: Only warn once about unusual 7.1 encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/amrwbdec: Add a comment about the missing muting technique.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/amrwbdec: Do not ignore NO_DATA frames.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/amrwbdec: Output silence for frames marked as corrupt.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/amrwbdec: Remove a dead comparison.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/amrwbdec: Use av_samples_set_silence().
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/ass_split: fix parsing utf8 scripts
John Stebbins
- [FFmpeg-cvslog] lavc/assenc: return more meaningful error code
John Stebbins
- [FFmpeg-cvslog] lavc/dvbsub: fix potential encode buffer overflow
John Stebbins
- [FFmpeg-cvslog] lavc/dvbsub: return meaningful error codes
John Stebbins
- [FFmpeg-cvslog] lavc/hevcdec: fix the HEVC decoder crash when memory over-read
qoroliang
- [FFmpeg-cvslog] lavc/jpeg2000dec: Allow to force a compatible pix_fmt.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/jpeg2000dec: Cosmetics, re-indent after last commit.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/libopenh264enc: add bit rate control select support
Linjie Fu
- [FFmpeg-cvslog] lavc/libopenh264enc: add default gop size and bit rate
Linjie Fu
- [FFmpeg-cvslog] lavc/libopenh264enc: Add qmin/qmax support
Linjie Fu
- [FFmpeg-cvslog] lavc/libopenh264enc: fix the if-else coding style
Linjie Fu
- [FFmpeg-cvslog] lavc/libopenh264enc: prompt slice number changing inside libopenh264
Linjie Fu
- [FFmpeg-cvslog] lavc/libopenh264enc: set slice_mode option to deprecated
Linjie Fu
- [FFmpeg-cvslog] lavc/movtextdec: add alpha default to ass header colors
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: add color and alpha style tags
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: allow setting subtitle frame dimensions
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: fix ass header colors
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: fix bold, italic, underline flags
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: handle changes to default style flags
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: make sure default font name is set
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: only write fontsize, fontID tags if not default
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: restore active style color after hilite
John Stebbins
- [FFmpeg-cvslog] lavc/movtextdec: simplify style record walk
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: add alpha tag handling
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: add color tag handling
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: add font name handling
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: add font size tag handling
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: add option to scale fontsize with height
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: fix unclosed style records
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: handle cancel overrides callback
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: handle changes to hilight alpha
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: init style record from ASS dialog style
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: keep values in native byte order till written
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: return more meaningful error codes
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: simplify initialization of new style record
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: simplify style record updates
John Stebbins
- [FFmpeg-cvslog] lavc/movtextenc: use correct color component order
John Stebbins
- [FFmpeg-cvslog] lavc/qsvenc: Add hardware config metadata
Mark Thompson
- [FFmpeg-cvslog] lavc/qsvenc: Fix format specifiers for two variables of type int.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/sbc: Remove bool usage.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/srtenc: return more meaninful error codes
John Stebbins
- [FFmpeg-cvslog] lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabled
Linjie Fu
- [FFmpeg-cvslog] lavc/vaapi_encode: Add hardware config metadata
Mark Thompson
- [FFmpeg-cvslog] lavc/version: bump minor version for DOVI sidedata
Jun Zhao
- [FFmpeg-cvslog] lavc/webvttenc: return more meaningful error codes
John Stebbins
- [FFmpeg-cvslog] lavc/xsubenc: return meaningfull error codes
John Stebbins
- [FFmpeg-cvslog] lavc: add a new sidedata type for DOVI
Jun Zhao
- [FFmpeg-cvslog] lavc: do not implicitly share the frame pool between threads
Anton Khirnov
- [FFmpeg-cvslog] lavc: Extend hardware config metadata to encoders
Mark Thompson
- [FFmpeg-cvslog] lavc: install codec_desc.h
Anton Khirnov
- [FFmpeg-cvslog] lavc: Rename hwaccel.h to hwconfig.h
Mark Thompson
- [FFmpeg-cvslog] lavc: replace AVCodecInternal.allocate_progress with an internal cap
Anton Khirnov
- [FFmpeg-cvslog] lavc: stop using deprecated av_codec_next()
Josh de Kock
- [FFmpeg-cvslog] lavc: Use supported_samplerates for Dolby Digital encoders.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavd/avfoundation.m: Do not use transport controls for screen capture devices.
Thilo Borgmann
- [FFmpeg-cvslog] lavd/avfoundation.m: Remove transport controls for iOS.
Thilo Borgmann
- [FFmpeg-cvslog] lavf, lavfi: Remove uses of sizeof(char).
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/chromaprint: Silence compilation warnings
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/dump: dump DOVI side data
Jun Zhao
- [FFmpeg-cvslog] lavf/mov: support dvcC/dvvC box for DOVI
vacingfang
- [FFmpeg-cvslog] lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata
Jun Zhao
- [FFmpeg-cvslog] lavf/mp3enc: fix ID3v1 year metadata setting issue
Jun Zhao
- [FFmpeg-cvslog] lavf/mpegts: support DOVI Video Stream Descriptor
vacingfang
- [FFmpeg-cvslog] lavf/oggparsevorbis: Use case-insensitive key compare for vorbis picture
Mattias Wadman
- [FFmpeg-cvslog] lavf/tls_gnutls: check for interrupt inside handshake loop
Błażej Szczygieł
- [FFmpeg-cvslog] lavf/tls_mbedtls: fix resource leak
Jun Zhao
- [FFmpeg-cvslog] lavf/utils: stop using deprecated av_codec_next()
Josh de Kock
- [FFmpeg-cvslog] lavfi/deshake_opencl: Do not use bool, powerpc does not like it.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavfi/scale_qsv: Fix a format specifier for a variable of type int.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavfi/telecine: Mark telecined frames as interlaced.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavu/mem: Make other alloc functions more similar to av_malloc().
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavu/version: bump minor version for DOVI sidedata
Jun Zhao
- [FFmpeg-cvslog] lavutil: add DOVI related header
vacingfang
- [FFmpeg-cvslog] libavcodec/avpacket: Don't simply forward return value of av_dict_set()
Andreas Rheinhardt
- [FFmpeg-cvslog] libavcodec/jpeg2000: fix precinct coordinate calculation
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Add support for PPT marker
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: fix error in cod marker
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Fix indentation
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Handle non EOC streams
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: ROI marker support
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Support for CRG marker
Gautam Ramakrishnan
- [FFmpeg-cvslog] libavcodec/libx264: fix reference frame computation based on level
Josh Brewster
- [FFmpeg-cvslog] libavformat/amr.c: Check return value from avio_read()
John Rummell
- [FFmpeg-cvslog] libavformat/amr.c: Check return value from avio_read()
John Rummell
- [FFmpeg-cvslog] libavformat/Makefile: Fix build issues with async test
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/mov.c: Free aes_decrypt to avoid leaking memory
John Rummell
- [FFmpeg-cvslog] libavformat/mov.c: Free aes_decrypt to avoid leaking memory
John Rummell
- [FFmpeg-cvslog] libavformat/mov: fix multiple trun per traf
John Stebbins
- [FFmpeg-cvslog] libavformat/mov: restore use of mfra time as dts
John Stebbins
- [FFmpeg-cvslog] libavformat/mux, mxfenc: Don't initialize unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/oggdec.c: Check return value from avio_read()
John Rummell
- [FFmpeg-cvslog] libavformat/oggdec.c: Check return value from avio_read()
John Rummell
- [FFmpeg-cvslog] libavformat/rtsp: pass protocol options for udp multicast
Wolfgang Haupt
- [FFmpeg-cvslog] MAINTAINERS: add myself to the general developers list
Limin Wang
- [FFmpeg-cvslog] mov: fix seek to next root atom in fragmented mp4
John Stebbins
- [FFmpeg-cvslog] mov: Support fake moov boxes disguised as hoov
Vittorio Giovara
- [FFmpeg-cvslog] mpeg4videodec: do not copy a range of fields at once
Anton Khirnov
- [FFmpeg-cvslog] mpeg4videoenc: Don't crash with -fsanitize=bounds
Vitaly Buka
- [FFmpeg-cvslog] overlay_vulkan: add support for overlaying images with an alpha channel
Lynne
- [FFmpeg-cvslog] pthread_frame: do not copy a range of AVCodecContext fields at once
Anton Khirnov
- [FFmpeg-cvslog] pthread_frame: do not embed full AVFrame structs into per-thread contexts
Anton Khirnov
- [FFmpeg-cvslog] pthread_frame: do not share priv_data between multiple codec contexts
Anton Khirnov
- [FFmpeg-cvslog] pthread_frame: make sure ff_thread_release_buffer always cleans the frame
Anton Khirnov
- [FFmpeg-cvslog] pthread_frame: merge the functionality for normal decoder init and init_thread_copy
Anton Khirnov
- [FFmpeg-cvslog] Revert "avformat/rtp: Pass sources and block filter addresses via sdp file for rtp"
Carl Eugen Hoyos
- [FFmpeg-cvslog] Revert "avformat/rtp: Pass sources and block filter addresses via sdp file for rtp"
Carl Eugen Hoyos
- [FFmpeg-cvslog] scale_vulkan: correctly copy the colormatrix
Lynne
- [FFmpeg-cvslog] scale_vulkan: take frame cropping parameters in account when scaling
Lynne
- [FFmpeg-cvslog] swscale/input: Fix several invalid shifts related to rgb2yuv constants
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Fix several invalid shifts related to vChrDrop
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: remove useless code
Ruiling Song
- [FFmpeg-cvslog] swscale/vscale: Increase type strictness
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/yuv2rgb: Fix vertical dither offset with slices
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Fix vertical dither offset with slices
Michael Niedermayer
- [FFmpeg-cvslog] swscale: aarch64: Avoid using the x18 register
Martin Storsjö
- [FFmpeg-cvslog] swscale: aarch64: Don't clobber callee-saved registers v8-v15
Martin Storsjö
- [FFmpeg-cvslog] Tag n2.8.16 : FFmpeg 2.8.16 release
git at videolan.org
- [FFmpeg-cvslog] tests/api/api-h264-slice-test: remove unused bool header
Linjie Fu
- [FFmpeg-cvslog] tests/ref/vsynth: fix fate colr changes
Michael Bradshaw
- [FFmpeg-cvslog] tests/ref/vsynth: fix fate colr changes (again)
Michael Bradshaw
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for screenpresso
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for zerocodec
Michael Niedermayer
- [FFmpeg-cvslog] tools: fix const specifier for AVInputFormat
Josh de Kock
- [FFmpeg-cvslog] tools: stop using deprecated av_codec_next()
Josh de Kock
- [FFmpeg-cvslog] wavpack: fully support stream parameter changes
Anton Khirnov
Last message date:
Thu Apr 30 22:28:45 EEST 2020
Archived on: Thu Apr 30 22:28:53 EEST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).