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
2020-07-28Revert "lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure"Mark Thompson
2020-07-25libavcodec/libaomenc.c: Add command-line options for inter-coding toolsWang Cao
2020-07-25libavcodec/libaomenc.c: Add command-line options for tx tools.Wang Cao
2020-07-24libavcodec/jpeg2000dec: Fix codeblock decode checkGautam Ramakrishnan
2020-07-24avcodec/alac: Check decorr_shift to avoid invalid shiftMichael Niedermayer
2020-07-24lavc/vaapi_encode: Add render target support for 422 10-bitLinjie Fu
2020-07-24vaapi_encode_h265: Enable 4:2:2 supportMark Thompson
2020-07-23libavcodec: MIPS: MMI: Move sp out of the clobber listJiaxun Yang
2020-07-23libavcodec: MIPS: MMI: Fix type mismatchesJiaxun Yang
2020-07-23libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang
2020-07-23ffbuild: Refine MIPS handlingJiaxun Yang
2020-07-23libavcodec/jpeg2000dec: Add check when done with main header markersGautam Ramakrishnan
2020-07-22avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer
2020-07-22libavcodec/decode: avoid UB when getting plane sizesBrian Kim
2020-07-22avcodec/libvpxenc: use pix_fmt descriptors where usefulJames Zern
2020-07-21avcodec/adpcmenc: cleanup trellis checksZane van Iperen
2020-07-21avcodec: add adpcm_ima_apm encoderZane van Iperen
2020-07-20avcodec/tdsc: Fix tile checksMichael Niedermayer
2020-07-20avcodec/put_bits: Fix LZW warningSteinar H. Gunderson
2020-07-20lavc/vaapi_encode_h265: add h265 tile encoding supportLinjie Fu
2020-07-20lavc/vaapi_encode: add tile slice encoding supportLinjie Fu
2020-07-20lavc/vaapi_encode: wrap slice codes into row slice functionsLinjie Fu
2020-07-19lavc/sgienc: Fix default 16bit encoding.Carl Eugen Hoyos
2020-07-19avcodec/mips: fix type mismatch in h264dsp_msa.cShiyou Yin
2020-07-19avcodec/put_bits: Make bit buffers 64-bitSteinar H. Gunderson
2020-07-19avcodec/put_bits: Parametrize bit buffer typeSteinar H. Gunderson
2020-07-19libavcodec/jpeg2000dec: Support for Parameterless MarkersGautam Ramakrishnan
2020-07-19lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structureLinjie Fu
2020-07-18avcodec/libaomenc: use pix_fmt descriptors where usefulJames Almer
2020-07-17libaomenc: enable 8, 10 and 12 bit RGB encodingLynne
2020-07-17avcodec/libx264: call x264_param_cleanup() if availableJames Almer
2020-07-17avcodec/libx264: check for param allocation failure error codeJames Almer
2020-07-17avcodec/libx264: use a function to parse x264optsJames Almer
2020-07-17Revert "avcodec/cbs_av1: keep separate reference frame state for reading and ...James Almer
2020-07-17avcodec/av1_frame_merge_bsf: Use separate contexts for reading/writingJames Almer
2020-07-17avcodec/av1_metadata_bsf: Use separate contexts for reading/writingJames Almer
2020-07-16libavcodec/jpeg2000 Fix RPCL Progression order checkGautam Ramakrishnan
2020-07-16avcodec/v4l2_m2m_dec: remove redundant packet and fix double freeAndriy Gelman
2020-07-16libavcodec/jpeg2000 Fix PCRL Progression Order checkGautam Ramakrishnan
2020-07-15API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang
2020-07-14libavcodec/jpeg2000dec : Prevent overriding SOP marker bitGautam Ramakrishnan
2020-07-12x86/h264_deblock: fix warning about trailing empty parameterJames Almer
2020-07-10avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer
2020-07-10avcodec/mjpeg_parser: Adjust size rejection thresholdMichael Niedermayer
2020-07-10avcodec/cbs_jpeg: Fix uninitialized end index in cbs_jpeg_split_fragment()Michael Niedermayer
2020-07-10avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda
2020-07-10lavc/vdpau_hevc: add function to find exact vdp_profile for REXTManojGuptaBonda
2020-07-09avcodec/mpeg12dec: add timecode metadataLimin Wang
2020-07-09avcodec/h264_slice: add timecode metadataLimin Wang
2020-07-09avcodec/h264_slice: replace cur->f with out for better readabilityLimin Wang