| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 24 | -149/+154 |
* | Fix the dependencies of the RTP muxer | Martin Storsjö | 2010-09-03 | 1 | -1/+1 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 5 | -325/+230 |
* | Fix typo in r25019. | Eli Friedman | 2010-09-01 | 1 | -1/+1 |
* | Unscrew breakage after my last commit because of symbol prefixes. | Ronald S. Bultje | 2010-09-01 | 1 | -8/+8 |
* | Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square | Ronald S. Bultje | 2010-09-01 | 4 | -291/+427 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 5 | -1319/+1343 |
* | add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl | Aurelien Jacobs | 2010-09-01 | 1 | -1/+11 |
* | Use quotes instead of angle brackets for local #includes. | Diego Biurrun | 2010-09-01 | 1 | -1/+1 |
* | Fix vertical align. | Ronald S. Bultje | 2010-08-31 | 1 | -1/+1 |
* | Checking return values of av_malloc(z) and report an error in case. | Tobias Bindhammer | 2010-08-31 | 1 | -6/+13 |
* | aacenc: Remove an unused variable from adjust_frame_information(). | Alex Converse | 2010-08-31 | 1 | -2/+1 |
* | aacenc: Don't set s->cur_channel before apply_window_and_mdct(). | Alex Converse | 2010-08-31 | 1 | -1/+0 |
* | aacenc: Write tag.elem_id early. | Alex Converse | 2010-08-30 | 1 | -2/+2 |
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 3 | -4/+4 |
* | aacenc: Only apply M/S if common_window is set. | Alex Converse | 2010-08-30 | 1 | -1/+1 |
* | vorbisdec: Use int instead of uint16_fast_t for index variables | David Conrad | 2010-08-30 | 1 | -1/+1 |
* | Fix compilation failure if yasm is disabled (missing vp3 symbols). | Ronald S. Bultje | 2010-08-30 | 1 | -3/+3 |
* | Split intra prediction initialization (i.e. assigning of function pointers) | Ronald S. Bultje | 2010-08-30 | 3 | -83/+103 |
* | Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 | Ronald S. Bultje | 2010-08-30 | 7 | -718/+754 |
* | Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 | Ronald S. Bultje | 2010-08-30 | 7 | -701/+637 |
* | Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() | Ronald S. Bultje | 2010-08-30 | 8 | -27/+27 |
* | Include stdint.h instead of inttypes.h, it is enough for what this file need. | Vitor Sessak | 2010-08-29 | 1 | -1/+1 |
* | Hopefully fix the fate-ws_snd breakage on PPC | Vitor Sessak | 2010-08-28 | 1 | -3/+4 |
* | cosmetics in imdct_sse | Loren Merritt | 2010-08-28 | 1 | -25/+20 |
* | cosmetic | Aurelien Jacobs | 2010-08-28 | 1 | -1/+1 |
* | Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. | Ronald S. Bultje | 2010-08-26 | 1 | -5/+5 |
* | Clarify code/avoid possible bugs by using precalculated values that are used ... | Tobias Bindhammer | 2010-08-26 | 1 | -9/+9 |
* | enable a flexible lifetime | Tobias Bindhammer | 2010-08-26 | 1 | -2/+1 |
* | Setting proper values in extradata for future use in muxer | Tobias Bindhammer | 2010-08-26 | 1 | -0/+14 |
* | Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT | Martin Storsjö | 2010-08-26 | 1 | -0/+1 |
* | Implement avcodec_get_channel_layout(). | S.N. Hemanth Meenakshisundaram | 2010-08-26 | 3 | -2/+19 |
* | Revert r24931, it broke Win32 and some BSD compiles (yay fate). | Ronald S. Bultje | 2010-08-25 | 1 | -1/+0 |
* | Remove duplicate definitions of fullpel MC functions | Måns Rullgård | 2010-08-25 | 4 | -43/+34 |
* | sp5x: remove broken code under #if 0 | Måns Rullgård | 2010-08-25 | 1 | -96/+0 |
* | Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing | Ronald S. Bultje | 2010-08-25 | 1 | -0/+1 |
* | VP6: fix vp6_filter_diag4_mmx/sse on 64-bit | Måns Rullgård | 2010-08-25 | 1 | -0/+3 |
* | ARM: update struct offsets | Måns Rullgård | 2010-08-25 | 1 | -4/+4 |
* | Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should | Ronald S. Bultje | 2010-08-25 | 7 | -270/+178 |
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 9 | -24/+61 |
* | cleanup a bit in a64multi_encode_frame() | Tobias Bindhammer | 2010-08-25 | 1 | -7/+1 |
* | added/extended some comments in a64multi_encode_frame() | Tobias Bindhammer | 2010-08-25 | 1 | -1/+8 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 15 | -25/+19 |
* | Mark xmm registers as clobbered in simple loopfilter. Should fix the last | Ronald S. Bultje | 2010-08-24 | 1 | -11/+11 |
* | Fix undefined expressions that use multiple calls to get_bits(). | Alex Converse | 2010-08-24 | 2 | -3/+4 |
* | msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() | Måns Rullgård | 2010-08-24 | 1 | -2/+1 |
* | added interlacing option and compression option for colorram (lut) | Tobias Bindhammer | 2010-08-24 | 4 | -45/+184 |
* | fixed some return values and deprecated CODEC_TYPE_VIDEO. | Tobias Bindhammer | 2010-08-24 | 4 | -41/+117 |
* | acenc: LAME-inspired window decision | Nathan Caldwell | 2010-08-23 | 1 | -1/+303 |
* | Revert unintended changes to fft.h from r24890. | Alex Converse | 2010-08-23 | 1 | -1/+1 |