summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'Hendrik Leppkes2016-01-19
|\
| * qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-07
* | Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'Hendrik Leppkes2016-01-19
|\|
| * qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-07
* | avcodec/gif: Fix lzw buffer sizeMichael Niedermayer2016-01-18
* | avcodec/put_bits: Assert buf_ptr in flush_put_bits()Michael Niedermayer2016-01-18
* | videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje2016-01-18
* | lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime videoMats Peterson2016-01-18
* | avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer2016-01-18
* | avcodec/v210: guard new avx2 functions from old assemblersJames Darnley2016-01-17
* | avcodec/libaacplus: Cleanup in case of init failureMichael Niedermayer2016-01-17
* | avcodec/diracdec: Fix qfactor/offset tablesMichael Niedermayer2016-01-17
* | libavcodec/aacenc_tnc.c: remove unused variable w2Claudio Freire2016-01-17
* | AAC encoder: TNS fixes on short windowsClaudio Freire2016-01-17
* | AAC encoder: use signed coeffs when measuring IS energyClaudio Freire2016-01-17
* | AAC encoder: enforce SF delta in PNS and IS SFsClaudio Freire2016-01-17
* | avcodec/v210: document the requirement for sample_factorJames Darnley2016-01-17
* | avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley2016-01-17
* | avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley2016-01-17
* | remove all uses of the deprecated avpicture_get_size() functionEddie Hao2016-01-17
* | avcodec/wmaenc: Check input for finitenessMichael Niedermayer2016-01-16
* | avcodec/aacenc: Check both channels for finitenessMichael Niedermayer2016-01-16
* | avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64Michael Niedermayer2016-01-16
* | mpeg4videodec: silence ubsan warningAndreas Cadhalpun2016-01-15
* | avformat/riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-15
* | avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()Michael Niedermayer2016-01-15
* | avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-15
* | avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-15
* | lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde2016-01-14
* | lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-14
* | lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-14
* | lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-14
* | lavc/ccaption_dec: flush context on seekAman Gupta2016-01-14
* | avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-14
* | dca: fix misaligned access in avpriv_dca_convert_bitstreamAndreas Cadhalpun2016-01-14
* | avcodec/aacenc: Check for +-Inf tooMichael Niedermayer2016-01-13
* | avcodec/wavpackenc: print channel count in av_log callJames Almer2016-01-13
* | avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()Michael Niedermayer2016-01-13
* | avcodec/diracdec: Factor +2 out of the inner loopMichael Niedermayer2016-01-13
* | avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding...Michael Niedermayer2016-01-13
* | avcodec/aacenc: mark output as const as its not written toMichael Niedermayer2016-01-13
* | avcodec/aacenc: Fix NAN checkMichael Niedermayer2016-01-13
* | diracdec: Add slice threading to HQ profileKieran Kunhya2016-01-13
* | AAC encoder: encode out-of-phase I/S efficientlyClaudio Freire2016-01-13
* | AAC encoder: fix I/S relative error evaluationClaudio Freire2016-01-13
* | AAC encoder: various fixes in M/S codingClaudio Freire2016-01-13
* | AAC encoder: in IS, fix index of sf_idx, band_typeClaudio Freire2016-01-13
* | AAC encoder: don't apply MS on special bandsClaudio Freire2016-01-13
* | AAC encoder: avoid assertion failure on PNSClaudio Freire2016-01-13
* | AAC encoder: fix assertion error with predictionClaudio Freire2016-01-13