28728 Commits (d76f0c0378dfd86883df28d32fdbc9071e2606ff)

Author SHA1 Message Date
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
Mickaël Raulet 25bb7eaf9e hevc/intra_pred: drop unnecessary conditions in loops 11 years ago
Mickaël Raulet 4c390b1ba9 hevc/intra_pred: optimize EXTEND_()* 11 years ago
Anton Khirnov a1c2b48018 hevc: templatize intra_pred 11 years ago
Mickaël Raulet 04db5794cd hevc: templatize pred_planar 11 years ago
Michael Niedermayer 4a30f08505 avcodec/diracdec: move mc buffer allocation to per frame 11 years ago
James Almer 057ebf1222 x86/hevc_deblock: remove some duplicated instructions 11 years ago
Christophe Gisquet f1793fe9cd x86: hevc_mc: specify coefficients registers 11 years ago
Michael Niedermayer 6e8fe44815 avcodec/wmv2enc: allocate padding for extradata and check malloc failure 11 years ago
Michael Niedermayer 5441eb460c avcodec/movtextenc: allocate padding for extradata 11 years ago
Michael Niedermayer 947ed8f292 avcodec/ffv1enc: allocate padding for extradata 11 years ago
Michael Niedermayer bf718bdf12 avcodec/crystalhd: allocate padding for extradata 11 years ago
Anton Khirnov fd056029f4 lavc: add avcodec_free_context(). 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Olivier Langlois b052bccbe4 lavc: Use av_gettime_relative() 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago