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
2009-01-07Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad
2009-01-07Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun
2009-01-07Add Altivec version of vector_fmul_window.David Conrad
2009-01-07add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-07ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs
2009-01-06Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos
2009-01-06Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos
2009-01-06Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad
2009-01-06fix compilation with GCC-4.3+David Conrad
2009-01-06offset and weights are signed, fixes some non-bitexact issues.David Conrad
2009-01-061l: Forgot to rename header guard.Carl Eugen Hoyos
2009-01-06Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos
2009-01-06Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos
2009-01-06add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-06AltiVec version of h264_idct(8)_dc_addDavid Conrad
2009-01-05Ministry of English Composition treatment: s/Alloced/AllocatedCarl Eugen Hoyos
2009-01-05Remove leading underscore from union declaration.Carl Eugen Hoyos
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun
2009-01-05spelling/grammar and whitespace cosmeticsDiego Biurrun
2009-01-0550l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser
2009-01-05Cosmetics: Fix indentation.Carl Eugen Hoyos
2009-01-05100l: Add a deleted '{'.Carl Eugen Hoyos
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
2009-01-04Generic metadata API.Michael Niedermayer
2009-01-04Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten
2009-01-03Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer
2009-01-03Add type, text and ass to AVSubtitleRect.Michael Niedermayer
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer
2009-01-03Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer
2009-01-03Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2009-01-03Add enum AVSubtitleTypeMichael Niedermayer
2009-01-03Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun
2008-12-30ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård
2008-12-30ARM: rename coefficient table in NEON IDCTMåns Rullgård
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs
2008-12-29It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov
2008-12-29Explain the lack of +3/7Michael Niedermayer
2008-12-28Revert r16375: It broke aac decoding.Carl Eugen Hoyos
2008-12-28Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos
2008-12-28Silence one warning when compiling with icc:Carl Eugen Hoyos
2008-12-28Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos
2008-12-28Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård
2008-12-27simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-27Remove stray codeLuca Barbato