summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/rmdec: Fix Packet memleak at close()Michael Niedermayer2016-01-14
* avformat/rmdec: Check size in ivr_read_packet() before useMichael Niedermayer2016-01-14
* swscale/vscale: Use matching sliceY/chrSliceY for luma/chromaMichael Niedermayer2016-01-14
* lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-14
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-14
* fate: add test for realtime ccaption decoderAman Gupta2016-01-14
* lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-14
* avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-14
* avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-14
* lavc/ccaption_dec: flush context on seekAman Gupta2016-01-14
* swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer2016-01-14
* swscale/output: Assert that yalpha and uvalpha are within their expected rangeMichael Niedermayer2016-01-14
* swscale/vscale: Add fixme comment to "ugly" codeMichael Niedermayer2016-01-14
* swscale/slice: Fix indentionMichael Niedermayer2016-01-14
* swscale/slice: Fix doc typoMichael Niedermayer2016-01-14
* swscale: Move Contexts used only in hscale.c into itMichael Niedermayer2016-01-14
* swscale: Move VScalerContext into vscale.cMichael Niedermayer2016-01-14
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-14
* swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-14
* swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer2016-01-14
* swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-14
* avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-14
* avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-14
* lavu/libm: add isfinite fallbackGanesh Ajjanagadde2016-01-13
* dca: fix misaligned access in avpriv_dca_convert_bitstreamAndreas Cadhalpun2016-01-14
* avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-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
* avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-13
* avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-13
* libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern2016-01-12
* configure: showspectrum now uses fft, add showspectrumpicPaul B Mahol2016-01-12
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-12
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-12
* lavf/mpjpegdec: Do not call av_log() while probing.Carl Eugen Hoyos2016-01-12
* avformat/asfenc: Check ptsMichael Niedermayer2016-01-12