Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • 4fee9b6977 avcodec/jpeg2000: Check stepsize before using it by Michael Niedermayer 2019-04-16 00:41:54 +0200
  • d3ecf3895b avcodec/aacdec_fixed: Fix undefined shift in noise_scale() by Michael Niedermayer 2019-03-29 08:58:49 +0100
  • 32c200d49d avutil/avstring: Fix bug and undefined behavior in av_strncasecmp() by Michael Niedermayer 2019-04-16 00:09:38 +0200
  • 17d039349f avformat/mov: Skip stsd adjustment without chunks by Michael Niedermayer 2019-04-16 22:15:14 +0200
  • 3935e8d967 avformat/aadec: Check for scanf() failure by Michael Niedermayer 2019-04-16 23:56:43 +0200
  • 944f0b7c04 avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside by Michael Niedermayer 2019-04-20 18:11:42 +0200
  • 632ac9e04e avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() by Michael Niedermayer 2019-04-12 00:09:57 +0200
  • d9a9531244 avcodec/diracdec: Use 64bit in intermediate of global motion vector field generation by Michael Niedermayer 2019-04-07 16:44:53 +0200
  • 42dad95d2a avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks() by Michael Niedermayer 2019-03-27 00:39:56 +0100
  • c3f1cd8869 avcodec/rscc: Check that the to be uncompressed input is large enough by Michael Niedermayer 2019-03-31 17:31:17 +0200
  • 72915ca8ba avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK by Limin Wang 2019-11-11 09:05:02 +0800
  • 529145168b avformat/mp3dec: cosmetics by Limin Wang 2019-11-11 09:05:01 +0800
  • b25b6432a7 avcodec/dvdec: Don't use restrict directly to fix build on MSVC by Andreas Rheinhardt 2019-11-10 02:47:24 +0100
  • 66ac7775f7 tests/fate/filter-video: add test for colorlevels by Limin Wang 2019-10-23 18:27:41 +0800
  • 3a84081cbd avcodec/librav1e: free the RaPacket after using it by James Almer 2019-11-10 22:15:44 -0300
  • d8bf24459b avcodec: Add librav1e encoder by Derek Buitenhuis 2019-05-29 19:28:24 +0100
  • 0f89a2293e avcodec/wmaprodec: get frame during frame decode by Michael Niedermayer 2019-09-25 15:54:45 +0200
  • 10eabb8e40 avcodec/interplayacm: Fix overflow of last unused value by Michael Niedermayer 2019-10-25 12:44:45 +0200
  • 7786f6c30e avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKI by Michael Niedermayer 2019-10-25 11:12:02 +0200
  • 1c63edcdd2 avcodec/cook: Move up and extend block_align check by Michael Niedermayer 2019-10-25 01:12:15 +0200
  • 00e469fb61 avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four() by Michael Niedermayer 2019-10-22 00:09:11 +0200
  • 97f778e9c5 avcodec/twinvq: Check block_align by Michael Niedermayer 2019-10-22 15:41:51 +0200
  • 50001cd440 avcodec/cook: Enlarge gain table by Michael Niedermayer 2019-10-23 19:59:57 +0200
  • 57750bb629 avcodec/cook: Check samples_per_channel earlier by Michael Niedermayer 2019-10-23 19:41:27 +0200
  • de5102fd92 avcodec/atrac3plus: Check split point in fill mode 3 by Michael Niedermayer 2019-10-22 22:02:32 +0200
  • 55c97a7637 avcodec/wmavoice: Check sample_rate by Michael Niedermayer 2019-10-23 22:32:47 +0200
  • 9ea9973959 avcodec/xsubdec: fix overflow in alpha handling by Michael Niedermayer 2019-10-23 22:08:37 +0200
  • 32b3c8ce7d avcodec/iff: Check available space before entering loop in decode_long_vertical_delta2() / decode_long_vertical_delta() by Michael Niedermayer 2019-10-23 23:31:03 +0200
  • 1c038c5c63 avcodec/apedec: Fix integer overflow in filter_3800() by Michael Niedermayer 2019-10-21 00:26:25 +0200
  • be78999266 avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP by Michael Niedermayer 2019-10-19 19:32:12 +0200
  • d6fea2ef22 avutil/lfg: Document the AVLFG struct by Michael Niedermayer 2019-10-20 12:12:12 +0200
  • 20fad71247 avcodec/decode: Also consider channels in max_samples check by Michael Niedermayer 2019-10-18 22:24:04 +0200
  • 17603094d5 avcodec/rasc: Check input size in decode_fint() by Michael Niedermayer 2019-10-17 23:57:26 +0200
  • df498cf544 avcodec/ffv1dec: Use a different error message for the slice level CRC by Michael Niedermayer 2019-10-17 23:22:22 +0200
  • 1d1719a44d avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() by Michael Niedermayer 2019-10-17 20:56:23 +0200
  • 14d3384cf3 avformat/flvenc: Check pts for mpeg4/h264 (which need the value) by Michael Niedermayer 2019-10-15 22:18:45 +0200
  • 0c3e1b395b avcodec/dstdec: Check that AC probabilities are within range by Michael Niedermayer 2019-10-15 23:42:50 +0200
  • 03ea8d8cd4 avcodec/dstdec: Check read_table() for failure by Michael Niedermayer 2019-10-15 23:40:21 +0200
  • 2a8785966c avcodec/vc1_block: Check input in the block decode loops by Michael Niedermayer 2019-10-12 16:59:46 +0200
  • 947732c56d avcodec/vc1_block: Check for end of bitstream at the top of vc1_decode_i_blocks_adv() by Michael Niedermayer 2019-09-28 22:44:18 +0200
  • de1d3b0925 tools/target_dec_fuzzer: Adjust threshold for smacker by Michael Niedermayer 2019-10-10 18:51:19 +0200
  • 07519f363b avcodec/hqx: Check the input data against the image size by Michael Niedermayer 2019-07-20 23:37:38 +0200
  • 859362a6f0 avcodec/pafvideo: Only clear frame when it was written to by Michael Niedermayer 2019-08-06 23:07:01 +0200
  • 114ddf6430 avformat/vividas: Fix n_sb_blocks Check by Michael Niedermayer 2019-10-14 23:17:51 +0200
  • 55279d699f avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0 by Michael Niedermayer 2019-10-14 23:03:50 +0200
  • 8802e329c8 avcodec/snowenc: Fix 2 undefined shifts by Michael Niedermayer 2019-10-14 22:51:57 +0200
  • bb190ded67 avformat/mlvdec:drop unnecessary check before ff_format_io_close by Steven Liu 2019-11-09 11:27:14 +0900
  • a605e9ad1e avcodec/libvpxenc,cosmetics: fix a typo by James Zern 2019-11-08 17:48:29 -0800
  • a6be42a733 avcodec/libvpxdec.c,cosmetics: bpp -> bpc by James Zern 2019-11-06 14:05:23 -0800
  • 007e03348d avfilter/Makefile: add missing framesync dependency to bm3d & mix filters by Lou Logan 2019-11-06 10:37:09 -0900
  • 5896411437 configure: select missing rdft for several filters by Lou Logan 2019-11-06 10:35:28 -0900
  • c79307b7de avfilter/vf_dnn_processing: correct duplicate statement by leozhang 2019-11-08 11:55:10 +0800
  • f6e942251c avfilter/vf_dnn_processing: fix fate-source by Guo, Yejun 2019-11-08 15:51:40 +0800
  • 9802599ad0 avformat/mxfdec: cleanup on "essence prior to first PartitionPack" by Michael Niedermayer 2019-10-31 13:30:52 +0100
  • 81271b3cce avfilter/f_metadata: remove unneeded code by Limin Wang 2019-10-10 14:03:54 +0800
  • e700038990 lavf/dashdec: drop unnecessary check before ff_format_io_close by Jun Zhao 2019-09-24 00:30:17 +0800
  • a23c8d75ec lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer by Jun Zhao 2019-11-02 22:46:00 +0800
  • 5307c12acb lavf/hls: support probesize/max_analyze_duration when open sub-demuxer by Jun Zhao 2019-11-02 19:48:28 +0800
  • d44c7235a8 lavf/flvenc: Cosmetics: fix indentation by Jun Zhao 2019-11-02 19:59:45 +0800
  • 3dce89e55e lavf/mov: add log context dump in log message by Jun Zhao 2019-10-27 10:01:30 +0800
  • bbf061c7ca lavf/hls: fix the log context setting in log message by Jun Zhao 2019-10-27 10:00:24 +0800
  • 4d980a8ceb avfilter/vf_dnn_processing: add a generic filter for image proccessing with dnn networks by Guo, Yejun 2019-10-31 16:33:02 +0800
  • fc7b6d5574 fftools/ffmpeg_opt: Fix mixed declarations and code by Andreas Rheinhardt 2019-11-06 13:18:16 +0100
  • 84c27c8c08 avcodec/extract_extradata_bsf: fix typo in comments by leozhang 2019-11-06 15:00:59 +0800
  • 7b2ce27e56 avdevice/v4l2: Remove av_assert0 when format not supported by Andriy Gelman 2019-11-04 22:32:59 -0500
  • a0c7406075 avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder by Lou Logan 2019-11-05 10:28:07 -0900
  • b973d27952 avcodec/Makefile: add missing h263data dependency to snow encoder by Lou Logan 2019-11-05 10:21:10 -0900
  • 9022a5e0c2 avcodec/Makefile: add missing vorbis_data dependency to opus encoder by Lou Logan 2019-11-05 10:17:01 -0900
  • 0663f0e0da configure: select mdct for dca encoder by Lou Logan 2019-11-05 10:01:55 -0900
  • 004ebd4b37 avcodec/dvdec: correctly decode bottom mb row in 1080i field mode by Baptiste Coudurier 2019-06-18 13:29:41 -0700
  • 33203a08e0 avcodec/dvdec: correctly set interlaced and tff by Baptiste Coudurier 2019-06-28 10:33:05 -0700
  • c54268ce02 avcodec/libvpxdec: reject video and alpha dimension mismatches by Marton Balint 2019-10-27 18:10:36 +0100
  • 5478e2cc57 avcodec/libvpxdec: decode to custom framebuffers for vp9 by Marton Balint 2019-10-27 18:10:35 +0100
  • 98aa1eb1cb avcodec/libvpxdec: pass decoder instances to vpx_init directly by Marton Balint 2019-10-27 18:10:34 +0100
  • 99e0007046 avcodec/libvpxdec: make sure BlockAdditional side data size >= 8 by Marton Balint 2019-10-27 18:10:33 +0100
  • 6b54477072 avcodec/libvpxenc: only allocate alpha U/V planes on size changes by Marton Balint 2019-11-02 17:20:21 +0100
  • 4255032914 avcodec/libvpxenc: fix alpha stride by Marton Balint 2019-10-27 18:10:31 +0100
  • e4fdeb3fce avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags() by Michael Niedermayer 2019-11-01 10:02:29 +0100
  • 377fa6612a doc/bitstream_filters: Fix copy an paste typo by Limin Wang 2019-11-04 19:09:59 +0800
  • 121326d7b8 configure: select bswapdsp for ylc decoder by Lou Logan 2019-11-04 14:25:31 -0900
  • c69ade947a configure: select fft for qdmc decoder by Lou Logan 2019-11-04 14:23:41 -0900
  • 16503a933d configure: select bswapdsp for mdec decoder by Lou Logan 2019-11-04 14:20:10 -0900
  • 04e23e027e configure: select bswapdsp for imm4 decoder by Lou Logan 2019-11-04 14:14:41 -0900
  • 3bfd12d84c avcodec/Makefile: add missing ass dependency to ccaption decoder by Lou Logan 2019-11-04 14:12:24 -0900
  • 1c7e661adb configure: select audiodsp for acelp_kelvin decoder by Lou Logan 2019-11-04 14:10:11 -0900
  • e8e788da97 configure: select mdct for atrac3al decoder by Lou Logan 2019-11-04 14:06:22 -0900
  • e5511bc1bd configure: select mdct & sinewin for atrac3pal decoder by Lou Logan 2019-11-04 14:01:45 -0900
  • cae7f6658c avformat/Makefile: add missing pcm dependency to sdx demuxer by Lou Logan 2019-11-01 14:18:35 -0800
  • 5f78ca83d6 avformat/Makefile: add missing pcm dependency to nsp demuxer by Lou Logan 2019-11-01 14:14:44 -0800
  • 82bb7900db avformat/Makefile: add missing pcm dependency to hcom demuxer by Lou Logan 2019-11-01 13:57:38 -0800
  • 16ccafad95 configure: select riffdec for act demuxer by Lou Logan 2019-11-01 13:50:33 -0800
  • 132bc8817e configure: select jpegtables for rtp muxer by Lou Logan 2019-11-01 13:35:53 -0800
  • 8ff432eb44 tools/enum_options: replace the deprecated API by Zhong Li 2019-11-02 23:47:01 +0800
  • f52e15df0f tools/probetest: replace the deprecated API by Zhong Li 2019-11-02 23:47:00 +0800
  • fcbfdeeabe lavc/qsvenc: add the missing vp9 file by zhongli_dev@126.com 2019-11-04 07:11:38 +0000
  • ec3d3fc65d lavf/asfdec: Simplify the check conditions by Jun Zhao 2019-06-15 16:21:56 +0800
  • 8f7a043609 lavf/mpegtsenc: fix logic check error by Jun Zhao 2019-06-15 16:19:18 +0800
  • a8ec0685ac avformat/ftp: add AVOptions for authentication by Nicolas Frattaroli 2019-10-27 00:37:32 +0200
  • 5e3229df4c avformat: Add max_probe_packets option by Andriy Gelman 2019-10-17 10:49:20 -0400
  • 33583803e1 lavc/qsvenc: enable vp9 encoder by Zhong Li 2019-10-26 22:18:31 +0800