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-05-28x86: hevc_mc: better register allocationChristophe Gisquet
2014-05-28avcodec/mjpegdec: Support pix_fmt_id== 0x42111100Michael Niedermayer
2014-05-28Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer
2014-05-28Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-28Merge commit 'f13ffb6636fdecb5e3e0ddcff48f096e7b3db362'Michael Niedermayer
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flacdec: do not overwrite a channel layout set by the callerAnton Khirnov
2014-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-28Merge commit '888dcd86755d37e55fd74166f6d38ad66d41db58'Michael Niedermayer
2014-05-28Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0'Michael Niedermayer
2014-05-27avcodec/vp3: use av_mallocz_array()Michael Niedermayer
2014-05-27avcodec/cavs: use av_mallocz_array()Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-05-27x86/dsputilenc: use HADDD in ff_sse16_sse2James Almer
2014-05-27h264_picture: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-27on2avc: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-27x86/dsputilenc: implement SSE2 version of diff_pixelsJames Almer
2014-05-27avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixelsMichael Niedermayer
2014-05-26avcodec/g723_1: fix writing into input frame data and warningMichael Niedermayer
2014-05-26x86: hpeldsp: propagate changes across codecsChristophe Gisquet
2014-05-26avcodec/sgirledec: fix () in RBG323_TO_BGR8() macroMichael Niedermayer
2014-05-25avcodec/rv34: Fix () in GET_PTS_DIFF() macroMichael Niedermayer
2014-05-25avcodec/psymodel: Fix () in AAC_CUTOFF() macroMichael Niedermayer
2014-05-25avcodec/proresenc_anatoliy: Fix () in macrosMichael Niedermayer
2014-05-25Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm"Michael Niedermayer
2014-05-25avcodec/msvideo1enc: Fix () in MKRGB555() macroMichael Niedermayer
2014-05-25avcodec/opus: Fix () in ROUND_MULL() macroMichael Niedermayer
2014-05-25avcodec/opus_celt: Fix () in CELT_PVQ_V macroMichael Niedermayer
2014-05-25avcodec/pngdec: fix () in OP_* macrosMichael Niedermayer
2014-05-25x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu
2014-05-25avcodec/webvttenc: do not use EOVERFLOW.Clément Bœsch
2014-05-25avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer
2014-05-25avcodec/mss34dsp: fix () in SOP* macrosMichael Niedermayer
2014-05-25avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer
2014-05-25avcodec/ivi_dsp: add some missing () to macrosMichael Niedermayer
2014-05-25avcodec/hevc: fix () in macrosMichael Niedermayer
2014-05-25avcodec/h264_slice: fix macro ()Michael Niedermayer
2014-05-25avcodec/h264: fix () in macrosMichael Niedermayer
2014-05-25avcodec/golomb-test: fix () in EXTEND() macroMichael Niedermayer
2014-05-25avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer
2014-05-25avcodec/webvttenc: add webvtt encoderAman Gupta
2014-05-25x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readableJames Almer
2014-05-25avcodec/opusdec: check alignment, misalignment could lead to crashes with avxMichael Niedermayer
2014-05-24x86/dsputilenc: port sum_abs_dctelem functions to yasmJames Almer
2014-05-24avcodec/asvenc: dont use a negative global_qualityMichael Niedermayer
2014-05-24avcodec/aacenc: dont use global quality if its negativeMichael Niedermayer
2014-05-24x86: hpeldsp: implement SSSE3 version of _xy2Christophe Gisquet