]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-01-15 Ganesh Ajjanagaddelavu/x86/lls: add fma3 optimizations for update_lls
2016-01-15 Paul B Maholavfilter/af_sidechaincompress & af_agate: use audio...
2016-01-15 Piotr Bandurskiavformat/riff: add C210 FourCC (Canopus C210)
2016-01-15 Piotr Bandurskiavformat/riff: add YUYV FourCC (Drastic YUYV)
2016-01-15 Paul B Maholavfilter: add ahistogram multimedia filter
2016-01-15 James Almerx86/intmath: add missing early clobber to output operands
2016-01-15 Michael Niedermayeravcodec/x86/fmtconvert: Add emms to int32_to_float_fmul...
2016-01-15 Michael Niedermayeravfilter/vaf_spectrumsynth: Fix mixed declaration and...
2016-01-15 Michael Niedermayeravformat/hls: Even stricter URL checks
2016-01-15 Michael Niedermayeravformat/hls: More strict url checks
2016-01-15 James Almeravcodec/rmdec: add missing av_log argument
2016-01-15 Mats Petersonlavf/mov: Confine 0x00000000 to raw/twos fourcc mapping...
2016-01-15 Michael Niedermayeravcodec/pngenc: Fix mixed up linesizes
2016-01-15 Michael Niedermayeravcodec/pngenc: Replace memcpy by av_image_copy()
2016-01-14 Andreas Cadhalpunasfdec_o: check for too small size in asf_read_unknown
2016-01-14 Andreas Cadhalpunasfdec_o: break if EOF is reached after asf_read_packet...
2016-01-14 Andreas Cadhalpunasfdec_o: make sure packet_size is non-zero before...
2016-01-14 Andreas Cadhalpunasfdec_o: prevent overflow causing seekback
2016-01-14 Andreas Cadhalpunasfdec_o: check avio_skip in asf_read_simple_index
2016-01-14 Andreas Cadhalpunasfdec_o: reject size > INT64_MAX in asf_read_unknown
2016-01-14 Andreas Cadhalpunasfdec_o: only set asf_pkt->data_size after sanity...
2016-01-14 Andreas Cadhalpunlavu: prevent overflow in av_clip_intp2_c
2016-01-14 Ganesh Ajjanagaddelavc/aacenc: use isfinite to simplify isnan/isinf logic
2016-01-14 Michael Niedermayeravformat/rmdec: Fix Packet memleak at close()
2016-01-14 Michael Niedermayeravformat/rmdec: Check size in ivr_read_packet() before use
2016-01-14 Michael Niedermayerswscale/vscale: Use matching sliceY/chrSliceY for luma...
2016-01-14 Aman Guptalavc/ccaption_dec: clear all unused rows during rollup
2016-01-14 Aman Guptalavc/ccaption_dec: clean up whitespace
2016-01-14 Aman Guptafate: add test for realtime ccaption decoder
2016-01-14 Aman Guptalavc/ccaption_dec: implement real_time option
2016-01-14 Paul B Maholavfilter/vf_fftfilt: this is video filter so use pixels...
2016-01-14 Paul B Maholavfilter/vf_fftfilt: use the name 's' for the pointer...
2016-01-14 Aman Guptalavc/ccaption_dec: flush context on seek
2016-01-14 Michael Niedermayerswscale/vscale: Check that 2 tap filters are bilinear...
2016-01-14 Michael Niedermayerswscale/output: Assert that yalpha and uvalpha are...
2016-01-14 Michael Niedermayerswscale/vscale: Add fixme comment to "ugly" code
2016-01-14 Michael Niedermayerswscale/slice: Fix indention
2016-01-14 Michael Niedermayerswscale/slice: Fix doc typo
2016-01-14 Michael Niedermayerswscale: Move Contexts used only in hscale.c into it
2016-01-14 Michael Niedermayerswscale: Move VScalerContext into vscale.c
2016-01-14 Paul B Maholavfilter: add spectrumsynth filter
2016-01-14 Michael Niedermayerswscale/utils: Detect and skip unneeded sws_setColorspa...
2016-01-14 Michael Niedermayerswscale/yuv2rgb: Increase YUV2RGB table headroom
2016-01-14 Michael Niedermayerswscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
2016-01-14 Paul B Maholavfilter/af_dynaudnorm: fix possible null pointer deref...
2016-01-14 Claudio Freireavcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf...
2016-01-14 Ganesh Ajjanagaddelavu/libm: add isfinite fallback
2016-01-14 Andreas Cadhalpundca: fix misaligned access in avpriv_dca_convert_bitstream
2016-01-13 Maxim Andreevavformat/hls: forbid all protocols except http(s) ...
2016-01-13 Michael Niedermayeravcodec/aacenc: Check for +-Inf too
2016-01-13 James Almeravcodec/wavpackenc: print channel count in av_log call
2016-01-13 Michael Niedermayeravcodec/diracdec: Handle the 0 vlc case at the top...
2016-01-13 Michael Niedermayeravcodec/diracdec: Factor +2 out of the inner loop
2016-01-13 Michael Niedermayeravcodec/diracdec: Inline svq3_get_ue_golomb() and merge...
2016-01-13 Michael Niedermayeravcodec/aacenc: mark output as const as its not written to
2016-01-13 Michael Niedermayeravcodec/aacenc: Fix NAN check
2016-01-13 Kieran Kunhyadiracdec: Add slice threading to HQ profile
2016-01-13 Claudio FreireAAC encoder: encode out-of-phase I/S efficiently
2016-01-13 Claudio FreireAAC encoder: fix I/S relative error evaluation
2016-01-13 Claudio FreireAAC encoder: various fixes in M/S coding
2016-01-13 Claudio FreireAAC encoder: in IS, fix index of sf_idx, band_type
2016-01-13 Claudio FreireAAC encoder: don't apply MS on special bands
2016-01-13 Claudio FreireAAC encoder: avoid assertion failure on PNS
2016-01-13 Claudio FreireAAC encoder: fix assertion error with prediction
2016-01-13 Carl Eugen... lavc/mjpeg2jpeg: Accept more mjpeg streams as input.
2016-01-13 Michael Niedermayeravutil/common: Protect GET_BYTE in GET_UTF8() by ()
2016-01-13 Michael Niedermayeravformat/aviobuf: Fix end check in put_str16()
2016-01-12 James Zernlibvpxdec: fix 'ISO C90 forbids mixed declarations...
2016-01-12 Paul B Maholconfigure: showspectrum now uses fft, add showspectrumpic
2016-01-12 Paul B Maholavfilter/avf_showspectrum: reduce number of operations
2016-01-12 Paul B Maholavfilter/avf_showspectrum: add posibility to display...
2016-01-12 Carl Eugen... lavf/mpjpegdec: Do not call av_log() while probing.
2016-01-12 Michael Niedermayeravformat/asfenc: Check pts
2016-01-12 Michael Niedermayeravformat/asfenc: Flush packet before duration becomes...
2016-01-12 Michael Niedermayeravcodec/truemotion2: Cleanup in case of tm2_read_stream...
2016-01-12 Carl Eugen... lavc/mjpeg2jpeg: Check for jpeg file header.
2016-01-12 Mats Petersonlavf/matroskadec: Use av_realloc() in get_qt_codec()
2016-01-12 Timothy GuCorrect two build/built typos
2016-01-12 Michael Niedermayeravcodec/mpeg4video: Check time_incr
2016-01-11 Ricardo Constantinortmpdh: Initialize gcrypt before using it
2016-01-11 Andreas Cadhalpundiracdec: fix idwt_stride calculation in bytes
2016-01-11 Ganesh Ajjanagaddelavc/cbrt_tablegen: speed up tablegen
2016-01-11 Andreas Cadhalpunffmdec: change type of len to ptrdiff_t
2016-01-11 Andreas Cadhalpunqtpalette: make the color_* variables unsigned again
2016-01-11 Michael Niedermayeravcodec/wavpackenc: Check the number of channels
2016-01-11 Michael Niedermayeravcodec/wavpackenc: Headers are per channel
2016-01-11 Michael Niedermayeravformat/dfa: Fix packet leak on error
2016-01-11 Mats Petersonlavf/matroskadec: Normalize noncompliant A_QUICKTIME...
2016-01-11 Michael Niedermayeravcodec/ac3enc: Remove duplicate #include
2016-01-10 Michael Niedermayeravcodec/aacdec_template: Check id_map
2016-01-10 Michael Niedermayeravcodec/dvdec: Fix "left shift of negative value -254"
2016-01-10 Michael Niedermayeravcodec/g2meet: Check for ff_els_decode_bit() failure...
2016-01-10 Clément Bœschfate: fix sub-cc font
2016-01-10 Clément Bœschlavc/ccaption_dec: improve default style
2016-01-10 Michael Niedermayeravcodec/mjpegdec: Fix negative shift
2016-01-10 Carl Eugen... lavc/x264: Add compatibility values for coder options.
2016-01-10 Marton Balintlavf/concatdec: do not access packet if av_read_frame...
2016-01-10 Clément Bœschlavc/ccaption_dec: fix ASS tags
2016-01-10 Michael Niedermayeravcodec/mss2: Check for repeat overflow
2016-01-10 Michael Niedermayeravcodec/codec_desc: Add ff_aac_profiles to aac_latm
next