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-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
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
2015-07-01avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau
2015-07-01avcodec/elsdec: Remove EOVERFLOWMichael Niedermayer
2015-07-01Merge commit '3f872c9bfa8ee1032058cfa48068b5a73ef27b5e'Michael Niedermayer
2015-07-01Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368'Michael Niedermayer
2015-07-01avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer
2015-07-01avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer
2015-07-01lavc: Add missing API guard to dtg_active_format optionVittorio Giovara
2015-07-01Go2Meeting decoderKostya Shishkov
2015-07-01pthread_frame: forward error codes when flushingAndreas Cadhalpun
2015-07-01avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU
2015-06-30Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer
2015-06-30Merge commit '0bfab80a0d9fce0180e8aa2a947267f89b725091'Michael Niedermayer
2015-06-30Merge commit '0a49a62f998747cfa564d98d36a459fe70d3299b'Michael Niedermayer
2015-06-30Merge commit '6f4cd33efb5a9ec75db1677d5f7846c60337129f'Michael Niedermayer
2015-06-30Merge commit '303ec065a90498c29d384b4add2ac626bc38d5eb'Michael Niedermayer
2015-06-30Merge commit '3e3056f2a020dd77efdf379dbd4c06a65b4a499a'Michael Niedermayer
2015-06-30h264: Parse registered data SEI message and AFD valueVittorio Giovara
2015-06-30h264_sei: Group error check outside the switch blockVittorio Giovara
2015-06-30h263: Always check both dimensionsLuca Barbato
2015-06-30cosmetic: Reformat ff_h263_decode_mbaLuca Barbato
2015-06-30aic: Fix slice size computation for widths multiples of 32 macroblocksVittorio Giovara
2015-06-30h264: Allow stream and container cropping at the same timeVittorio Giovara
2015-06-30avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/hMichael Niedermayer
2015-06-30lavc/j2kenc: Make jp2 output compatible with Kakadu.Carl Eugen Hoyos
2015-06-30lavc/hapenc: Silence a warning for multithreaded encoding.Carl Eugen Hoyos
2015-06-30avcodec/j2kenc: store libavcodec ident in a comment unless bitexact mode is usedMichael Niedermayer
2015-06-30vp9/update_prob: prevent out of bounds table readJames Zern
2015-06-30avcodec/h264_refs: discard mismatching referencesMichael Niedermayer