summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Cosmetics: Break long line.Carl Eugen Hoyos2009-01-10
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-10
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-09
* SH4: fix typo in asm constraintMåns Rullgård2009-01-09
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-07
* Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos2009-01-07
* configure: allow to disable sse code.Ramiro Polla2009-01-07
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-07
* Use <> instead of "" for system headers.Diego Biurrun2009-01-07
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-07
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-06
* Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos2009-01-06
* Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos2009-01-06
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-06
* fix compilation with GCC-4.3+David Conrad2009-01-06
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-06
* 1l: Forgot to rename header guard.Carl Eugen Hoyos2009-01-06
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
* Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos2009-01-05
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-05
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-05
* Ministry of English Composition treatment: s/Alloced/AllocatedCarl Eugen Hoyos2009-01-05
* Remove leading underscore from union declaration.Carl Eugen Hoyos2009-01-05
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-05
* spelling/grammar and whitespace cosmeticsDiego Biurrun2009-01-05
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-05
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-05
* 100l: Add a deleted '{'.Carl Eugen Hoyos2009-01-05
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-04
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-03
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-03
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-03
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-03
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-03