| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: add API to apply a list of bsfs to a packet | Rodger Combs | 2015-12-28 | 2 | -0/+60 |
* | doc/filters: add one more silenceremove example | Paul B Mahol | 2015-12-28 | 1 | -0/+7 |
* | avfilter/af_silenceremove: make size of window user configurable | Paul B Mahol | 2015-12-28 | 2 | -1/+7 |
* | avfilter/af_silenceremove: lower number of operations in for loop | Paul B Mahol | 2015-12-28 | 1 | -4/+4 |
* | avcodec: properly check pkt_timebase for validity | Hendrik Leppkes | 2015-12-28 | 2 | -2/+2 |
* | Revert "ffplay: Fix auto insertion point of rotation filter" | Michael Niedermayer | 2015-12-28 | 1 | -5/+4 |
* | avformat/qtpalette: Move ff_get_qtpalette() doxy to header | Michael Niedermayer | 2015-12-28 | 2 | -9/+9 |
* | avformat/matroskadec: palettized QuickTime video in Matroska | Mats Peterson | 2015-12-28 | 1 | -1/+25 |
* | avformat: factor ff_get_qtpalette() out of mov.c | Mats Peterson | 2015-12-28 | 4 | -70/+135 |
* | avformat/hls: Added http_proxy support | Joel Holdsworth | 2015-12-27 | 1 | -1/+10 |
* | avformat/hls: Remember to free HLSContext::headers | Joel Holdsworth | 2015-12-27 | 1 | -0/+1 |
* | avformat/http: Added http_proxy option | Joel Holdsworth | 2015-12-27 | 1 | -1/+3 |
* | avfilter/af_silenceremove: add peak detector | Paul B Mahol | 2015-12-27 | 2 | -33/+77 |
* | avcodec/on2avc: Fix stability issues with scale_tab generation | Michael Niedermayer | 2015-12-27 | 1 | -33/+7 |
* | avio: add detail to avio_printf() size warning | Reynaldo H. Verdejo Pinochet | 2015-12-27 | 2 | -2/+2 |
* | ffserver: add a doctype heading to our HTML pages | Reynaldo H. Verdejo Pinochet | 2015-12-27 | 1 | -0/+4 |
* | ffserver: HTML encode msgs instead of blindly stripping chars out | Reynaldo H. Verdejo Pinochet | 2015-12-27 | 1 | -8/+81 |
* | ffserver: make our 404 explicitly HTML5/UTF-8 | Reynaldo H. Verdejo Pinochet | 2015-12-27 | 1 | -1/+5 |
* | lavc/snowenc: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+2 |
* | lavc/dds: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+2 |
* | lavc/texturedsp: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+2 |
* | lavfi/avf_showspectrum: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+1 |
* | lavfi/vf_hue: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -2/+2 |
* | doc/filters: note NetCDF dependency for sofalizer | Lou Logan | 2015-12-26 | 1 | -1/+4 |
* | avcodec/on2avc: fix regression on icc since 5495c7f | Ganesh Ajjanagadde | 2015-12-26 | 1 | -3/+32 |
* | avformat/img2dec: Reuse main IO context instead of reopening a single file | Michael Niedermayer | 2015-12-26 | 1 | -3/+9 |
* | avformat/img2dec: Skip checking the input files existence if it has already b... | Michael Niedermayer | 2015-12-26 | 1 | -3/+3 |
* | ffplay: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+2 |
* | lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | lavc/wmaenc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | lavc/wmadec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | lavc/opus: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | lavc/on2avc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | lavc/imc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+2 |
* | lavc/dcaenc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | lavc/cngdec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | lavc/aacpsy: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -4/+5 |
* | lavfi/af_compand: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavfi/af_volume: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavu/eval: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | lavc/libopusdec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | lavu/internal: add ff_exp10 | Ganesh Ajjanagadde | 2015-12-25 | 1 | -0/+19 |
* | lavu/libm,configure: remove exp10, exp10f detection | Ganesh Ajjanagadde | 2015-12-25 | 2 | -20/+0 |
* | lavu/libm: misc, minor changes | Ganesh Ajjanagadde | 2015-12-25 | 1 | -14/+13 |
* | tools/bookmarklets: HTML code fixes | Reto Kromer | 2015-12-25 | 1 | -5/+3 |
* | avfilter/af_anequalizer: make cliping filter type actually useful | Paul B Mahol | 2015-12-25 | 1 | -1/+1 |
* | avfilter/af_anequalizer: use pow instead of exp10 | Paul B Mahol | 2015-12-25 | 1 | -9/+9 |