summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/hevcpred_template: Fix diagonal chroma availability in 4:2:2 edge cas...Michael Niedermayer2020-10-171-2/+3
* avcodec/hevc_mvs: Cleanup ff_hevc_set_neighbour_available()Michael Niedermayer2020-10-171-2/+2
* avformat/icodec: Change order of operations to avoid NULL dereferenceMichael Niedermayer2020-10-171-1/+3
* ffmpeg: deduplicate init_output_stream usage logicJan Ekström2020-10-171-26/+25
* avcodec/adpcmenc: remove BLKSIZE #defineZane van Iperen2020-10-172-3/+1
* avcodec/adpcm_ima_wav: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_yamaha: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ima_apm: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ima_ssi: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ms: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcmenc: add "block_size" optionZane van Iperen2020-10-171-0/+32
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-163-11/+21
* avformat/udp: remove redundant setting of h->max_packet_sizeZhao Zhili2020-10-161-3/+0
* Revert "aviobuf: Discard old buffered, previously read data in ffio_read_part...Marton Balint2020-10-161-7/+0
* avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup()Marton Balint2020-10-161-7/+14
* avfilter/af_aiir: use transposed II form for biquad sectionsPaul B Mahol2020-10-161-30/+18
* avfilter/af_aiir: implement parallel processingPaul B Mahol2020-10-162-18/+228
* avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1FrameJames Almer2020-10-162-0/+10
* tools/target_dem_fuzzer: Set format independent of cMichael Niedermayer2020-10-161-4/+4
* avcodec/movtextenc: cosmeticsAndriy Gelman2020-10-151-7/+7
* avcodec/movtextenc: fix writing to bytestream on BE archesAndriy Gelman2020-10-151-6/+11
* avcodec/asvenc: Inline constantsAndreas Rheinhardt2020-10-161-4/+4
* avcodec/asvdec: Use init_get_bits8()Andreas Rheinhardt2020-10-161-1/+3
* avcodec/asvdec: Reduce the size of some VLCsAndreas Rheinhardt2020-10-161-12/+15
* avcodec/ylc: Inline constantsAndreas Rheinhardt2020-10-161-6/+9
* avcodec/v3/408enc: Remove empty close functionsAndreas Rheinhardt2020-10-162-13/+0
* avcodec/exr: Fix overflow with many blocksMichael Niedermayer2020-10-151-1/+1
* avcodec/Makefile: add missing av1_cuvid entryJames Almer2020-10-151-0/+1
* configure: check for nvdec/cuvid AV1 supportTimo Rothenpieler2020-10-151-1/+5
* avcodec/vp9dsp_template: Fix integer overflows in idct16_1d()Michael Niedermayer2020-10-151-26/+26
* avcodec/ansi: Check initial dimensionsMichael Niedermayer2020-10-151-0/+6
* avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer2020-10-151-0/+5
* avcodec/sonic: Check for overreadMichael Niedermayer2020-10-151-0/+3
* avcodec/mobiclip: Check that Motion vectors are within the input frameMichael Niedermayer2020-10-151-24/+6
* avcodec/mobiclip: set the bitstream size to the inputMichael Niedermayer2020-10-151-1/+1
* avcodec/allcodecs: move av1_cuvid below libaom_av1James Almer2020-10-151-2/+2
* avcodec/cuviddec: add av1 supportRoman Arzumanyan2020-10-154-1/+16
* avformat/subviewerdec: fail on AV_NOPTS_VALUEMichael Niedermayer2020-10-151-0/+4
* libavformat/avidec: check memory allocationChris Miceli2020-10-141-2/+6
* libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULLChris Miceli2020-10-142-2/+28
* libavfilter/dnn_backend_native: check mem allocationChris Miceli2020-10-141-1/+16
* avcodec/webp: Use LE VLC table for LE bitstream readerAndreas Rheinhardt2020-10-121-40/+2
* avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream readerAndreas Rheinhardt2020-10-121-20/+2
* avcodec/speedhq: Avoid reversing BE codes for LE bitstream readerAndreas Rheinhardt2020-10-121-32/+9
* avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLCAndreas Rheinhardt2020-10-122-13/+22
* avcodec/speedhq: Don't use ff_ prefix for static symbolsAndreas Rheinhardt2020-10-121-17/+17
* avcodec/speedhq: Don't pretend reading DC can failAndreas Rheinhardt2020-10-121-4/+0
* avcodec/indeo2: Remove #ifdef BITSTREAM_READER_LE cruftAndreas Rheinhardt2020-10-121-16/+3
* avfilter/vf_scale_cuda: unload cuModule on uninitleozhang2020-10-121-0/+10
* Add support for building fuzzer tools for an individual demuxerMichael Niedermayer2020-10-123-1/+15