| Commit message (Expand) | Author | Age | Files | Lines |
* | Use filename as pattern for multiple inclusion guards. | Diego Biurrun | 2010-09-08 | 1 | -3/+3 |
* | Add missing stdint.h #include; necessary to pass 'make checkheaders'. | Diego Biurrun | 2010-09-08 | 1 | -0/+2 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 29 | -285/+43 |
* | Remove reference to not anymore existing symbol has_altivec and use | Stefano Sabatini | 2010-09-08 | 1 | -4/+2 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 6 | -23/+15 |
* | Only draw the actually visible area in vp3_draw_horiz_band. | Reimar Döffinger | 2010-09-08 | 1 | -4/+2 |
* | Remove use of deprecated functions av_image_fill_pointers/linesizes in | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Reindent. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 2 | -35/+9 |
* | Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo | Stefano Sabatini | 2010-09-07 | 1 | -16/+17 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-09-07 | 1 | -4/+4 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 4 | -12/+14 |
* | Move lsp2lpc_sipr() function to common code so it can be reused in a | Marcelo Galvăo Póvoa | 2010-09-07 | 3 | -27/+32 |
* | Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. | Marcelo Galvăo Póvoa | 2010-09-07 | 3 | -16/+15 |
* | Check rc_buffer_size value using integer arithmetic | Måns Rullgård | 2010-09-07 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 42 | -55/+55 |
* | Fix slice height for y position calculation for vp3_draw_horiz_band | Reimar Döffinger | 2010-09-06 | 1 | -1/+1 |
* | Fix vp3_draw_horiz_band to not produce completely chaotical values | Reimar Döffinger | 2010-09-06 | 1 | -1/+1 |
* | VP3/Theora: validate aspect and reduce it before exporting it | Reimar Döffinger | 2010-09-06 | 1 | -3/+8 |
* | Add #ifndef around FF_API_MM_FLAGS. | Stefano Sabatini | 2010-09-05 | 1 | -0/+2 |
* | Use "d" suffix for general-purpose registers used with movd. | Reimar Döffinger | 2010-09-05 | 4 | -30/+30 |
* | 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 |