summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/pnm: Check magic bytes directly without pnm_get()Michael Niedermayer2019-08-23
* avformat/mpsubdec: Check pts / duration before castMichael Niedermayer2019-08-23
* avcodec/lcldec: Check mthread_inlen instead of clipingMichael Niedermayer2019-08-23
* avcodec/rl2: set dimensionsMichael Niedermayer2019-08-23
* avformat/flvdec: delete unused codeleozhang2019-08-23
* Change libaom default to crf=32.elliottk2019-08-23
* avcodec/h264_parse: retry decoding SPS with complete NALJun Li2019-08-23
* tools/target_dec_fuzzer: use refcounted packetsJames Almer2019-08-23
* avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-08-23
* avcodec/idcinvideo: Add 320x240 default maximum resolutionMichael Niedermayer2019-08-23
* tools/target_dec_fuzzer: Do not increase max_pixelsMichael Niedermayer2019-08-23
* lavfi: add deshake_opencl filterJarek Samic2019-08-23
* lavfi: modify avfilter_get_matrix to support separate scale factorsJarek Samic2019-08-22
* lavfi: add utilities to reduce OpenCL boilerplate codeJarek Samic2019-08-22
* avcodec: remove some dead assignmentsMarton Balint2019-08-22
* avutil/imgutils: remove dead assignmentMarton Balint2019-08-22
* avformat/mxfdec: do not ignore bad size errorsMarton Balint2019-08-22
* avformat/realtextdec: free queue on errorMichael Niedermayer2019-08-22
* avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer2019-08-22
* avformat/vividas: Check av_xiphlacing() return value before useMichael Niedermayer2019-08-22
* Add assembly support for -fsanitize=hwaddress tagged globals.Peter Collingbourne2019-08-22
* libavfilter: Update derain filter doc.Xuewei Meng2019-08-22
* avfilter/vf_v360: remove unused headerPaul B Mahol2019-08-21
* avfilter/vf_v360: improve comments above headersPaul B Mahol2019-08-21
* doc/filters: fix typosPaul B Mahol2019-08-21
* add v360 to ChangelogPaul B Mahol2019-08-21
* doc/filters: fix v360 options namesPaul B Mahol2019-08-21
* avformat/hlsenc: avformat/hlsenc: simplified codeSteven Liu2019-08-21
* avformat/hlsenc: simplified code of use_localtime in hls_initSteven Liu2019-08-21
* avformat/hlsenc: fix memleak in update_variant_stream_infoSteven Liu2019-08-21
* avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer2019-08-21
* avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer2019-08-21
* avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer2019-08-21
* lavfi/qsvvpp: disable pass through mode if format changedZhong Li2019-08-20
* lavfi/scale_qsv: change alignment to be 16 bytesZhong Li2019-08-20
* lavc/qsvdec: Add VP9 decoder supportZhong Li2019-08-20
* lavc/qsvdec: Add mjpeg decoder supportZhong Li2019-08-20
* lavc/qsvdec: remove orignal parser code since not needed nowZhong Li2019-08-20
* lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader()Zhong Li2019-08-20
* lavc/qsv: make function qsv_map_fourcc() can be called externallyZhong Li2019-08-20
* lavc/qsvdec: add function ff_qsv_map_picstruct()Zhong Li2019-08-20
* lavfi/dnn/dnn_backend_native: fix memory leak in error pathJun Zhao2019-08-20
* lavfi/avfiltergraph: add check before free the formatJun Zhao2019-08-20
* lavfi/af_adeclick: fix double free after ff_filter_frame failJun Zhao2019-08-20
* avformat/hlsenc: reindent codeSteven Liu2019-08-20
* avformat/hlsenc: remove unuse comment of the codeSteven Liu2019-08-20
* lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao2019-08-20
* lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]Limin Wang2019-08-20
* FATE/dnn: let fate/dnn tests depend on ffmpeg static librariesGuo, Yejun2019-08-19
* libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend wit...Guo, Yejun2019-08-19