8479 Commits (71e685b0183b17e43da3959e620fe22afbe8a64c)

Author SHA1 Message Date
Diego Biurrun ed09249c71 The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. 16 years ago
Robert Swain 158b39126d Support ADTS AAC files in the ffaac decoder (limited to streams containing one 16 years ago
Michael Niedermayer 1b9bbf8674 Document the need of buf=NULL buf_size=0 at the end to obtain all frames. 16 years ago
Diego Biurrun 0d9efa287a Add missing headers to allow 'make checkheaders' to pass. 16 years ago
Diego Biurrun 25bd48bdb4 Use <> instead of "" for system headers. 16 years ago
Alex Converse 11d6f38cc9 Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that 16 years ago
David Conrad b06688ffed Add AltiVec versions of h264_idct_add(8|16|16intra), 16 years ago
Diego Biurrun 8b6871ed4d Disable SVQ3 checks if SVQ3 support is not compiled in. 16 years ago
David Conrad 4929c63679 Add Altivec version of vector_fmul_window. 16 years ago
David Conrad 8b2bc85f29 add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) 16 years ago
Aurelien Jacobs 16cda1535e ensure that no GPL code is linked to LGPL only libavcodec 16 years ago
Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 16 years ago
Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 16 years ago
David Conrad aa9a9b7af7 Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h 16 years ago
David Conrad 628653449c fix compilation with GCC-4.3+ 16 years ago
David Conrad 54b9095833 offset and weights are signed, fixes some non-bitexact issues. 16 years ago
Carl Eugen Hoyos 373745ae62 1l: Forgot to rename header guard. 16 years ago
Carl Eugen Hoyos 272081b0f8 Export VDPAU support by installing vdpau.h. 16 years ago
Carl Eugen Hoyos 8423186e65 Rename vdpau_render.h as vdpau.h. 16 years ago
David Conrad df7fb43569 add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) 16 years ago
David Conrad c663cb0d4f AltiVec version of h264_idct(8)_dc_add 16 years ago
Carl Eugen Hoyos 5d9c0615be Ministry of English Composition treatment: s/Alloced/Allocated 16 years ago
Carl Eugen Hoyos 91d553c386 Remove leading underscore from union declaration. 16 years ago
Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 16 years ago
Diego Biurrun 5fd9c8b94a spelling/grammar and whitespace cosmetics 16 years ago
Jason Garrett-Glaser 26ef65daf3 50l: Reenable error resilience for H264 (Patch by Dark Shikari). 16 years ago
Carl Eugen Hoyos f2c214a1ec Cosmetics: Fix indentation. 16 years ago
Carl Eugen Hoyos e731b5c3d8 100l: Add a deleted '{'. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Mathieu Velten 21ff7689da Use H264 MMX chroma functions to accelerate RV40 decoding. 16 years ago
Michael Niedermayer 1104a26a42 Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. 16 years ago
Michael Niedermayer f656106f76 Add type, text and ass to AVSubtitleRect. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer ebc466bb5f Replace some fixed width variable from AVSubtitle* by normal int. 16 years ago
Michael Niedermayer 052571e75a Forgot to update (I likely missed it due to its similar name to dvb...) 16 years ago
Michael Niedermayer 2e94fb5d46 Future doxy for a few fields of AVSubtitleRect. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Michael Niedermayer c66216ed5d Add enum AVSubtitleType 16 years ago
Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
Diego Biurrun c96da3edc3 Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun 0f0b707fa3 Avoid POSIX-reserved _t namespace. 16 years ago
Måns Rullgård 172a39d13c ARM: work around linker bug with movw/movt relocations in shared libs 16 years ago
Måns Rullgård 77e2249e2f ARM: rename coefficient table in NEON IDCT 16 years ago
Aurelien Jacobs 275131628d Remove duplicated dot product code. Use dsputil's 16 years ago
Kostya Shishkov 592beefe99 It turned out that RV30 uses motion vectors for forward motion B-frame 16 years ago
Michael Niedermayer e4f1ec3a4c Explain the lack of +3/7 16 years ago
Carl Eugen Hoyos 6735e2c810 Revert r16375: It broke aac decoding. 16 years ago
Carl Eugen Hoyos 69b38d4dc3 Reduce number of warnings when compiling with icc by two. 16 years ago