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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28apng: use side data to pass extradata to muxerAndreas Cadhalpun
2016-10-26avcodec: remove missing incompatible_libav_abi referencesJames Almer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26avcodec/dvdsubdec: Fix off by 1 errorMichael Niedermayer
2016-10-26avcodec/dvdsubdec: Fix buf_size checkMichael Niedermayer
2016-10-25lavc/utvideoenc: Set bits_per_coded_sample for rgba.Carl Eugen Hoyos
2016-10-25avcodec/interplayvideo: Check side data size before useMichael Niedermayer
2016-10-25avcodec/ffv1enc: Fix storing RGB48 without explicitly set levelMichael Niedermayer
2016-10-24vp9: change order of operations in adapt_prob().Ronald S. Bultje
2016-10-24lavc/utils: avcodec_string: dump field order when knownRodger Combs
2016-10-24lavc/h264_parser: export field order in more casesRodger Combs
2016-10-24lavc/parser: export field order if not already setRodger Combs
2016-10-23avcodec/mips: loongson optimize mmi load and store operatorsZhou Xiaoyong
2016-10-23avcodec/cuvid: Allow reinitialization of decoderPhilip Langdale
2016-10-22avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer
2016-10-22avcodec/mpegvideo_enc: Add missing emms_c() to clear MMX state after SIMD useMichael Niedermayer
2016-10-22avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en...Michael Niedermayer
2016-10-22avcodec/cavsdec: Clear MMX state after MB decode loopMichael Niedermayer
2016-10-22avcodec/svq1enc: Clear MMX state after svq1_encode_plane()Michael Niedermayer
2016-10-22lavc/libvpxenc: fix -auto-alt-ref option typeKagami Hiiragi
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-21lavc: add SCTE-35 CUI codec IDCarlos Fernandez
2016-10-21mpeg12dec: unref discarded picture from extradataAndreas Cadhalpun
2016-10-21cavsdec: unref frame before referencing againAndreas Cadhalpun
2016-10-21avcodec/vda: define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0Steven Liu
2016-10-21avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()Michael Niedermayer
2016-10-21avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer
2016-10-21avcodec/dnxhdenc: Move allocation out of radix_sort()Michael Niedermayer
2016-10-20dxva2: fix surface selection when compiled with both d3d11va and dxva2Hendrik Leppkes
2016-10-20lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos
2016-10-19avcodec/nvenc_hevc: Added missing option -temporal_aqSven C. Dack
2016-10-19avcodec/nvenc: add test for Temporal AQ supportSven C. Dack
2016-10-19lavc/mediacodec: use more meaningful filenamesMatthieu Bouron
2016-10-19lavc: add mpeg4 mediacodec decoderMatthieu Bouron
2016-10-19lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron
2016-10-19lavc/mediacodec_wrapper: do not discard codecs reporting they do not support ...Matthieu Bouron
2016-10-19lavc/videotoolboxenc: skip SEI allocation when side data is not presentAman Gupta
2016-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-10-18lavc/libmp3lame: send encoder delay/padding in packet side dataJon Toohill
2016-10-18avcodec/mediacodec: Factor duplicate includeMichael Niedermayer
2016-10-17lavc/videotoolboxenc: Enable a53cc by default.Carl Eugen Hoyos
2016-10-17lavc/videotoolboxenc: Error log formatting.Rick Kern
2016-10-17lavc/videotoolboxenc: Update a53cc handlingRick Kern
2016-10-17lavc/videotoolboxenc: flush/free frames on closeRick Kern
2016-10-17lavc/videotoolboxenc: implement a53ccAman Gupta
2016-10-16avcodec/utils: print Chroma Location string in verbose log levelJames Almer
2016-10-14libopenjpegenc: fix out-of-bounds reads when filling the edgesAndreas Cadhalpun
2016-10-14libopenjpegenc: stop reusing image data buffer for openjpeg 2Andreas Cadhalpun
2016-10-13configure: fix detection of libopenjpegAndreas Cadhalpun