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-08-21avcodec/hevcdsp: rename sao_band_filter c functionsJames Almer
2015-04-17avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil
2015-03-12hevcdsp: fix compilation for arm and aarch64James Almer
2015-03-10lavc/hevcdsp: Fix compilation for arm with --disable-neon.Carl Eugen Hoyos
2015-02-06hevcdsp: ARM NEON optimized deblocking filterSeppo Tomperi
2015-02-05x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer
2015-02-04hevcdsp: separated sao edge filter and pixel restore funcsSeppo Tomperi
2015-02-02x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer
2014-07-27Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer
2014-07-26hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere
2014-07-15hevc/rext: add support for Range extension toolsMickaël Raulet
2014-07-15hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet
2014-07-15hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet
2014-07-15hevc: simplify SAO computation, delay from one row its computationMickaël Raulet
2014-06-17avcodec/hevc: new idct + asmplepere
2014-05-06HEVC : added assembly MC functionsplepere
2014-05-06hevc: C code update for new motion compensationMickaël Raulet
2013-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-22hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres
2013-11-02libavcodec/hevc: random cosmetics to reduce diff to 064698d381e1e7790f21b0199...Michael Niedermayer
2013-11-02libavcodec/hevc: indention related cosmetics to reduce diff to 064698d381e1e7...Michael Niedermayer
2013-11-02avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0...Michael Niedermayer
2013-11-02avcodec/hevc: Adjust white-spaces to reduce difference to 064698d381e1e7790f2...Michael Niedermayer
2013-10-31Add HEVC decoderGuillaume Martres
2013-10-16lavc: add a HEVC decoder.Guillaume Martres