summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer2015-03-01
* avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is setMichael Niedermayer2015-03-01
* Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-01
|\
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-28
|\|
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-28
* | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-28
|\|
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* | avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-02-28
* | avcodec/ppc/fdctdsp: fix const warningMichael Niedermayer2015-02-28
* | avcodec/vc1_block: Optimize vc1_decode_i_block_adv()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Optimize vc1_decode_i_block()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: cosmeticszhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: move early exit code up in ff_vc1_pred_dc()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Use av_clip_uintp2()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Optimize vc1_decode_ac_coeff()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Simplify dcdiff initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Simplify dir_ptr / pred initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify pred/mc loopszhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify dmv_y initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify code setting and using extend_x/yzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Make init_block_index() inlinezhaoxiu.zeng2015-02-28
* | avcodec/vc1: use uint8_t for size_tablezhaoxiu.zeng2015-02-28
* | avcodec/vc1: simplify offset table and accesszhaoxiu.zeng2015-02-28
* | lavc/pngenc: Support writing colorspace tags.Niklas Haas2015-02-28
* | avcodec/dvdec: Make dv_iweight_720_c staticMichael Niedermayer2015-02-27
* | avcodec/v210dec: Add ff prefix to v210_x86_init()Michael Niedermayer2015-02-27
* | avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() functionMichael Niedermayer2015-02-27
* | avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-27
* | avcodec/diracdsp: Mark ff_diracdsp_init() as av_coldMichael Niedermayer2015-02-27
* | avcodec/mjpegenc: Mark ff_mjpeg_encode_close() as av_coldMichael Niedermayer2015-02-27
* | avcodec/hqx: use init_get_bits8()Paul B Mahol2015-02-27
* | avcodec/hqx: fix typoPaul B Mahol2015-02-27
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | mips/acelp_filters: fix incorrect register constraintJames Cowgill2015-02-26
* | mips/aacdec: refactor out duplicated assembly codeJames Cowgill2015-02-26
* | mips/sbrdsp: remove sbr_neg_odd_64_mipsJames Cowgill2015-02-26
* | mips/fft: remove some useless assemblyJames Cowgill2015-02-26
* | mips/aacpsdsp: fix definition of ps_decorrelate_mipsJames Cowgill2015-02-26
* | mips/mathops: remove 64-bit codeJames Cowgill2015-02-26
* | avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the bounds of a...Michael Niedermayer2015-02-25
* | avcodec/snow: Initialize spatial_decomposition_count to a valid valueMichael Niedermayer2015-02-25
* | avcodec/hevcdsp: ARM NEON optimized qpel functionsSeppo Tomperi2015-02-25
* | avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer2015-02-25
* | avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer2015-02-25
* | avcodec/h264: Clear last_pic_for_ec on seeks and reinitsMichael Niedermayer2015-02-25
* | avcodec/arm/hevcdsp_idct_neon: drop ".code 32"Michael Niedermayer2015-02-25
* | avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer2015-02-24
* | avcodec/mss4: check return value of init_get_bits8()Paul B Mahol2015-02-24
* | lavc/pthread_slice: release entriesChristophe Gisquet2015-02-24