aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2009-01-1130l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov
2009-01-11Add size that is needed for the wmapro codecBenjamin Larsson
2009-01-11RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov
2009-01-11Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos
2009-01-10Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos
2009-01-10Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos
2009-01-10Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos
2009-01-10Cosmetics: Break long line.Carl Eugen Hoyos
2009-01-10Fill range_map* in VC1Context.Carl Eugen Hoyos
2009-01-10Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini
2009-01-10Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos
2009-01-09Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos
2009-01-09Add refdist_flag to VC1Context.Carl Eugen Hoyos
2009-01-09SH4: fix typo in asm constraintMåns Rullgård
2009-01-07Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos
2009-01-07Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos
2009-01-07configure: allow to disable sse code.Ramiro Polla
2009-01-07Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun
2009-01-07The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun
2009-01-07Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain
2009-01-07Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer
2009-01-07Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun
2009-01-07Use <> instead of "" for system headers.Diego Biurrun
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
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-06Add Altivec version of vector_fmul_window.David Conrad
2009-01-06add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-06ensure 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-05Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos
2009-01-05Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos
2009-01-05add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-05AltiVec 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-04Add 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