]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-12-29 Ganesh Ajjanagaddeffprobe: avoid unnecessary pow and exp2 calls
2015-12-29 Carl Eugen... ffserver: Cast time_t value when using it in a format...
2015-12-29 Mats Petersonlavf/qtpalette: Treat 1-bit video as palettized
2015-12-29 Mark Harrisavcodec: Use get_ue_golomb_long() when needed
2015-12-29 Paul B Maholavfilter/avf_showspectrum: properly calculate w factor
2015-12-29 Paul B Maholavfilter/avf_showspectrum: add horizontal orientation...
2015-12-29 Ganesh Ajjanagaddelavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)
2015-12-29 Ganesh Ajjanagaddelavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)
2015-12-29 Ganesh Ajjanagaddelavfi/af_anequalizer: remove cabs, cexp dependencies
2015-12-28 Paul B Maholavfilter/avf_showspectrum: use FF_ARRAY_ELEMS()
2015-12-28 James Almerx86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32
2015-12-28 James Almerx86/vf_stereo3d: optimize register usage
2015-12-28 Paul B Maholavfilter/avf_showspectrum: make colors for log scale...
2015-12-28 Paul B Maholavfilter/avf_showspectrum: use ff_generate_window_func
2015-12-28 Paul B Maholavfilter: move window function generation into separate...
2015-12-28 Paul B Maholavfilter/avf_showspectrum: add rscroll sliding mode
2015-12-28 Joel Holdsworthavformat/http: Documented http_proxy option
2015-12-28 Rodger Combslavf/mpegtsenc: add automatic bitstream filtering
2015-12-28 Rodger Combslavf/matroskaenc: add automatic bitstream filtering
2015-12-28 Rodger Combslavf: add internal API to append a bsf to a stream...
2015-12-28 Rodger Combslavf: add automatic bitstream filtering; bump version
2015-12-28 Rodger Combslavf/tee: use lavf API for applying bitstream filters
2015-12-28 Rodger Combsffmpeg: use lavf API for applying bitstream filters
2015-12-28 Rodger Combslavf: add API to apply a list of bsfs to a packet
2015-12-28 Paul B Maholdoc/filters: add one more silenceremove example
2015-12-28 Paul B Maholavfilter/af_silenceremove: make size of window user...
2015-12-28 Paul B Maholavfilter/af_silenceremove: lower number of operations...
2015-12-28 Hendrik Leppkesavcodec: properly check pkt_timebase for validity
2015-12-28 Michael NiedermayerRevert "ffplay: Fix auto insertion point of rotation...
2015-12-28 Michael Niedermayeravformat/qtpalette: Move ff_get_qtpalette() doxy to...
2015-12-28 Mats Petersonavformat/matroskadec: palettized QuickTime video in...
2015-12-28 Mats Petersonavformat: factor ff_get_qtpalette() out of mov.c
2015-12-27 Joel Holdsworthavformat/hls: Added http_proxy support
2015-12-27 Joel Holdsworthavformat/hls: Remember to free HLSContext::headers
2015-12-27 Joel Holdsworthavformat/http: Added http_proxy option
2015-12-27 Paul B Maholavfilter/af_silenceremove: add peak detector
2015-12-27 Michael Niedermayeravcodec/on2avc: Fix stability issues with scale_tab...
2015-12-27 Reynaldo H... avio: add detail to avio_printf() size warning
2015-12-27 Reynaldo H... ffserver: add a doctype heading to our HTML pages
2015-12-27 Reynaldo H... ffserver: HTML encode msgs instead of blindly stripping...
2015-12-27 Reynaldo H... ffserver: make our 404 explicitly HTML5/UTF-8
2015-12-27 Ganesh Ajjanagaddelavc/snowenc: replace rint by lrint
2015-12-27 Ganesh Ajjanagaddelavc/dds: replace rint by lrint
2015-12-27 Ganesh Ajjanagaddelavc/texturedsp: replace rint by lrint
2015-12-27 Ganesh Ajjanagaddelavfi/avf_showspectrum: replace rint by lrint
2015-12-27 Ganesh Ajjanagaddelavfi/vf_hue: replace rint by lrint
2015-12-27 Lou Logandoc/filters: note NetCDF dependency for sofalizer
2015-12-27 Ganesh Ajjanagaddeavcodec/on2avc: fix regression on icc since 5495c7f
2015-12-26 Michael Niedermayeravformat/img2dec: Reuse main IO context instead of...
2015-12-26 Michael Niedermayeravformat/img2dec: Skip checking the input files existen...
2015-12-25 Ganesh Ajjanagaddeffplay: replace rint by lrint
2015-12-25 Ganesh Ajjanagaddelavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x...
2015-12-25 Ganesh Ajjanagaddelavc/wmaprodec: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/wmaenc: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/wmadec: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/opus: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/on2avc: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/imc: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/dcaenc: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/cngdec: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/aacpsy: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavfi/af_compand: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavfi/af_volume: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavu/eval: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavc/libopusdec: replace pow(10,x) by ff_exp10(x)
2015-12-25 Ganesh Ajjanagaddelavu/internal: add ff_exp10
2015-12-25 Ganesh Ajjanagaddelavu/libm,configure: remove exp10, exp10f detection
2015-12-25 Ganesh Ajjanagaddelavu/libm: misc, minor changes
2015-12-25 Reto Kromertools/bookmarklets: HTML code fixes
2015-12-25 Paul B Maholavfilter/af_anequalizer: make cliping filter type actua...
2015-12-25 Paul B Maholavfilter/af_anequalizer: use pow instead of exp10
2015-12-25 Paul B Maholavfilter: add high-order parametric multiband equalizer...
2015-12-25 Stefan Pöscheldoc/muxers/mpegts: update doc after adding flag to...
2015-12-25 Michael Bradshawavcodec: add OpenJPEG 2.x compatibility
2015-12-25 wanzhangffplay: Fix auto insertion point of rotation filter
2015-12-24 Michael Niedermayerswscale/utils: Fix intermediate format for cascaded...
2015-12-24 Michael Niedermayeravformat/mpegts: consider stream_type 4 just a hint...
2015-12-24 Michael Niedermayeravcodec/ac3dec: Print the value of out of range exponents
2015-12-24 Ganesh Ajjanagaddeswr/resample: use av_clip_int16 instead of av_clip
2015-12-24 Paul B Maholavfilter/af_sofalizer: make virtual speaker positioning...
2015-12-24 James Almerx86/vf_blend: add sse2 versions of blend_difference...
2015-12-24 James Almerx86/vf_blend: make all functions work on x86_32
2015-12-24 James Almerx86/vf_blend: simplify using macros
2015-12-24 James Almerx86/vf_maskedmerge: make ff_maskedmerge8_sse2 work...
2015-12-24 Stefan Pöschelavformat/mpegtsenc: add flag to embed an AC-3/E-AC...
2015-12-23 Michael Niedermayeravfilter/x86/vf_maskedmerge: Clear upper part of width
2015-12-23 Paul B Maholavfilter/af_biquads: display clipping warnings once...
2015-12-23 Ganesh Ajjanagaddelavu/libm: add exp10 support
2015-12-23 Ganesh Ajjanagaddelavfi/af_aemphasis: remove unnecessary complex number...
2015-12-23 wm4avformat/subtitles: treat negative duration like unknow...
2015-12-23 Paul B Maholavcodec/s302menc: comment out allowed channel layouts
2015-12-23 Hendrik Leppkesavcodec/libschroedingerenc: add missing AVClass to...
2015-12-22 Andreas Cadhalpundiracdec: add missing check for pixel_range_index
2015-12-22 Andreas Cadhalpunmlvdec: validate bits_per_coded_sample
2015-12-22 Michael Niedermayeravformat/movenc-test: Make format static
2015-12-22 Michael Niedermayeravformat/mov: Update handbrake_version threshold for...
2015-12-22 Nicolas Georgelavfi: make request_frame() non-recursive.
2015-12-22 Nicolas Georgelavfi: replace link.closed by link.status.
next