Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-15Merge commit '1e9265cd8f0821acbeca1db437be1361a3976b85'Michael Niedermayer
2014-01-15vp9/x86: add AVX for itxfm and lpf.Clément Bœsch
2014-01-15dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau
2014-01-15avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with nu...Michael Niedermayer
2014-01-15webp: fix capitalization of the word ExifJames Almer
2014-01-15avcodec/adpcm: fix sample count for stereo SBPRO3Michael Niedermayer
2014-01-15cabac: remove leftovers from the cabac encoderJanne Grunau
2014-01-15avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decodin...Michael Niedermayer
2014-01-14avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decod...Michael Niedermayer
2014-01-14avcodec/proresdsp: rename CLIP_AND_BIAS to BANANAMichael Niedermayer
2014-01-14avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact againMichael Niedermayer
2014-01-14avcodec/simple_idct_template: fix rounding of the special DC case for 10bitMichael Niedermayer
2014-01-14avcodec/simple_idct_template: fix row rounderMichael Niedermayer
2014-01-14avcodec/simple_idct_template: change the idct coefficients so that they match...Michael Niedermayer
2014-01-14avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer
2014-01-14Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer
2014-01-14Merge commit '7151c5d04aed3b496c21f713dcb603e2cbdb9c49'Michael Niedermayer
2014-01-14webp: add support for EXIF metadata chunksJames Almer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2014-01-14arm: Use full filenames as multiple inclusion guardsDiego Biurrun
2014-01-13Merge commit '6d98959c8a5a749592a878b9523b31eccea5d102'Michael Niedermayer
2014-01-13Merge commit 'c798a6fedc3dd9ed3ac1fb2d95819af58705a87e'Michael Niedermayer
2014-01-13vc1: Enable the interlaced B-frame codepath.Tim Walker
2014-01-13vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer
2014-01-13vc1: Factorize out chroma MCLuca Barbato
2014-01-13avcodec/hevc: Check entry point arrays for malloc failureMichael Niedermayer
2014-01-13hevc: Bound check slice_qpLuca Barbato
2014-01-13hevc: Reject impossible dependent tileLuca Barbato
2014-01-13avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8...Michael Niedermayer
2014-01-13avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer
2014-01-12vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().Clément Bœsch
2014-01-12vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X.Clément Bœsch
2014-01-12vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X.Clément Bœsch
2014-01-12vp9/x86: merge IDCT coef macros.Clément Bœsch
2014-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-12vc1dsp: K&R formatting cosmeticsLuca Barbato
2014-01-12mpegts muxer, DVB subtitles encoder: common DVB subtitles payloadSerhii Marchuk
2014-01-12avcodec/dct-test: add support for C prores IDCTMichael Niedermayer
2014-01-12hevc: remove useless clip in FUNC(sao_band_filter)()Guillaume Martres
2014-01-12hevc: clip pixels when transquant bypass is usedGuillaume Martres
2014-01-12avcodec/dct-test: reproduce 4..1019 clipping when testing prores IDCTMichael Niedermayer
2014-01-12avcodec/dct-test: correct output bias of prores idctMichael Niedermayer
2014-01-12vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje
2014-01-12avcodec/mjpegenc: use a seperate chroma matrix when luma and chroma differMichael Niedermayer
2014-01-12avcodec/mpegvideo_enc: init chroma matrix for mjpegMichael Niedermayer
2014-01-12avcodec/mjpegenc: pass chroma quantization matrix through as well, not just lumaMichael Niedermayer
2014-01-11hevc: Clip the pixel before shiftingLuca Barbato
2014-01-11avcodec/hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer
2014-01-11avcodec/alac: warn if not all channels where decodedMichael Niedermayer
2014-01-11avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer