summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* lavc/mjpeg2jpeg: Accept more mjpeg streams as input.Carl Eugen Hoyos2016-01-13
* libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern2016-01-12
* avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer2016-01-12
* lavc/mjpeg2jpeg: Check for jpeg file header.Carl Eugen Hoyos2016-01-12
* avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-12
* diracdec: fix idwt_stride calculation in bytesAndreas Cadhalpun2016-01-12
* lavc/cbrt_tablegen: speed up tablegenGanesh Ajjanagadde2016-01-11
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-11
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-11
* avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer2016-01-11
* avcodec/aacdec_template: Check id_mapMichael Niedermayer2016-01-10
* avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-10
* avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer2016-01-10
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-10
* avcodec/mjpegdec: Fix negative shiftMichael Niedermayer2016-01-10
* lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos2016-01-10
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-10
* avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-10
* avcodec/codec_desc: Add ff_aac_profiles to aac_latmMichael Niedermayer2016-01-10
* libvpx: Support setting color range for vp9.Sasi Inguva2016-01-09