77878 Commits (7d76294ce006692d341beedada7a5cde017f1697)
 

Author SHA1 Message Date
Paul B Mahol 7d76294ce0 avfilter: add ahistogram multimedia filter 9 years ago
James Almer 36778627e2 x86/intmath: add missing early clobber to output operands 9 years ago
Michael Niedermayer da6f34516b avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse() 9 years ago
Michael Niedermayer 48f5244df7 avfilter/vaf_spectrumsynth: Fix mixed declaration and statment 9 years ago
Michael Niedermayer cfda1bea4c avformat/hls: Even stricter URL checks 9 years ago
Michael Niedermayer 6ba42b6482 avformat/hls: More strict url checks 9 years ago
James Almer e3c188e72c avcodec/rmdec: add missing av_log argument 9 years ago
Mats Peterson b58cfa616c lavf/mov: Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample descriptions 9 years ago
Michael Niedermayer 8f4c3e4b92 avcodec/pngenc: Fix mixed up linesizes 9 years ago
Michael Niedermayer 7ec9c5ce8a avcodec/pngenc: Replace memcpy by av_image_copy() 9 years ago
Andreas Cadhalpun c29e87ad55 asfdec_o: check for too small size in asf_read_unknown 9 years ago
Andreas Cadhalpun 0e32153e9c asfdec_o: break if EOF is reached after asf_read_packet_header 9 years ago
Andreas Cadhalpun 3776a72962 asfdec_o: make sure packet_size is non-zero before seeking 9 years ago
Andreas Cadhalpun 74474750f1 asfdec_o: prevent overflow causing seekback 9 years ago
Andreas Cadhalpun 0002d845e8 asfdec_o: check avio_skip in asf_read_simple_index 9 years ago
Andreas Cadhalpun aa18016996 asfdec_o: reject size > INT64_MAX in asf_read_unknown 9 years ago
Andreas Cadhalpun 763c572801 asfdec_o: only set asf_pkt->data_size after sanity checks 9 years ago
Andreas Cadhalpun f8bc0137bd lavu: prevent overflow in av_clip_intp2_c 9 years ago
Ganesh Ajjanagadde 2e4fd16f5b lavc/aacenc: use isfinite to simplify isnan/isinf logic 9 years ago
Michael Niedermayer c3a24006d5 avformat/rmdec: Fix Packet memleak at close() 9 years ago
Michael Niedermayer 80fd348bb7 avformat/rmdec: Check size in ivr_read_packet() before use 9 years ago
Michael Niedermayer fc2588a1d6 swscale/vscale: Use matching sliceY/chrSliceY for luma/chroma 9 years ago
Aman Gupta 3a0e5cfcee lavc/ccaption_dec: clear all unused rows during rollup 9 years ago
Aman Gupta 9027806e3c lavc/ccaption_dec: clean up whitespace 9 years ago
Aman Gupta fdbe5cd5c5 fate: add test for realtime ccaption decoder 9 years ago
Aman Gupta 5c041e2ccc lavc/ccaption_dec: implement real_time option 9 years ago
Paul B Mahol d6f1abe9ce avfilter/vf_fftfilt: this is video filter so use pixels instead of samples 9 years ago
Paul B Mahol 2bbc7e9625 avfilter/vf_fftfilt: use the name 's' for the pointer to the private context 9 years ago
Aman Gupta 260e368717 lavc/ccaption_dec: flush context on seek 9 years ago
Michael Niedermayer eb7802afef swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code 9 years ago
Michael Niedermayer b99f498716 swscale/output: Assert that yalpha and uvalpha are within their expected range 9 years ago
Michael Niedermayer fe6372bb61 swscale/vscale: Add fixme comment to "ugly" code 9 years ago
Michael Niedermayer 705a2f70ee swscale/slice: Fix indention 9 years ago
Michael Niedermayer 8feeffc1d7 swscale/slice: Fix doc typo 9 years ago
Michael Niedermayer e06403331c swscale: Move Contexts used only in hscale.c into it 9 years ago
Michael Niedermayer 7b6e6895f2 swscale: Move VScalerContext into vscale.c 9 years ago
Paul B Mahol 653f9d84ae avfilter: add spectrumsynth filter 9 years ago
Michael Niedermayer cc538e9dbd swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls 9 years ago
Michael Niedermayer 8f3a9a8c27 swscale/yuv2rgb: Increase YUV2RGB table headroom 9 years ago
Michael Niedermayer 5e5f82a287 swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out 9 years ago
Paul B Mahol 70df51112c avfilter/af_dynaudnorm: fix possible null pointer dereference 9 years ago
Claudio Freire 62dfe1d40d avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x)) 9 years ago
Ganesh Ajjanagadde a0a47a09b0 lavu/libm: add isfinite fallback 9 years ago
Andreas Cadhalpun 44ac13eed4 dca: fix misaligned access in avpriv_dca_convert_bitstream 9 years ago
Maxim Andreev 7145e80b4f avformat/hls: forbid all protocols except http(s) & file 9 years ago
Michael Niedermayer 92465a2347 avcodec/aacenc: Check for +-Inf too 9 years ago
James Almer 17e7fdf61a avcodec/wavpackenc: print channel count in av_log call 9 years ago
Michael Niedermayer 39fb3f18c5 avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb() 9 years ago
Michael Niedermayer bbd9771625 avcodec/diracdec: Factor +2 out of the inner loop 9 years ago
Michael Niedermayer da144c2ddd avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding into it 9 years ago