Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | *
  • | *
  • | | *
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | | | *
  • | | | *
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | | * |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • 4e87ab803a avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc() by Michael Niedermayer 2017-11-01 14:00:19 +0100
  • 4d9f669a9f avutil/softfloat: Add FLOAT_MIN by Michael Niedermayer 2017-11-01 14:00:18 +0100
  • 7a8b61357c avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add() by Michael Niedermayer 2017-11-04 01:19:20 +0100
  • d7c29005a4 avcodec/xan: Check for bitstream end in xan_huffman_decode() by Michael Niedermayer 2017-11-03 17:48:29 +0100
  • 8b8502a66f avcodec/exr: fix undefined shift in pxr24_uncompress() by Michael Niedermayer 2017-11-04 01:19:19 +0100
  • d6ecc61db8 avformat: Free the internal codec context at the end by Luca Barbato 2017-04-12 01:46:30 +0200
  • 0bd6717c0f avcodec/xan: Improve overlapping check by Michael Niedermayer 2017-10-30 23:21:40 +0100
  • 8bd2ba44a1 avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() by Michael Niedermayer 2017-10-27 02:23:21 +0200
  • fcfa854abd avcodec/aacdec_fixed: Fix integer overflow in predict() by Michael Niedermayer 2017-10-27 02:23:20 +0200
  • 7373064247 avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line() by Michael Niedermayer 2017-10-26 00:02:57 +0200
  • 374a2d2250 avcodec/jpeglsdec: Check ilv for being a supported value by Michael Niedermayer 2017-10-26 00:02:56 +0200
  • d6945aeee4 avcodec/h264addpx_template: Fixes integer overflows by Michael Niedermayer 2018-01-07 03:48:43 +0100
  • 0e62a23734 avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0 by Michael Niedermayer 2018-01-07 20:58:49 +0100
  • eaa9317589 avcodec/diracdec: Fix integer overflow with quant by Michael Niedermayer 2018-01-07 20:43:24 +0100
  • 1bcd7fefcb avcodec/opus_parser: Check payload_len in parse_opus_ts_header() by Michael Niedermayer 2018-01-05 22:12:07 +0100
  • cbe28bc069 qsv: better to use alignment by 16 and HEVC 10b requires alignment by 32 by Maxym Dmytrychenko 2018-01-08 15:10:23 +0100
  • b3192c64b5 avcodec/jpeg2000dsp: Fix integer overflows in ict_int() by Michael Niedermayer 2018-01-07 04:12:57 +0100
  • ed03fad2cc lavf/oggparseogm: Remove an unneeded include. by Carl Eugen Hoyos 2018-01-08 14:36:18 +0100
  • e8f7171a34 lavf/oggparseogm: Remove an unneeded assert. by Carl Eugen Hoyos 2018-01-08 13:20:13 +0100
  • 3f234a0b22 avfilter/af_aiir: do not forget to free gains too by Paul B Mahol 2018-01-08 11:22:21 +0100
  • 205046420d avfilter/af_aiir: fix typo which may cause overread by Paul B Mahol 2018-01-08 08:43:42 +0100
  • 9d68c0191c fate/filter-video: fix 12 bit framerate filter tests on big endian targets by James Almer 2018-01-07 00:28:44 -0300
  • 03c08d59fb doc/filters: Document OpenCL program filters by Mark Thompson 2018-01-03 22:43:53 +0000
  • dfdc146161 lavfi: Add filters to run arbitrary OpenCL programs by Mark Thompson 2018-01-02 23:17:32 +0000
  • 202b59cd3d lavfi/opencl: Use filter device if no input device is available by Mark Thompson 2018-01-02 23:12:57 +0000
  • 6874945fbf fftools/ffmpeg_opt: Remove a write-only variable. by Carl Eugen Hoyos 2018-01-08 00:17:00 +0100
  • 2d3df8e2e9 avfilter/af_aiir: rename options, provide gains in separate option by Paul B Mahol 2018-01-07 21:16:25 +0100
  • 6c65de3db0 avfilter/af_aiir: add support for alternative coefficients format by Paul B Mahol 2018-01-07 09:43:50 +0100
  • 476665d4de avcodec/h264_slice: Do not attempt to render into frames already output by Michael Niedermayer 2018-01-03 23:42:01 +0100
  • 3c0a081a1e compat/os2threads: support static mutexes by KO Myung-Hun 2017-12-28 22:03:56 +0900
  • d03c39b46b configure: check SDL2 function with a header by KO Myung-Hun 2017-12-28 23:41:30 +0900
  • 9e68f472ec configure: remove check for SA_RESTART by James Almer 2018-01-06 22:22:12 -0300
  • 6ec9131920 fate: remove ffm reference files by James Almer 2018-01-06 22:21:35 -0300
  • cc90ee0b7e Changelog: add VideoToolbox HEVC support by Aman Gupta 2018-01-06 15:30:07 -0800
  • e30b46b1ae lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo once by Matthieu Bouron 2018-01-03 13:54:34 +0100
  • d19174c673 lavc/mediacodecdec: remove mediacodec_process_data() indirection by Matthieu Bouron 2018-01-03 13:10:58 +0100
  • 9d9835017f lavc/mediacodecdec: switch to new decoding API by Aman Gupta 2017-12-28 17:33:14 -0800
  • 8bbd8c8d52 fate: remove missing references to ffm by James Almer 2018-01-06 16:14:52 -0300
  • c693af1951 libavformat/network: fix function duplication by Rostislav Pehlivanov 2018-01-06 18:59:46 +0000
  • 7c6125cbcc libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag by Rostislav Pehlivanov 2017-10-21 19:52:04 +0100
  • 8788e82c04 libavformat: unexpose private ff_ functions needed by ffserver by Rostislav Pehlivanov 2018-01-06 18:37:06 +0000
  • d41de90d44 libavformat: remove the ff_rtp_get_local_rtcp_port function by Rostislav Pehlivanov 2017-10-21 19:45:09 +0100
  • 9396ed0f29 libavformat: unexpose the ff_inet_aton function by Rostislav Pehlivanov 2017-10-21 19:40:50 +0100
  • c17f476144 libavformat: remove the ffmenc and ffmdec muxer and demuxers by Rostislav Pehlivanov 2017-10-21 19:38:59 +0100
  • 6b35a83214 Remove the ffserver program by Rostislav Pehlivanov 2017-10-21 19:31:44 +0100
  • 2ca65fc7b7 avcodec/rkmpp : remove stream start retries before first frame. by LongChair 2018-01-02 12:38:01 +0100
  • c6f8410636 avcodec/rkmpp : Fix broken build due to missing control operation by LongChair 2018-01-06 09:36:58 +0100
  • 01735b4852 tools/uncoded_frame: remove use of AVStream.codec. by Nicolas George 2018-01-06 14:34:00 +0100
  • 34dfe36971 tools/uncoded_frame: use buffersink accessors. by Nicolas George 2018-01-06 14:14:04 +0100
  • b2c42fc6dc avfilter: deprecate avfilter_link_get_channels() by James Almer 2018-01-05 17:49:09 -0300
  • 50b3cd22dd avfilter/av_biquads: scale a0 too by Paul B Mahol 2018-01-06 14:58:00 +0100
  • bfe397e431 aiff: add explicit goto got_sound by Misty De Meo 2018-01-05 20:06:49 +1100
  • 94e6b5ac39 adpcm: consume remainder after consuming XA chunks by Misty De Meo 2018-01-05 20:06:48 +1100
  • fba00b7465 doc/fate: Document how to upload samples to the fate suite by Michael Niedermayer 2018-01-01 13:17:18 +0100
  • da5b05c833 Revert "avfilter: deprecate avfilter_link_get_channels()" by James Almer 2018-01-05 22:13:28 -0300
  • 503164b54b Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()" by James Almer 2018-01-05 22:12:14 -0300
  • 077fe9eb06 doc/libav-merge: remove line about libavutil atomics API by James Almer 2018-01-05 22:09:39 -0300
  • 01c21653ee tools/uncoded_frame: remove usage of avfilter_link_get_channels() by James Almer 2018-01-05 17:49:27 -0300
  • 798dcf2432 avfilter: deprecate avfilter_link_get_channels() by James Almer 2018-01-05 17:49:09 -0300
  • b9ad04b19c fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance test by James Almer 2017-10-09 21:07:31 -0300
  • 52c959a237 avfilter/af_aiir: do not crash with invalid options by Paul B Mahol 2018-01-05 19:55:09 +0100
  • 89b84cb18b It has been replaced by C11 stdatomic.h and is now unused. by Anton Khirnov 2018-01-05 14:06:02 -0300
  • dcbf034a0f avcodec/error_resilience: remove unused header by James Almer 2018-01-05 14:04:02 -0300
  • 167e659b28 avfilter: use a mutex instead of atomics in avfilter_register() by James Almer 2018-01-04 15:15:21 -0300
  • 57960b1f28 avformat: use mutexes instead of atomics in av_register_{input,output}_format() by James Almer 2018-01-04 15:12:53 -0300
  • 9ed4ebc530 avcodec/util: use a mutex instead of atomics in avcodec_register() by James Almer 2018-01-04 15:11:31 -0300
  • 7bb1be9af0 avfilter: add arbitrary audio IIR filter by Paul B Mahol 2018-01-02 14:30:54 +0100
  • b2be76c0a4 avcodec/dnxhddec: Check dc vlc by Michael Niedermayer 2018-01-03 23:42:00 +0100
  • e425047a47 avfilter: rename variables in geq by Marc-Antoine Arnaud 2018-01-04 08:50:51 +0100
  • ac6b0bba79 avfilter: slice processing for geq by Marc-Antoine Arnaud 2018-01-04 08:49:55 +0100
  • 206b25f9f4 avfilter: reorder variable definition in geq by Marc-Antoine Arnaud 2017-11-30 10:31:38 +0100
  • d36335bda5 avcodec/parser: use a mutex instead of atomics in av_register_codec_parser() by James Almer 2018-01-04 15:11:32 -0300
  • f528c49c7c avfilter/vf_framerate: calculate interpolation as integer by Marton Balint 2017-12-22 00:18:25 +0100
  • 4a53ecb12e hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctly by wm4 2018-01-04 15:52:46 +0100
  • 7c3d519df9 libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDisplayModeEx by Humberto Ribeiro 2018-01-03 15:22:15 -0800
  • fde057dfb2 aiff: add support for XA ADPCM by Misty De Meo 2018-01-03 19:14:22 +1100
  • 8d9c9775b2 avutil/log: use thread wrappers for the locking functionality by James Almer 2018-01-04 01:11:43 -0300
  • 414a49d671 ffmpeg: use thread wrappers for the thread message functionality by James Almer 2018-01-04 00:46:33 -0300
  • b4eeffffc8 configure: update minimum required version of libvmaf by James Almer 2018-01-04 01:34:14 -0300
  • 34c113335b Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK by Michael Wootton 2018-01-03 12:55:53 -0500
  • 2477bfe221 http: avoid logging reconnect warning if stream was aborted by wm4 2018-01-04 17:06:52 +0100
  • 18fbfd7bf8 hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctly by wm4 2018-01-04 15:52:46 +0100
  • 59b126f922 libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDisplayModeEx by Humberto Ribeiro 2018-01-03 15:22:15 -0800
  • 1b283c4a0d http: bump message level for reconnect message and log timeout by wm4 2018-01-02 17:17:41 +0100
  • 8a108bdea0 http: block while waiting for reconnecting by wm4 2018-01-02 17:05:03 +0100
  • 89bbf5c7ec avfilter: add hilbert source FIR filter by Paul B Mahol 2018-01-01 15:34:02 +0100
  • 695b1d8111 lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc(). by Carl Eugen Hoyos 2018-01-02 01:58:35 +0100
  • f141b353e6 opusenc_psy: disable stereo searches for mono streams by Rostislav Pehlivanov 2018-01-04 02:52:40 +0000
  • c29038f304 lavr: deprecate the entire library by Rostislav Pehlivanov 2017-12-25 02:05:52 +0000
  • 88cbd25b19 avfilter: pass outlink to ff_get_audio_buffer() by Paul B Mahol 2018-01-03 22:47:40 +0100
  • 677701c6b3 lavc/audiotoolboxenc: fix noise in encoded audio by Jiejun Zhang 2018-01-03 12:54:20 +0800
  • 29b5f3115d lavfi/framesync: remove an invalid free. by Nicolas George 2018-01-02 14:51:18 +0100
  • 9ace76697a lavfi/framesync: document frame ownership for dualinput. by Nicolas George 2018-01-02 14:50:59 +0100
  • 09b24a807a avfilter: add entropy filter by Paul B Mahol 2017-12-27 18:51:23 +0100
  • 631fa0432b vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_writable on error by Derek Buitenhuis 2018-01-01 11:28:37 -0500
  • 6470abc740 vf_paletteuse: Add error checking to apply_palette by Derek Buitenhuis 2018-01-01 11:28:36 -0500
  • 500a9bb5ba lavc/options: Remove unneeded header by Derek Buitenhuis 2017-12-27 11:11:23 -0500
  • 57d0c24132 avcodec/utvideoenc: switch to planar RGB formats by Paul B Mahol 2017-12-31 10:47:27 +0100
  • 92b32664cd avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG by Paul B Mahol 2017-12-29 21:25:39 +0100
  • 41e51fbcd9 avformat/hlsenc: creation of variant streams in subdirectories by Vishwanath Dixit 2018-01-02 10:46:48 +0800