FFmpeg/doc
Clément Bœsch 1f3ca53b8a tests: drop bc dependency
We already have a dependency on awk and bc is sometimes not found in the
base system.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit a982c5d74f)

Conflicts:
	doc/platform.texi

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2015-05-14 03:49:11 +02:00
..
examples examples/avio_reading: fix null dereference on error 2014-04-10 04:53:00 +02:00
APIchanges Add APIchanges entry and bump libswscale micro version for making gray16 full-scale. 2014-03-19 09:14:53 +01:00
authors.texi
bitstream_filters.texi doc/bitstream_filters: remove mp3_header_decompress filter 2013-12-14 21:47:51 +01:00
build_system.txt
codecs.texi doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all 2014-01-09 12:12:10 +01:00
decoders.texi Fix texinfo error due to wrong @subsubsection 2014-03-27 11:20:56 +01:00
default.css doc/default.css: sync with ffmpeg-web 2013-11-28 10:27:25 +01:00
demuxers.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
developer.texi Merge commit '57ead8449e' 2013-12-23 12:52:50 +01:00
devices.texi doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all 2014-01-09 12:12:10 +01:00
doxy-wrapper.sh Merge commit 'b339182eba' 2014-02-17 02:22:01 +01:00
Doxyfile Update for 2.2.15 2015-04-16 16:17:18 +02:00
encoders.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
errno.txt
faq.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00
fate.texi Merge remote-tracking branch 'qatar/master' 2013-07-28 14:21:11 +02:00
fate_config.sh.template Merge remote-tracking branch 'qatar/master' 2013-05-29 11:19:25 +02:00
ffmpeg-bitstream-filters.texi
ffmpeg-codecs.texi
ffmpeg-devices.texi
ffmpeg-filters.texi
ffmpeg-formats.texi
ffmpeg-protocols.texi
ffmpeg-resampler.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
ffmpeg-scaler.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
ffmpeg-utils.texi doc: merge syntax.texi, eval.texi and opencl.texi into utils.texi 2013-04-12 18:21:57 +02:00
ffmpeg.texi Merge commit '40c7613ecf' into release/2.2 2014-09-20 14:48:28 +02:00
ffmpeg.txt
ffplay.texi Merge commit 'b36bc81cca' 2014-02-10 13:26:31 +01:00
ffprobe.texi doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all 2014-01-09 12:12:10 +01:00
ffprobe.xsd ffprobe: show best_effort_timestamp in the frame section 2013-12-15 10:46:46 +01:00
ffserver.conf ffserver: add stream Metadata option 2013-12-16 19:18:45 +01:00
ffserver.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00
fftools-common-opts.texi doc: add aarch64 cpuflags to fftools documentation 2015-04-11 19:54:24 -03:00
filter_design.txt doc/filter_design.txt: Fix duplicate words 2013-08-12 19:40:29 +02:00
filters.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00
formats.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00
general.texi doc/general.texi: Adjust the notes on AviSynth 2014-03-15 02:41:27 +01:00
git-howto.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
indevs.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00
issue_tracker.txt doc/issue_tracker: add 2 missing issue types 2013-10-26 11:29:42 +02:00
libavcodec.texi
libavdevice.texi
libavfilter.texi
libavformat.texi
libavutil.texi doc/libavutil: add things from avutil.txt 2013-11-14 09:51:10 +01:00
libswresample.texi Fix wrong use of "an" in some comments. 2013-08-12 03:27:26 +02:00
libswscale.texi
Makefile Merge commit 'e7dfaf16a4' 2014-02-25 20:26:00 +01:00
metadata.texi doc/metadata: add notes and examples regarding metadata usage with ffmpeg 2013-06-11 01:07:16 +02:00
mips.txt libavcodec: Implementation of 32 bit fixed point FFT 2013-08-04 14:01:41 +02:00
multithreading.txt
muxers.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
nut.texi
optimization.txt
outdevs.texi Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission 2014-05-31 12:20:02 +02:00
platform.texi tests: drop bc dependency 2015-05-14 03:49:11 +02:00
print_options.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
protocols.texi doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds 2015-03-14 14:27:23 +01:00
rate_distortion.txt
RELEASE_NOTES RELEASE_NOTES: mention new filters 2014-03-23 17:28:34 +01:00
resampler.texi doc: add a few links to the Channel Layout syntax section 2013-10-25 15:44:12 +02:00
scaler.texi dox/scaler:fix bicubiclin typo 2014-03-27 11:20:56 +01:00
snow.txt doc/snow: add gray/alpha/gbr 2013-08-29 22:52:04 +02:00
swresample.txt
swscale.txt
t2h.init doc/default.css + doc/t2h.init: New styles 2013-10-09 04:01:46 +02:00
tablegen.txt
texi2pod.pl doc/texi2pod: fix encoding type 2014-03-15 02:42:11 +01:00
texidep.pl doc: add script to compute texi files dependencies 2013-12-06 10:40:38 +01:00
utils.texi doc: avoid the incorrect phrase 'allow to' 2015-03-14 14:27:23 +01:00