17416 Commits (175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf)
 

Author SHA1 Message Date
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
Aurelien Jacobs 176aee8282 Add a metadata compatibility layer, so that when a user application set 16 years ago
Aurelien Jacobs e232c2529e add a typedef for AVMetadata 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
Diego Biurrun 52e57500bb Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned 16 years ago
Palle Lyckegaard e193c74e6e Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible. 16 years ago
Carl Eugen Hoyos 5d9c0615be Ministry of English Composition treatment: s/Alloced/Allocated 16 years ago
Roman Shaposhnik 6d8b21f3e8 additional recovery for the badly broken streams 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
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Carl Eugen Hoyos 27cb5cbc16 Fix small errors in configure --help's output. 16 years ago
Aurelien Jacobs f526adaf19 add metadata in AVStream, AVProgram and AVChapter 16 years ago
Mike Melanson ea29242cc7 Ministry of English Composition treatment for the new metadata API 16 years ago
Michael Niedermayer 06a7bd9a2e 10l format include path for metadata.h 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
Aurelien Jacobs 045cbba92d cosmetic: indent 16 years ago
Aurelien Jacobs d8bd113ef4 add a termination condition 16 years ago
Yoav Steinberg 853a97530e If we find a VBR tag at the beginning of the file don't attempt to 16 years ago
Stefano Sabatini 1ca9133fb4 Drop the deprecated parse_image_size() and parse_frame_rate() functions 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 7cf9c6ae40 Display subtitles within the display area. 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
Stefano Sabatini e329b6ec7a Bump year number. 16 years ago
Stefano Sabatini 9ce95f272e Cosmetics: break line to make it not longer than 80 chars. 16 years ago
Michael Niedermayer ce0453aac9 10l set AVPacket.size to the true size of the returned data instead of 16 years ago
Michael Niedermayer 188e67eaf4 Fix indention which was off by 1 space. 16 years ago
Michael Niedermayer 0b4ff0c9ef Replace buffer by AVPacket and avoid a memcpy() for video when the number 16 years ago
Michael Niedermayer fce48f5b0b Merge videobuf and audiobuf. 16 years ago