aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-073-9/+9
* Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos2009-01-072-13/+13
* configure: allow to disable sse code.Ramiro Polla2009-01-071-1/+1
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-071-0/+2
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-071-1/+1
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-073-35/+153
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-071-0/+3
* 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