12526 Commits (d56920e206b639d9e2a4e22b90acc680c6e4ca04)

Author SHA1 Message Date
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
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
Ronald S. Bultje 3611c45ab7 Mark xmm registers as clobbered in simple loopfilter. Should fix the last 14 years ago
Alex Converse 4c399dc82b Fix undefined expressions that use multiple calls to get_bits(). 14 years ago
Måns Rullgård b3c1652b82 msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() 14 years ago
Tobias Bindhammer e2f402f160 added interlacing option and compression option for colorram (lut) 14 years ago
Tobias Bindhammer bb07ab7cf2 fixed some return values and deprecated CODEC_TYPE_VIDEO. 14 years ago
Nathan Caldwell 62147469da acenc: LAME-inspired window decision 14 years ago
Alex Converse c36b2c010e Revert unintended changes to fft.h from r24890. 14 years ago
Nathan Caldwell af00dddeca aacenc: Rename Psy3gpp* structs to AacPsy* 14 years ago
Alex Converse cb4f12466b imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits". 14 years ago
Tobias Bindhammer e4d2ab5298 removed an unnecessary blank line 14 years ago
Tobias Bindhammer b7cf4e4f55 enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system 14 years ago
Tobias Bindhammer 40c5ee9903 added codec-ids for the a64 codec 14 years ago
Tobias Bindhammer 7bf7833fb7 Initial version of the a64 (multicolor charset) codec 14 years ago