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
2018-05-22lavc/jpeg2000dec: Move a variable declaration closer to its usage.Carl Eugen Hoyos
2018-05-22lavc/jpeg2000dec: Use a define to clarify the meaning of a constant.Carl Eugen Hoyos
2018-05-22lavc/h264_parse: Remove a superfluous linebreak.Carl Eugen Hoyos
2018-05-22avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer
2018-05-21avcodec/vc1: FIELDTX is only present in interlaced frame I/BI picturesJerome Borsboom
2018-05-20avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom
2018-05-20avcodec/vc1: DIRECTBIT is only present in inter MBsJerome Borsboom
2018-05-18avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta
2018-05-18opusenc: use for loops with declarationsRostislav Pehlivanov
2018-05-17lavc/v210dec: Skip Canopus C210 extradata.Carl Eugen Hoyos
2018-05-17avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0Michael Niedermayer
2018-05-17avcodec/fic: Check available input space for cursorMichael Niedermayer
2018-05-17avcodec/fic: Avoid some magic numbers related to cursorsMichael Niedermayer
2018-05-17avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer
2018-05-17avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer
2018-05-17avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer
2018-05-17avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer
2018-05-17avcodec/g2meet: ask for sample with overflowing RGBMichael Niedermayer
2018-05-17avcodec/g2meet: Check RGB upper limitMichael Niedermayer
2018-05-16avcodec/xwddec: fix palette alphaMarton Balint
2018-05-16lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao
2018-05-16lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao
2018-05-16lavc/h2645_parse: log more HEVC NAL type.Jun Zhao
2018-05-16avcodec: Disable new iterate API for ossfuzzMichael Niedermayer
2018-05-15avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer
2018-05-14avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer
2018-05-11cbs_h264: Add support for mastering display SEI messagesMark Thompson
2018-05-11cbs_h264: Add support for pan-scan rectangle SEI messagesMark Thompson
2018-05-11h264_metadata: Fix AUD writingMark Thompson
2018-05-11h264_metadata: Remove redundant setting of SEI payload sizeMark Thompson
2018-05-11cbs_h264: Fix handling of unknown SEIMark Thompson
2018-05-11lavc/qdrw: Read PixMap palette.Carl Eugen Hoyos
2018-05-10vaapi_encode_h265: Insert content light level informationHaihao Xiang
2018-05-10cbs_h265: read/write content light level information SEI messageHaihao Xiang
2018-05-10vaapi_encode_h265: Insert mastering display colour volumeHaihao Xiang
2018-05-10cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang
2018-05-10vaapi_encode: Add an assert in vaapi_encode_truncate_gop()Haihao Xiang
2018-05-10avcodec/nvdec_hevc: fix scaling listsPhilip Langdale
2018-05-10avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler
2018-05-10avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler
2018-05-10avcodec/nvdec: pass CUstream in vpp parametersTimo Rothenpieler
2018-05-10avcodec/nvdec: avoid needless copy of output frameTimo Rothenpieler
2018-05-10Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler
2018-05-09avcodec/hevc: remove videotoolbox hackAman Gupta
2018-05-09avcodec/videotoolbox: split h264/hevc callbacksAman Gupta
2018-05-09avcodec/videotoolbox: cleanupsAman Gupta
2018-05-09avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer
2018-05-08lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch
2018-05-08mdct15: simplify x86 exptab permutationRostislav Pehlivanov
2018-05-08mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov