Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-19avutil/mips: refactor msa load and store macros.Shiyou Yin
2019-07-18avcodec/dnxhd_parser: Fix parser when input does not have nicely sized packetsMichael Niedermayer
2019-07-18avcodec/dnxhd_parser: Optimize insufficient buf size caseMichael Niedermayer
2019-07-18avcodec/dnxhd_parser: remove unneeded codeMichael Niedermayer
2019-07-18avcodec/parser: Check next index validity in ff_combine_frame()Michael Niedermayer
2019-07-18avcodec/ivi: Ask for samples with odd tilesMichael Niedermayer
2019-07-17avcodec: clarify the allocation requirements for intra_matrix and inter_matri...James Almer
2019-07-15avcodec: remove reference to AVPacket's destruct fieldJames Almer
2019-07-14avcodec/iff: Add "else" to make code look prettierMichael Niedermayer
2019-07-14dump_extra: Don't add extradata if it already existsAndreas Rheinhardt
2019-07-14avcodec/h264_slice: set the SEI parameters early on the AVCodecContextSteve Lhomme
2019-07-14avcodec/hevcdec: set the SEI parameters early on the AVCodecContextSteve Lhomme
2019-07-13avcodec/dvbsub: add support for Display Definition Segment to DVB Subtitle en...Jernej Fijacko
2019-07-13avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer
2019-07-13avcodec/huffyuvdec: Check vertical subsampling in hymtMichael Niedermayer
2019-07-13avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer
2019-07-13avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame()Michael Niedermayer
2019-07-11avcodec/magicyuv: add support for recently added YUV444P10Paul B Mahol
2019-07-11avcodec/videotoolboxenc: remove unused variableSteven Liu
2019-07-10avcodec/utils, avcodec_open2: close codec on failureJames Zern
2019-07-10avcodec/mips/cabac: replace addi with addiuYunQiang Su
2019-07-09truehd_core: Switch to in-place modificationsAndreas Rheinhardt
2019-07-09truehd_core: Use byte offsets instead of bit offsetsAndreas Rheinhardt
2019-07-09truehd_core: Miscellaneous improvementsAndreas Rheinhardt
2019-07-09truehd_core: Return error in case of errorAndreas Rheinhardt
2019-07-09truehd_core: Correct output sizeAndreas Rheinhardt
2019-07-09truehd_core: Disable 16-channel presentationAndreas Rheinhardt
2019-07-09configure, cbs_h2645: Remove unneeded golomb dependencyAndreas Rheinhardt
2019-07-09cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-07-08avcodec/ilbcdec: Simplify use of unsigned and fix more undefined overflowsMichael Niedermayer
2019-07-08avcodec/golomb: Correct the doxy about get_ue_golomb() and errorsMichael Niedermayer
2019-07-08avcodec/hq_hqa: Use ff_set_dimensions()Michael Niedermayer
2019-07-08avcodec/rv10: Fix integer overflow in aspect ratio compareMichael Niedermayer
2019-07-08avcodec/tta: Limit decoder to 16 channelsMichael Niedermayer
2019-07-08avcodec/sanm: Optimize fill_frame() with av_memcpy_backptr()Michael Niedermayer
2019-07-08avcodec/4xm: Fix signed integer overflows in idct()Michael Niedermayer
2019-07-08avcodec/qdm2: Check checksum_size for 0Michael Niedermayer
2019-07-08avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer
2019-07-08avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer
2019-07-08avcodec/simple_idct_template: Fix integer overflow in idctSparseColAdd()Michael Niedermayer
2019-07-08avcodec/simple_idct_template: Fix integer overflow in idctSparseCol()Michael Niedermayer
2019-07-08avcodec/svq3: Use ff_set_dimension()Michael Niedermayer
2019-07-08avcodec/iff: Check ham vs bppMichael Niedermayer
2019-07-08avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer
2019-07-08avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer
2019-07-08avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer
2019-07-08avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP()Michael Niedermayer
2019-07-08avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff()Michael Niedermayer
2019-07-08avcodec/alac: Check lpc_quantMichael Niedermayer