summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-05
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-03
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Fix typo in r25019.Eli Friedman2010-09-01
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-01
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-01
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs2010-09-01
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-01
* Fix vertical align.Ronald S. Bultje2010-08-31
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-31
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-31
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-31
* aacenc: Write tag.elem_id early.Alex Converse2010-08-30
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-30
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-30
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-30
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-29
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-28
* cosmetics in imdct_sseLoren Merritt2010-08-28
* cosmeticAurelien Jacobs2010-08-28
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-26
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-26
* enable a flexible lifetimeTobias Bindhammer2010-08-26
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-26
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-26
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-25
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-25
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-25
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-25
* ARM: update struct offsetsMåns Rullgård2010-08-25
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-24
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-24
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-24
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-24
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24