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
2015-07-06libavcodec/qsvenc.c: More correct selection of alignment of a frame height de...Ivan Uskov
2015-07-06lavc/utils: get rid of add_metadata_from_side_data forward declarationMarton Balint
2015-07-06lavc/utils: call add_metadata_from_side_data in ff_init_buffer_infoMarton Balint
2015-07-06lavc/utils: change add_metadata_from_side_data to accept avpacketMarton Balint
2015-07-06lavc/utils: remove redundant call to ff_init_buffer_infoMarton Balint
2015-07-06lavc/j2kenc: Enable yuv42x and yuv41x encoding.Carl Eugen Hoyos
2015-07-06avcodec/avuienc: Use ff_alloc_packet()Michael Niedermayer
2015-07-06avcodec/avuienc: Initialize output dataMichael Niedermayer
2015-07-05avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()Michael Niedermayer
2015-07-05aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov
2015-07-05aacenc: add support for coding of IS spectral coefficientsRostislav Pehlivanov
2015-07-05aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov
2015-07-05aaccoder: remove previous PNS implementation from twoloopRostislav Pehlivanov
2015-07-05aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov
2015-07-05avcodec/nvenc: Add support for H.264 High 444 Predictive encodingPhilip Langdale
2015-07-03Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer
2015-07-03lavc: Move deprecation warning disabling to files including the tableVittorio Giovara
2015-07-03avcodec/shorten: use init_get_bits8()Paul B Mahol
2015-07-03avcodec/j2kenc: Support user specified tile dimensionsMichael Niedermayer
2015-07-03avcodec/jpeg2000dec: Fix decoding of subsampled multi tile imagesMichael Niedermayer
2015-07-03aacenc: reset marked IS and M/S bands upon frame encodingRostislav Pehlivanov
2015-07-03lavc: Disable deprectation warnings coming from options tableVittorio Giovara
2015-07-03aaccoder: fix M/S codingRostislav Pehlivanov
2015-07-03aacpsy: use a different metric for the spread of a bandRostislav Pehlivanov
2015-07-03Merge commit '80f955c90867561dcce769216bc497e13281eb38'Michael Niedermayer
2015-07-03webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03vda: Check the correct pointer for buffer allocationLuca Barbato
2015-07-03webp: Make sure enough bytes are availableAndreas Cadhalpun
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2015-07-03wavpack: limit extra_bits to 32 and use get_bits_longAndreas Cadhalpun
2015-07-02avcodec/qsvenc_h264: Change the set of performance presets to match with the ...Ivan Uskov
2015-07-02avcodec/mjpegdec: Reorder operations to avoid undefined behaviorMichael Niedermayer
2015-07-02avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()Michael Niedermayer
2015-07-02avcodec/qsv: Extending QSV/MFX session initialization for the linux platform ...Ivan Uskov
2015-07-01avcodec/h264dsp_template: Fix undefined shiftsMichael Niedermayer
2015-07-01avcodec/mss2: Fix integer overflowMichael Niedermayer
2015-07-01Merge commit '9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a'Michael Niedermayer
2015-07-01Merge commit '4ccccd6c40a6d0ce85e96a6e37f558236e2a6a75'Michael Niedermayer
2015-07-01Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a'Michael Niedermayer
2015-07-01avcodec/pthread_frame: Correcting typo of "occurred"John Adlum
2015-07-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil
2015-07-01elsdec: Replace EOVERFLOW with INVALIDDATAMichael Niedermayer
2015-07-01avcodec/h264_mvpred: Fix undefined shifts in MAP_F2FMichael Niedermayer
2015-07-01avcodec/motion_est: Fix some undefined shiftsMichael Niedermayer
2015-07-01g2meet: use av_ceil_log2 instead of a custom functionJanne Grunau
2015-07-01avcodec/motion_est: Fix undefined shifts in cmp_inline()Michael Niedermayer
2015-07-01avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c()Michael Niedermayer
2015-07-01g2meet: use an unsigned type for the djb hashJanne Grunau
2015-07-01avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR()Michael Niedermayer