28571 Commits (81aa0f4604f98da692f2689c84968f90354a92ea)

Author SHA1 Message Date
Christophe Gisquet 81aa0f4604 x86: hpeldsp: implement SSSE3 version of _xy2 11 years ago
Christophe Gisquet 9722a6a3f3 x86: hpeldsp: implement SSE2 put_pixels16_xy2 11 years ago
Christophe Gisquet f0aca50e0b x86: hpeldsp: implement SSE2 versions 11 years ago
James Almer 7538ad2248 x86/hevc_deblock: improve chroma functions register allocation 11 years ago
James Almer 584327f22f x86/dsputil: fix argument declaration in vector_clipf 11 years ago
James Almer 518cbf9b4a x86/dsputil: fix VECTOR_CLIP_INT32 macro 11 years ago
Michael Niedermayer 6b88f22e89 avcodec/dcadec: dont use hex float, msvc doesnt support it 11 years ago
Michael Niedermayer 9ccb5455ca avcodec/dcadec: use a constant instead of assuming every compiler can optimize pow(2,-15) 11 years ago
Michael Niedermayer 6da06ef6bb avcodec/dcadec: make dca_dmix_code() 650% faster 11 years ago
Michael Niedermayer 4e4dbb9983 dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after merge 11 years ago
Vittorio Giovara 21f68c2489 avcodec: bump version after rotation api 11 years ago
Niels Möller 6b7b8585d7 dca: Convert dca_dmixtable to integers 11 years ago
James Almer 6a4832caae x86/diracdsp: mark all functions as yasm 11 years ago
James Almer 1d36defe94 x86/dsputil: port ff_vector_clipf_sse to yasm 11 years ago
Christophe Gisquet c081ca851c x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow 11 years ago
Christophe Gisquet 17ac998055 x86: hpeldsp: mark _xy2 versions as approximate 11 years ago
Christophe Gisquet f8de35ebc4 x86: hpeldsp: kill hpeldsp_mmx.c 11 years ago
Michael Niedermayer aca48725af avcodec/proresdec2: Use av_malloc_array() 11 years ago
Michael Niedermayer e8e9186a70 avcodec/pgssubdec: Use av_malloc(z)_array() 11 years ago
Michael Niedermayer f932e5f716 avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else" 11 years ago
Dale Curtis d5d6b8e259 Fix compilation error around struct visibility when VDPAU disabled. 11 years ago
James Almer 80ee2dfcf6 x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm 11 years ago
James Almer 7b05267239 x86/dsputil: port clear_block functions to yasm 11 years ago
Michael Niedermayer 91a8262b9d avcodec/utils: add error message for the recode_subtitle() without iconv case 11 years ago
Dale Curtis ef0c466a0f Replace assert with AVERROR when recode_subtitle called w/o ICONV. 11 years ago
Michael Niedermayer e61055fd8b avcodec/atrac3plusdec: Use av_mallocz_array() 11 years ago
Michael Niedermayer 606a49d2e6 avcodec/atrac3: Use av_mallocz_array() 11 years ago
Michael Niedermayer 3d4e365073 avcodec/x86/hpeldsp_init: remove redundant if() 11 years ago
Hendrik Leppkes cd9e08e110 hpeldsp: fix build without inline asm 11 years ago
Christophe Gisquet d1a32c3f49 x86: kill fpel_mmx.c 11 years ago
Michael Niedermayer 19e66c7232 avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE 11 years ago
Dale Curtis ca2fd25988 Fix compilation errors when deprecated features are disabled. 11 years ago
Michael Niedermayer be656c362d avcodec/h264_picture: Fix build without error resilience 11 years ago
Katerina Barone-Adesi e50ae60d46 avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. 11 years ago
Michael Niedermayer 8408720453 avcodec/smvjpegdec: Dont ignore avcodec_close() return code 11 years ago
Michael Niedermayer 0739614c9c avcodec: remove no longer needed ff_codec_close_recursive() 11 years ago
Janne Grunau 132a5711a2 check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA) 11 years ago
Oliver Fromme ab6228316a avcodec/dvdsubenc: accept forced flag 11 years ago
Lukasz Marek 8aa2988036 lavc/flac_parser: use av_fifo_alloc_array 11 years ago
Lukasz Marek bc4f362c92 lavc/frame_thread_encoder: use av_fifo_alloc_array 11 years ago
James Almer d43c303038 x86/hevc_deblock: use constants instead of generating values at runtime 11 years ago
Thierry FAUCK 41b928c5fa avcodec/ppc/asm: fix build with ABI v2 11 years ago
James Almer b82274487b lavc: define STRIDE_ALIGN as 32 when compiling with AVX support 11 years ago
Michael Niedermayer 55fe1582cb avcodec/pthread_frame: remove unused variable 11 years ago
Michael Niedermayer f29cdfec96 avcodec/libvorbisenc: do not attempt to flush if no data was input 11 years ago
Michael Niedermayer ebbc33a42d avcodec/libmp3lame: do not attempt to flush lame if no data was input 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Anton Khirnov 9929b3564c pthread_frame: simplify the code by using new AVPacket API 11 years ago
Anton Khirnov cdf58f0599 avpacket: fix copying side data in av_packet_copy_props() 11 years ago
Anton Khirnov c9f8809ee4 hevc/intra_pred: simplify neighboring sample derivation 11 years ago