aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: add API to apply a list of bsfs to a packetRodger Combs2015-12-282-0/+60
* doc/filters: add one more silenceremove examplePaul B Mahol2015-12-281-0/+7
* avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-282-1/+7
* avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-281-4/+4
* avcodec: properly check pkt_timebase for validityHendrik Leppkes2015-12-282-2/+2
* Revert "ffplay: Fix auto insertion point of rotation filter"Michael Niedermayer2015-12-281-5/+4
* avformat/qtpalette: Move ff_get_qtpalette() doxy to headerMichael Niedermayer2015-12-282-9/+9
* avformat/matroskadec: palettized QuickTime video in MatroskaMats Peterson2015-12-281-1/+25
* avformat: factor ff_get_qtpalette() out of mov.cMats Peterson2015-12-284-70/+135
* avformat/hls: Added http_proxy supportJoel Holdsworth2015-12-271-1/+10
* avformat/hls: Remember to free HLSContext::headersJoel Holdsworth2015-12-271-0/+1
* avformat/http: Added http_proxy optionJoel Holdsworth2015-12-271-1/+3
* avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-272-33/+77
* avcodec/on2avc: Fix stability issues with scale_tab generationMichael Niedermayer2015-12-271-33/+7
* avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-272-2/+2
* ffserver: add a doctype heading to our HTML pagesReynaldo H. Verdejo Pinochet2015-12-271-0/+4
* ffserver: HTML encode msgs instead of blindly stripping chars outReynaldo H. Verdejo Pinochet2015-12-271-8/+81
* ffserver: make our 404 explicitly HTML5/UTF-8Reynaldo H. Verdejo Pinochet2015-12-271-1/+5
* lavc/snowenc: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* lavc/dds: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* lavc/texturedsp: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+1
* lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde2015-12-261-2/+2
* doc/filters: note NetCDF dependency for sofalizerLou Logan2015-12-261-1/+4
* avcodec/on2avc: fix regression on icc since 5495c7fGanesh Ajjanagadde2015-12-261-3/+32
* avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-261-3/+9
* avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer2015-12-261-3/+3
* ffplay: replace rint by lrintGanesh Ajjanagadde2015-12-251-2/+2
* lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x)Ganesh Ajjanagadde2015-12-251-1/+2
* lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* lavc/wmaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+3
* lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+3
* lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* lavc/on2avc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+3
* lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+2
* lavc/dcaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+3
* lavc/cngdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-4/+5
* lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-251-0/+19
* lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde2015-12-252-20/+0
* lavu/libm: misc, minor changesGanesh Ajjanagadde2015-12-251-14/+13
* tools/bookmarklets: HTML code fixesReto Kromer2015-12-251-5/+3
* avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-251-1/+1
* avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-251-9/+9