31643 Commits (e003a53452856594dcf721caab8af234adb121ca)

Author SHA1 Message Date
Michael Niedermayer e3201c38d5 avcodec/utils: Align YUV411 by as much as the other YUV variants 10 years ago
zhaoxiu.zeng 9870c03615 avcodec/vc1_mc: change the type of s_rndtblfield to uint8_t 10 years ago
zhaoxiu.zeng 468defc57b avcodec/vc1_mc: Simplify v_edge_pos and src_y correction when fieldmv is true 10 years ago
Zeng Zhaoxiu 02fc168c93 avcodec/golomb: cleanup 10 years ago
Zeng Zhaoxiu 1be6054261 avcodec/vc1_mc: remove useless variables 10 years ago
Ronald S. Bultje efff3854f0 vp9: fix segmentation map retention with threading enabled. 10 years ago
Clément Bœsch 70082a1e53 avcodec/samidec: make sure to properly restore parsing context after a tag 10 years ago
James Cowgill 157d6f0d5b mips: port optimizations to mips n64 10 years ago
James Cowgill eae13eae9d configure, mips: remove MIPS32R2, merging it with MIPSFPU 10 years ago
James Cowgill a99de50ec7 mips/aacdec: remove uses of mips32r2 specific ext instructions 10 years ago
Claudio Freire 6dbbb981b5 AAC: Add support for 7350Hz sampling rates, no error on too hight bitrate. 10 years ago
Martin Storsjö 25c29d3283 libopenh264enc: Add support for building with OpenH264 1.4 10 years ago
Andreas Cadhalpun c089e720c1 webp: ensure that each transform is only used once 10 years ago
Anton Khirnov ad786dd450 h264: remove a now redundant error check 10 years ago
Andreas Cadhalpun 4f2ee9daee webp: validate the distance prefix code 10 years ago
Andreas Cadhalpun 66624ed631 rv10: check size of s->mb_width * s->mb_height 10 years ago
Kevin Wheatley 86b59e6a50 avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil. 10 years ago
Himangi Saraogi f3b74d944b pcxenc: Return more meaningful error codes 10 years ago
Peter Cordes 46235f0e02 libx264: update AQ options help for x264 build 144 10 years ago
Vittorio Giovara 87e85a133f aac: Relax reserved_bit validation 10 years ago
Diego Biurrun 25f613f8be dca: Move syncword definitions to a separate header 10 years ago
Michael Niedermayer f6f1e2b3be avcodec/pngenc: Remove outer () from macro 10 years ago
Vilius Grigaliūnas ff6b08141a acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats 10 years ago
James Cowgill 37ffe7f90a mips/aaccoder: use variables instead of using register names directly 10 years ago
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