summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-303-83/+103
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-307-718/+754
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-307-701/+637
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-308-27/+27
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-291-1/+1
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-281-3/+4
* cosmetics in imdct_sseLoren Merritt2010-08-281-25/+20
* cosmeticAurelien Jacobs2010-08-281-1/+1
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-261-5/+5
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-261-9/+9
* enable a flexible lifetimeTobias Bindhammer2010-08-261-2/+1
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-261-0/+14
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-261-0/+1
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-263-2/+19
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-251-1/+0
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-254-43/+34
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-251-96/+0
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-251-0/+1
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-251-0/+3
* ARM: update struct offsetsMåns Rullgård2010-08-251-4/+4
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-257-270/+178
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-259-24/+61
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-251-7/+1
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-251-1/+8
* Remove global mm_flags variableMåns Rullgård2010-08-2415-25/+19
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-241-11/+11
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-242-3/+4
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-241-2/+1
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-244-45/+184
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-244-41/+117
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-231-1/+303
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-231-1/+1
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-232-26/+26
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-232-3/+3
* removed an unnecessary blank lineTobias Bindhammer2010-08-231-1/+0
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-232-0/+4
* added codec-ids for the a64 codecTobias Bindhammer2010-08-231-1/+4
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-233-0/+390
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-231-14/+14
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-222-108/+195
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-211-4/+0
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-211-4/+0
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-211-8/+0
* Cosmetics: remove useless ().Stefano Sabatini2010-08-211-1/+1
* Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger2010-08-211-8/+9
* dv: fix alignment of scratch bufferMåns Rullgård2010-08-201-1/+1
* Fixed mpeg12 top field first flag value with field picture encoding.Laurent Aimar2010-08-201-1/+8
* imc: fix undefined float to int conversionMåns Rullgård2010-08-191-1/+1
* fft-test: format error output more readablyMåns Rullgård2010-08-161-1/+1
* Remove some stray +s in VP8Jason Garrett-Glaser2010-08-131-2/+2
OpenPOWER on IntegriCloud