Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15lavc/ccaption_dec: clear all unused rows during rollupAman Gupta
2016-01-15lavc/ccaption_dec: clean up whitespaceAman Gupta
2016-01-15lavc/ccaption_dec: implement real_time optionAman Gupta
2016-01-15lavc/ccaption_dec: flush context on seekAman Gupta
2016-01-14avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire
2016-01-14dca: fix misaligned access in avpriv_dca_convert_bitstreamAndreas Cadhalpun
2016-01-14avcodec/aacenc: Check for +-Inf tooMichael Niedermayer
2016-01-14avcodec/wavpackenc: print channel count in av_log callJames Almer
2016-01-13avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()Michael Niedermayer
2016-01-13avcodec/diracdec: Factor +2 out of the inner loopMichael Niedermayer
2016-01-13avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding...Michael Niedermayer
2016-01-13avcodec/aacenc: mark output as const as its not written toMichael Niedermayer
2016-01-13avcodec/aacenc: Fix NAN checkMichael Niedermayer
2016-01-13diracdec: Add slice threading to HQ profileKieran Kunhya
2016-01-13AAC encoder: encode out-of-phase I/S efficientlyClaudio Freire
2016-01-13AAC encoder: fix I/S relative error evaluationClaudio Freire
2016-01-13AAC encoder: various fixes in M/S codingClaudio Freire
2016-01-13AAC encoder: in IS, fix index of sf_idx, band_typeClaudio Freire
2016-01-13AAC encoder: don't apply MS on special bandsClaudio Freire
2016-01-13AAC encoder: avoid assertion failure on PNSClaudio Freire
2016-01-13AAC encoder: fix assertion error with predictionClaudio Freire
2016-01-13lavc/mjpeg2jpeg: Accept more mjpeg streams as input.Carl Eugen Hoyos
2016-01-13libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern
2016-01-12avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer
2016-01-12lavc/mjpeg2jpeg: Check for jpeg file header.Carl Eugen Hoyos
2016-01-12avcodec/mpeg4video: Check time_incrMichael Niedermayer
2016-01-12diracdec: fix idwt_stride calculation in bytesAndreas Cadhalpun
2016-01-12lavc/cbrt_tablegen: speed up tablegenGanesh Ajjanagadde
2016-01-11avcodec/wavpackenc: Check the number of channelsMichael Niedermayer
2016-01-11avcodec/wavpackenc: Headers are per channelMichael Niedermayer
2016-01-11avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer
2016-01-10avcodec/aacdec_template: Check id_mapMichael Niedermayer
2016-01-10avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer
2016-01-10avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer
2016-01-10lavc/ccaption_dec: improve default styleClément Bœsch
2016-01-10avcodec/mjpegdec: Fix negative shiftMichael Niedermayer
2016-01-10lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos
2016-01-10lavc/ccaption_dec: fix ASS tagsClément Bœsch
2016-01-10avcodec/mss2: Check for repeat overflowMichael Niedermayer
2016-01-10avcodec/codec_desc: Add ff_aac_profiles to aac_latmMichael Niedermayer
2016-01-09libvpx: Support setting color range for vp9.Sasi Inguva
2016-01-09lavc/ccaption_dec: simplify rollup casesClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch
2016-01-09lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch
2016-01-09lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch
2016-01-09lavc/ccaption_dec: implement font stylesAman Gupta
2016-01-09lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta
2016-01-09lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta
2016-01-09lavc/ccaption_dec: extract capture_screen() for future useAman Gupta