12340 Commits (1d96cc08652072730e64ecb45df81b608a015a38)

Author SHA1 Message Date
Marcelo Galvăo Póvoa 1d96cc0865 Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. 14 years ago
Måns Rullgård b33451eeac Check rc_buffer_size value using integer arithmetic 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Reimar Döffinger 3d487db153 Fix slice height for y position calculation for vp3_draw_horiz_band 14 years ago
Reimar Döffinger 3b9ee20f70 Fix vp3_draw_horiz_band to not produce completely chaotical values 14 years ago
Reimar Döffinger 6974952d24 VP3/Theora: validate aspect and reduce it before exporting it 14 years ago
Stefano Sabatini 8ef38f3f50 Add #ifndef around FF_API_MM_FLAGS. 14 years ago
Reimar Döffinger b1c32fb5e5 Use "d" suffix for general-purpose registers used with movd. 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Martin Storsjö dab95c0584 Fix the dependencies of the RTP muxer 14 years ago
Ronald S. Bultje 2c166c3af1 Port latest x264 deblock asm (before they moved to using NV12 as internal 14 years ago
Eli Friedman a10a9f5cd0 Fix typo in r25019. 14 years ago
Ronald S. Bultje 615da9b1d9 Unscrew breakage after my last commit because of symbol prefixes. 14 years ago
Ronald S. Bultje a33a2562c1 Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square 14 years ago
Ronald S. Bultje 14bc1f2485 Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, 14 years ago
Aurelien Jacobs eda7c983c1 add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl 14 years ago
Diego Biurrun 625bac784b Use quotes instead of angle brackets for local #includes. 14 years ago
Ronald S. Bultje 5929b3a651 Fix vertical align. 14 years ago
Tobias Bindhammer d1cacdb8dd Checking return values of av_malloc(z) and report an error in case. 14 years ago
Alex Converse 99d7a3e862 aacenc: Remove an unused variable from adjust_frame_information(). 14 years ago
Alex Converse 1297f58132 aacenc: Don't set s->cur_channel before apply_window_and_mdct(). 14 years ago
Alex Converse 8e4c11e90a aacenc: Write tag.elem_id early. 14 years ago
Alex Converse 0e107f7890 psymodel: Const correct FFPsyWindowInfo. 14 years ago
Alex Converse 76dfe4ebc5 aacenc: Only apply M/S if common_window is set. 14 years ago
David Conrad c740f737e9 vorbisdec: Use int instead of uint16_fast_t for index variables 14 years ago
Ronald S. Bultje 79ce0f002e Fix compilation failure if yasm is disabled (missing vp3 symbols). 14 years ago
Ronald S. Bultje de1c253bab Split intra prediction initialization (i.e. assigning of function pointers) 14 years ago
Ronald S. Bultje d0eb5a1174 Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 14 years ago
Ronald S. Bultje e9f5f020c6 Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 14 years ago
Ronald S. Bultje 7e7c4b6008 Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() 14 years ago
Vitor Sessak ef4a93426a Include stdint.h instead of inttypes.h, it is enough for what this file need. 14 years ago
Vitor Sessak 774b20ca72 Hopefully fix the fate-ws_snd breakage on PPC 14 years ago
Loren Merritt 19d929f9a3 cosmetics in imdct_sse 14 years ago
Aurelien Jacobs 601090b5c0 cosmetic 14 years ago
Ronald S. Bultje 4eca52ed19 Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. 14 years ago
Tobias Bindhammer 3156df450f Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well 14 years ago
Tobias Bindhammer 6cd94998a4 enable a flexible lifetime 14 years ago
Tobias Bindhammer 99d8166daf Setting proper values in extradata for future use in muxer 14 years ago
Martin Storsjö e0ae6c17fe Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT 14 years ago
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 14 years ago
Ronald S. Bultje 6697bc33e2 Revert r24931, it broke Win32 and some BSD compiles (yay fate). 14 years ago
Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 14 years ago
Måns Rullgård 694c5a2850 sp5x: remove broken code under #if 0 14 years ago
Ronald S. Bultje 72f642400b Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing 14 years ago
Måns Rullgård 69dad87c48 VP6: fix vp6_filter_diag4_mmx/sse on 64-bit 14 years ago
Måns Rullgård 94f8b2d799 ARM: update struct offsets 14 years ago
Ronald S. Bultje 89fa3504ed Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should 14 years ago
Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 14 years ago
Tobias Bindhammer d09c0a1666 cleanup a bit in a64multi_encode_frame() 14 years ago
Tobias Bindhammer 9f63810491 added/extended some comments in a64multi_encode_frame() 14 years ago