summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavpackenc: use put_sbitsJames Almer2016-01-201-2/+1
* aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-203-197/+2
* aacenc: mark LTP mode as experimentalRostislav Pehlivanov2016-01-201-0/+3
* libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-201-2/+7
* avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer2016-01-201-1/+1
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-191-1/+2
* ape: Show more information for loglevel verbose.Carl Eugen Hoyos2016-01-191-1/+1
* Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'Hendrik Leppkes2016-01-191-2/+18
|\
| * qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-071-2/+18
* | Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'Hendrik Leppkes2016-01-191-1/+3
|\ \ | |/
| * qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-071-1/+3
* | avcodec/gif: Fix lzw buffer sizeMichael Niedermayer2016-01-181-2/+5
* | avcodec/put_bits: Assert buf_ptr in flush_put_bits()Michael Niedermayer2016-01-181-1/+1
* | videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje2016-01-181-15/+6
* | lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime videoMats Peterson2016-01-182-11/+24
* | avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer2016-01-181-2/+7
* | avcodec/v210: guard new avx2 functions from old assemblersJames Darnley2016-01-171-0/+6
* | avcodec/libaacplus: Cleanup in case of init failureMichael Niedermayer2016-01-171-0/+5
* | avcodec/diracdec: Fix qfactor/offset tablesMichael Niedermayer2016-01-171-45/+63
* | libavcodec/aacenc_tnc.c: remove unused variable w2Claudio Freire2016-01-171-1/+1
* | AAC encoder: TNS fixes on short windowsClaudio Freire2016-01-171-11/+7
* | AAC encoder: use signed coeffs when measuring IS energyClaudio Freire2016-01-171-2/+2
* | AAC encoder: enforce SF delta in PNS and IS SFsClaudio Freire2016-01-171-8/+10
* | avcodec/v210: document the requirement for sample_factorJames Darnley2016-01-171-1/+2
* | avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley2016-01-175-9/+31
* | avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley2016-01-176-21/+45
* | remove all uses of the deprecated avpicture_get_size() functionEddie Hao2016-01-172-2/+4
* | avcodec/wmaenc: Check input for finitenessMichael Niedermayer2016-01-161-2/+11
* | avcodec/aacenc: Check both channels for finitenessMichael Niedermayer2016-01-161-8/+8
* | avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64Michael Niedermayer2016-01-161-0/+4
* | mpeg4videodec: silence ubsan warningAndreas Cadhalpun2016-01-151-1/+1
* | avformat/riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-151-0/+1
* | avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()Michael Niedermayer2016-01-151-1/+8
* | avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-151-2/+2
* | avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-151-6/+3
* | lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde2016-01-141-8/+9
* | lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-141-1/+4
* | lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-141-2/+1
* | lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-141-8/+74
* | lavc/ccaption_dec: flush context on seekAman Gupta2016-01-141-0/+19
* | avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-142-1/+6
* | dca: fix misaligned access in avpriv_dca_convert_bitstreamAndreas Cadhalpun2016-01-141-4/+5
* | avcodec/aacenc: Check for +-Inf tooMichael Niedermayer2016-01-131-9/+9
* | avcodec/wavpackenc: print channel count in av_log callJames Almer2016-01-131-1/+1
* | avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()Michael Niedermayer2016-01-131-6/+12
* | avcodec/diracdec: Factor +2 out of the inner loopMichael Niedermayer2016-01-131-5/+5
* | avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding...Michael Niedermayer2016-01-131-3/+34
* | avcodec/aacenc: mark output as const as its not written toMichael Niedermayer2016-01-131-1/+1
* | avcodec/aacenc: Fix NAN checkMichael Niedermayer2016-01-131-1/+9
* | diracdec: Add slice threading to HQ profileKieran Kunhya2016-01-131-8/+30
OpenPOWER on IntegriCloud