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
2014-12-06avcodec/dvbsubdec: Remove redundant "DVBSub error" prefixMichael Niedermayer
2014-12-06Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer
2014-12-06lavc/options: fix leaks in avcodec_copy_contextLukasz Marek
2014-12-06Merge commit 'b72727a5248f1ef02db99b378dce1eb48a46357a'Michael Niedermayer
2014-12-06lavc/options: don't copy priv context when it is not AVOption objectLukasz Marek
2014-12-06Merge commit 'c45eeb2dbf42382d335da8068231a8026c08843b'Michael Niedermayer
2014-12-06Merge commit '3a56bcee7cb7549b2813e39ce3bee3b7c522aecb'Michael Niedermayer
2014-12-06Merge commit 'b56afb48aecb96e03347f5b569f16a64147c18b1'Michael Niedermayer
2014-12-05Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d'Michael Niedermayer
2014-12-05avcodec/dvbsubdec: Pass context to av_log()Michael Niedermayer
2014-12-05avcodec/golomb: use NULL for pointers instead of 0Michael Niedermayer
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-12-05avcodec/mpegaudiodec_template: only allocate fdsp when its usedMichael Niedermayer
2014-12-05lavc/libxvid: workaround for bug in libxvidcoreLukasz Marek
2014-12-05lavc: mention that the parser callback never returns an errorVittorio Giovara
2014-12-04replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak
2014-12-04add av_dv_codec_profile2 : uses framerate to select best matching profile. de...Steve Jiekak
2014-12-04avcodec/imc: only check remaining bits in case bits will be readMichael Niedermayer
2014-12-04imc: make issue non-fatalChristophe Gisquet
2014-12-04avcodec/pngdec: use memcpy instead of byte loops for P frames.Benoit Fouet
2014-12-04avcodec/ppc/vp8dsp_altivec.c: POWER LE support put_vp8_epel_h_altivec_core() ...Rong Yan
2014-12-04avcodec/ppc/vc1dsp_altivec: add POWER LE support to vc1_inv_trans_8x4_altivec()Rong Yan
2014-12-04avcodec/aacdec: reduce noisiness of missing channel elementsMichael Niedermayer
2014-12-04avcodec/pngdec: fix indentation in handle_row()Benoit Fouet
2014-12-04avcodec/pngdec: fix mem leak in init()Benoit Fouet
2014-12-04libavcodec/pngdec: support 'previous' dispose operation for APNG.Benoit Fouet
2014-12-04h264_i386: Fix operand sizeReimar Döffinger
2014-12-03avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-03avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-03avcodec/opusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-03mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() failsMichael Niedermayer
2014-12-03mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer
2014-12-03mpegvideo: replace assert about interlaced EC with debug av_log()Michael Niedermayer
2014-12-03mpeg12dec: Use more specific error codesMichael Niedermayer
2014-12-03mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer
2014-12-03pngdsp x86: use unaligned accessChristophe Gisquet
2014-12-03exr: Add a gamma flag to exr loader to avoid bandingGonzalo Garramuno
2014-12-03h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer
2014-12-03h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis
2014-12-02Merge commit '7464e98f74c03d3efa0cdc8d7abad06e4c3c277a'Michael Niedermayer
2014-12-02avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-02avcodec/ppc/lossless_audiodsp_altivec: POWER LE support for scalarproduct_and...Rong Yan
2014-12-02aac: Simplify decode_mid_side_stereoLuca Barbato
2014-12-02options_table: fix colorspace minimum option valueJon Morley
2014-12-02apng: move shared header from avformat to avcodec.Benoit Fouet
2014-12-02lavc/dirac_arith: Only compile x86 asm if ARCH_X86 is set.Carl Eugen Hoyos
2014-12-01avcodec/vorbisdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-01avcodec/opus_celt: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-01avcodec/wmaprodec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-01avcodec/motion_est: use 2x8x8 for interlaced qpelMichael Niedermayer