31389 Commits (e5dfa4361955803ac10911a005803c1e514b6ca7)

Author SHA1 Message Date
James Cowgill de4f59b536 mips: use float* to hold pointer instead of int 10 years ago
Anton Khirnov db5cc75f8b wma.h: #include "avcodec.h" 10 years ago
Vittorio Giovara e878ec0d47 aic: Fix decoding files with odd dimensions 10 years ago
Claudio Freire 6394acaf36 AAC: Fix M/S stereo encoding 10 years ago
Steve Lhomme 4851db80a4 fix VP9 packet decoder returning 0 instead of the used data size 10 years ago
Andreas Cadhalpun 2578a54618 avcodec/rv10: check size of s->mb_width * s->mb_height 10 years ago
Andreas Cadhalpun 5de2dab12b avcodec/webp: validate the distance prefix code 10 years ago
Clément Bœsch da2a49ac9a avcodec/proresenc_kostya: fix coded_frame handling 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Christophe Gisquet efd3f407e5 hevc/sao: use unaligned copy 10 years ago
Michael Niedermayer 7c9e7bd425 avcodec/pngenc: replace round by lrint() 10 years ago
Claudio Freire 84f4be424d avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations are required 10 years ago
Luca Barbato dbc1163b20 prores: Extend the padding check to 16bit 10 years ago
Michael Niedermayer cf729b2489 avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int 10 years ago
James Almer 5c8f747085 x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8 10 years ago
Michael Niedermayer 2b4041661a avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is set 10 years ago
Andreas Cadhalpun 732c3ebffa avcodec/utils: use correct printf specifier in ff_set_sar 10 years ago
Andreas Cadhalpun ea1d0b7ece avcodec/utils: use correct printf specifier in ff_set_sar 10 years ago
Anton Khirnov 71f1ad37d8 lavc: do not compile fmtconvert unconditionally 10 years ago
Anton Khirnov d74a8cb7e4 fmtconvert: drop unused functions 10 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Michael Niedermayer 5f1ea0bfc5 avcodec/ppc/fdctdsp: fix const warning 10 years ago
zhaoxiu.zeng 94f5ac93d7 avcodec/vc1_block: Optimize vc1_decode_i_block_adv() 10 years ago
zhaoxiu.zeng 21581182ca avcodec/vc1_block: Optimize vc1_decode_i_block() 10 years ago
zhaoxiu.zeng 80a0daa0f6 avcodec/vc1_block: cosmetics 10 years ago
zhaoxiu.zeng 137fbab11b avcodec/vc1_block: move early exit code up in ff_vc1_pred_dc() 10 years ago
zhaoxiu.zeng 9914502264 avcodec/vc1_block: Use av_clip_uintp2() 10 years ago
zhaoxiu.zeng ec908ce427 avcodec/vc1_block: Optimize vc1_decode_ac_coeff() 10 years ago
zhaoxiu.zeng ccad34e3ca avcodec/vc1_block: Simplify dcdiff initialization 10 years ago
zhaoxiu.zeng bd55f01c96 avcodec/vc1_block: Simplify dir_ptr / pred initialization 10 years ago
zhaoxiu.zeng f6b195cfb9 avcodec/vc1: Simplify pred/mc loops 10 years ago
zhaoxiu.zeng d8e030c3cc avcodec/vc1: Simplify dmv_y initialization 10 years ago
zhaoxiu.zeng 751883c602 avcodec/vc1: Simplify code setting and using extend_x/y 10 years ago
zhaoxiu.zeng 71de5542bb avcodec/vc1: Make init_block_index() inline 10 years ago
zhaoxiu.zeng e2edb10f8e avcodec/vc1: use uint8_t for size_table 10 years ago
zhaoxiu.zeng 53cb0babb4 avcodec/vc1: simplify offset table and access 10 years ago
Niklas Haas 888a33c070 lavc/pngenc: Support writing colorspace tags. 10 years ago
Michael Niedermayer bf6102044d avcodec/dvdec: Make dv_iweight_720_c static 10 years ago
Michael Niedermayer 23a90768a8 avcodec/v210dec: Add ff prefix to v210_x86_init() 10 years ago
Michael Niedermayer b37c3396cd avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() function 10 years ago
Michael Niedermayer 0e699676f9 avcodec/snow: mark dwt init as av_cold 10 years ago
Michael Niedermayer 22a80272ae avcodec/diracdsp: Mark ff_diracdsp_init() as av_cold 10 years ago
Michael Niedermayer f8b743b9e6 avcodec/mjpegenc: Mark ff_mjpeg_encode_close() as av_cold 10 years ago
Paul B Mahol aa7a2fa58f avcodec/hqx: use init_get_bits8() 10 years ago
Paul B Mahol 5440076303 avcodec/hqx: fix typo 10 years ago
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
James Cowgill b9de1303a6 mips/acelp_filters: fix incorrect register constraint 10 years ago
James Cowgill f6bf745c5c mips/aacdec: refactor out duplicated assembly code 10 years ago
James Cowgill 83589e6918 mips/sbrdsp: remove sbr_neg_odd_64_mips 10 years ago
James Cowgill d6f66aec50 mips/fft: remove some useless assembly 10 years ago