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-02-07api: add missing version bumps and APIChanges entriesJames Almer
2018-02-07avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez
2018-02-07avcodec/libopus: support disabling phase inversion.Menno
2018-02-06lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock
2018-02-06lavc: add new API for iterating codecs and codec parsersJosh de Kock
2018-02-05avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz
2018-02-05avcodec/utvideodec: Fix bytes left check in decode_frame()Michael Niedermayer
2018-02-04avcodec: do not use init_static_data on some codecsMuhammad Faiz
2018-02-03avcodec/wavpack: Fix integer overflow in FFABSMichael Niedermayer
2018-02-03avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez
2018-02-02librsvgdec: Fix frame clearing codeCalvin Walton
2018-02-02avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()Michael Niedermayer
2018-02-02avcodec/exr: Fix memleaks in decode_header()Michael Niedermayer
2018-01-31avcodec/vc2enc: prevent bitrate overshootsRostislav Pehlivanov
2018-01-31avcodec/dirac_dwt: Fix several integer overflowsMichael Niedermayer
2018-01-31avcodec/indeo5: Do not leave frame_type set to an invalid valueMichael Niedermayer
2018-01-31avcodec/hevc_ps: Check log2_sao_offset_scale_*Michael Niedermayer
2018-01-30avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer
2018-01-30avcodec/hevc_parser: use ff_hevc_decode_extradata() to parse extradataJames Almer
2018-01-30avcodec/mpegaudio_parser: Skip APE tags when parsing mp3 packets.Dale Curtis
2018-01-30avcodec/Makefile: add missing opus.c dependency to opus encoderJames Almer
2018-01-30avcodec/mlp_parser: reindent after last commitJames Almer
2018-01-30avcodec/mlp_parser: don't try to combine frames when full frames are providedJames Almer
2018-01-29avcodec/mpeg4videodec: Avoid possibly aliasing violating castsMichael Niedermayer
2018-01-29avcodec/get_bits: Document the return code of get_vlc2()Michael Niedermayer
2018-01-29avcodec/mpeg4videodec: Check mb_num also against 0Michael Niedermayer
2018-01-28avcodec/utvideoenc : add SIMD (avx) for sub_left_predictionMartin Vignali
2018-01-28avcodec/nvenc: also clear data pointer after unregistering a resourceTimo Rothenpieler
2018-01-28avcodec/nvenc: add some more error case checksTimo Rothenpieler
2018-01-28avcodec/nvenc: unregister input resource when unmappingTimo Rothenpieler
2018-01-28avcodec/nvenc: refcount input frame mappingsTimo Rothenpieler
2018-01-27avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_l...Michael Niedermayer
2018-01-27avcodec/mjpegdec: Fix integer overflow in DC dequantizationMichael Niedermayer
2018-01-26lavc/aarch64/sbrdsp_neon: fix build on old binutilsRodger Combs
2018-01-26Merge commit '559370f2c45110afd8308eec7194437736c323d4'Mark Thompson
2018-01-25qsv: Skip the packet if decoding failureRuiling, Song
2018-01-23avcodec/dxtory: Fix bits left checksMichael Niedermayer
2018-01-23avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() downMichael Niedermayer
2018-01-23avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz
2018-01-22v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson
2018-01-22avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer
2018-01-22v4l2_m2m: Fix free of the wrong pointer in an error pathMark Thompson
2018-01-22avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()Michael Niedermayer
2018-01-22lavc/svq3: Do not write into memory defined as const.Carl Eugen Hoyos
2018-01-21avcodec/hevc_parser: use ff_hevc_uninit_parameter_sets()James Almer
2018-01-21avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer
2018-01-21avcodec/hevc_ps: add a function to uninitialize parameter set buffersJames Almer
2018-01-21avcodec: v4l2_m2m: context: fix raising warning on POLLERRJorge Ramirez-Ortiz
2018-01-21avcodec: v4l2_m2m: remove unnecessary timeout.Jorge Ramirez-Ortiz
2018-01-21avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson