summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* AAC encoder: encode out-of-phase I/S efficientlyClaudio Freire2016-01-131-1/+8
* AAC encoder: fix I/S relative error evaluationClaudio Freire2016-01-131-1/+1
* AAC encoder: various fixes in M/S codingClaudio Freire2016-01-132-30/+36
* AAC encoder: in IS, fix index of sf_idx, band_typeClaudio Freire2016-01-131-10/+5
* AAC encoder: don't apply MS on special bandsClaudio Freire2016-01-131-2/+2
* AAC encoder: avoid assertion failure on PNSClaudio Freire2016-01-131-1/+4
* AAC encoder: fix assertion error with predictionClaudio Freire2016-01-131-3/+5
* lavc/mjpeg2jpeg: Accept more mjpeg streams as input.Carl Eugen Hoyos2016-01-131-4/+5
* libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern2016-01-121-1/+1
* avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer2016-01-121-10/+18
* lavc/mjpeg2jpeg: Check for jpeg file header.Carl Eugen Hoyos2016-01-121-0/+5
* avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-123-5/+15
* diracdec: fix idwt_stride calculation in bytesAndreas Cadhalpun2016-01-121-1/+1
* lavc/cbrt_tablegen: speed up tablegenGanesh Ajjanagadde2016-01-111-10/+29
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-111-0/+5
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-111-1/+1
* avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer2016-01-111-1/+0
* avcodec/aacdec_template: Check id_mapMichael Niedermayer2016-01-101-0/+4
* avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-101-1/+1
* avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer2016-01-101-1/+6
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-105-7/+19
* avcodec/mjpegdec: Fix negative shiftMichael Niedermayer2016-01-101-1/+1
* lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos2016-01-101-0/+2
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-101-6/+6
* avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-101-1/+6
* avcodec/codec_desc: Add ff_aac_profiles to aac_latmMichael Niedermayer2016-01-101-0/+1
* libvpx: Support setting color range for vp9.Sasi Inguva2016-01-092-0/+30
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-091-7/+1
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-091-10/+3
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-091-2/+2
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-091-1/+2
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-091-5/+0
* lavc/ccaption_dec: implement font stylesAman Gupta2016-01-091-5/+50
* lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta2016-01-091-15/+6
* lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta2016-01-091-13/+11
* lavc/ccaption_dec: extract capture_screen() for future useAman Gupta2016-01-091-3/+8
OpenPOWER on IntegriCloud