summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-072-0/+4
* Use <> instead of "" for system headers.Diego Biurrun2009-01-071-2/+2
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-075-28/+31
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-071-3/+32
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-071-1/+2
* Add Altivec version of vector_fmul_window.David Conrad2009-01-061-0/+39
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-061-0/+52
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-061-2/+4
* Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos2009-01-061-3/+3
* Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos2009-01-061-18/+18
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-061-1/+1
* fix compilation with GCC-4.3+David Conrad2009-01-061-6/+6
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-061-5/+6
* 1l: Forgot to rename header guard.Carl Eugen Hoyos2009-01-061-3/+3
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-051-1/+1
* Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos2009-01-052-1/+1
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-051-0/+82
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-051-10/+54
* Ministry of English Composition treatment: s/Alloced/AllocatedCarl Eugen Hoyos2009-01-052-2/+2
* Remove leading underscore from union declaration.Carl Eugen Hoyos2009-01-051-1/+1
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-053-3/+4
* spelling/grammar and whitespace cosmeticsDiego Biurrun2009-01-051-23/+21
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-051-1/+1
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-051-1/+1
* 100l: Add a deleted '{'.Carl Eugen Hoyos2009-01-051-1/+1
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-0410-4/+351
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-044-158/+0
* Generic metadata API.Michael Niedermayer2009-01-044-0/+159
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-044-21/+104
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-031-1/+1
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-031-0/+10
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-036-48/+52
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-031-6/+6
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-031-42/+45
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-031-5/+5
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-035-54/+58
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-031-0/+18
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-035-2/+379
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-12/+12
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-4/+4
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-303-8/+15
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-301-3/+4
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-293-22/+7
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-291-5/+5
* Explain the lack of +3/7Michael Niedermayer2008-12-281-0/+3
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-281-2/+1
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-281-1/+2
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-281-1/+1
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-281-0/+2
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-271-6/+2