summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-15
* x86/intmath: add missing early clobber to output operandsJames Almer2016-01-15
* avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()Michael Niedermayer2016-01-15
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-15
* avformat/hls: Even stricter URL checksMichael Niedermayer2016-01-15
* avformat/hls: More strict url checksMichael Niedermayer2016-01-15
* avcodec/rmdec: add missing av_log argumentJames Almer2016-01-15
* lavf/mov: Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample d...Mats Peterson2016-01-15
* avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-15
* avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-15
* asfdec_o: check for too small size in asf_read_unknownAndreas Cadhalpun2016-01-15
* asfdec_o: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-01-15
* asfdec_o: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-01-15
* asfdec_o: prevent overflow causing seekbackAndreas Cadhalpun2016-01-15
* asfdec_o: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-01-15
* asfdec_o: reject size > INT64_MAX in asf_read_unknownAndreas Cadhalpun2016-01-15
* asfdec_o: only set asf_pkt->data_size after sanity checksAndreas Cadhalpun2016-01-15
* lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun2016-01-15
* lavc/aacenc: use isfinite to simplify isnan/isinf logicGanesh Ajjanagadde2016-01-14
* 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