summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAge
* doc: stop generating syntax.html.Clément Bœsch2012-12-24
| | | | | Just like doc/eval.texi, this file is meant to be included from ffmpeg-utils.texi, and not to be used as a standalone documentation.
* doc/Makefile: add docclean ruleStefano Sabatini2012-12-18
| | | | | | | | | | | This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
* doc/Makefile: rework component configuration logicStefano Sabatini2012-11-29
| | | | | Only enable component manual when the corresponding library providing the feature is enabled.
* doc: add ffmpeg-bitstream-filters.texi fileStefano Sabatini2012-11-28
|
* doc: add ffmpeg-protocols.texi manualStefano Sabatini2012-11-27
|
* doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini2012-11-27
| | | | | Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
* doc: add libavdevice.texi and ffmpeg-devices.texi filesStefano Sabatini2012-11-27
|
* doc: add libavformat.texi and ffmpeg-formats.texi filesStefano Sabatini2012-11-27
|
* doc: add libswscale.texi and ffmpeg-scaler.texi filesStefano Sabatini2012-11-25
|
* doc: add libswresample.texi and ffmpeg-resampler.texi filesStefano Sabatini2012-11-25
|
* doc: move filters documentation to dedicated manual page ffmpeg-filtersStefano Sabatini2012-11-25
|
* doc: move codec options and descriptions to a dedicated manual pageStefano Sabatini2012-11-25
|
* doc/Makefile: generate library headers with the correct section numberStefano Sabatini2012-11-11
|
* doc: add libavfilter.texiStefano Sabatini2012-11-11
| | | | With some re-wording by Alexander Strasser <eclipse7@gmx.net>.
* doc: add libavutil.texiStefano Sabatini2012-11-11
| | | | | With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
* doc/Makefile: change DOCLIBS checkStefano Sabatini2012-11-07
| | | | More consistent with the rest of the build system, and more compact.
* doc/Makefile: remove .3 file with make cleanStefano Sabatini2012-11-06
|
* doc: add libavcodec.texiStefano Sabatini2012-11-04
| | | | | The option chapter is based on the avoptions_codec.texi auto-generated file.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-03
|\ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: doc: add apidoc target for doxygen API documentation matroskadec: do not use avpacket internals Conflicts: doc/Makefile libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: add apidoc target for doxygen API documentationJanne Grunau2012-11-02
| | | | | | | | | | | | | | | | | | Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) x86: call most of the x86 dsp init functions under if (ARCH_X86) doc: support the new website layout doc: remove a warning from filters.texi doc: initial nut documentation segment: drop global headers setting lavu: fix typo in Makefile Conflicts: doc/Makefile doc/filters.texi doc/t2h.init libavcodec/fmtconvert.c libavcodec/proresdsp.c libavcodec/x86/Makefile libavcodec/x86/vc1dsp_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: initial nut documentationLuca Barbato2012-10-08
| |
* | doc/Makefile: add doc target, as an alias for "documentation"Stefano Sabatini2012-08-18
| | | | | | | | Consistent with --enable-doc, and easier to type.
* | build: extend documentation building mechanismStefano Sabatini2012-08-13
| | | | | | | | | | | | | | Allow to select specific documentation components, and reliably check for component dependencies. In particular, check for perl presence on the system.
* | doc/Makefile: invoke perl to interpret texi2pod.plStefano Sabatini2012-08-10
| | | | | | | | | | Do not rely on shebang directive in the script, whose exact behavior is system dependent.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: proresdsp: port x86 assembly to cpuflags. lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro lavfi: better channel layout negotiation alac: check for truncated packets alac: reverse lpc coeff order, simplify filter lavr: add x86-optimized mixing functions x86: add support for fmaddps fma4 instruction with abstraction to avx/sse tscc2: fix typo in array index build: use COMPILE template for HOSTOBJS build: do full flag handling for all compiler-type tools eval: fix printing of NaN in eval fate test. build: Rename aandct component to more descriptive aandcttables mpegaudio: bury inline asm under HAVE_INLINE_ASM. x86inc: automatically insert vzeroupper for YMM functions. rtmp: Check the buffer length of ping packets rtmp: Allow having more unknown data at the end of a chunk size packet without failing rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets Conflicts: Makefile configure libavcodec/x86/proresdsp.asm libavutil/eval.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-26
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | doc/Makefile: Add missing $(HOSTEXESUF) to print_optionsjamal2012-07-14
| |
* | build: Fix documentation dependencies and rulesjamal2012-07-14
| |
* | doc: merge libavfilter.texi into filters.texiStefano Sabatini2012-07-14
| | | | | | | | | | There is no much point into splitting documentation for filters. Also having a separate document for a library is inconsistent.
* | doc: add syntax.texi fileStefano Sabatini2012-05-22
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: asf: only set index_read if the index contained entries. cabac: add overread protection to BRANCHLESS_GET_CABAC(). cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC(). cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE(). cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC(). h264: add overread protection to get_cabac_bypass_sign_x86(). h264: reindent get_cabac_bypass_sign_x86(). h264: use struct offsets in get_cabac_bypass_sign_x86(). h264: fix overreads in cabac reader. wmall: fix seeking. lagarith: fix buffer overreads. dvdec: drop unnecessary dv_tablegen.h #include build: fix doc generation errors in parallel builds Replace memset(0) by zero initializations. faandct: Remove FAAN_POSTSCALE define and related code. dvenc: print allowed profiles if the video doesn't conform to any of them. avcodec_encode_{audio,video}: only reallocate output packet when it has non-zero size. FATE: add a test for vp8 with changing frame size. fate: add kgv1 fate test. oggdec: calculate correct timestamps in Ogg/FLAC Conflicts: libavcodec/4xm.c libavcodec/cook.c libavcodec/dvdata.c libavcodec/dvdsubdec.c libavcodec/lagarith.c libavcodec/lagarithrac.c libavcodec/utils.c tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: fix doc generation errors in parallel buildsMans Rullgard2012-03-28
| | | | | | | | | | | | | | | | | | | | The $(dir) function used to construct OBJDIRS includes a trailing slash in the names returned, which GNU make 3.82 does not match to the slash-less 'doc' in the documentation dependencies, causing parallel build to fail. Adding a slash fixes this and still works with make 3.81. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: westwood_vqa: fix SND0 chunk handling westwood_vqa: set video stream duration raw: forward avpicture_fill() error code in raw_decode(). build: Do not explicitly add the doc directory to the OBJDIRS list. dv: Split off DV video decoder into its own file. build: fix RALF decoder standalone compilation, which depends on Golomb code configure: Drop stray duplicate entry for --disable-fft from help output. Conflicts: libavcodec/dv.c libavcodec/rawdec.c libavformat/westwood_vqa.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun2012-03-27
| | | | | | | | | | | | Now that a documentation generator is built in the doc directory, this is no longer necessary. Fixes the Make warning: Makefile:188: target `doc' given more than once in the same rule.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (27 commits) avconv: free packet in write_frame() when discarding due to frame number limit FATE: use +/- flag option syntax for vp8 emu-edge tests lavf: make av_interleave_packet_per_dts() private. lavf: deprecate av_read_packet(). oggdec: output correct timestamps for Vorbis avconv: pass input stream timestamps to audio encoders lavc: shrink encoded audio packet size after encoding. xa: set correct bit rate xa: do not set bit_rate, block_align, or bits_per_coded_sample xa: fix end-of-file handling xa: fix timestamp calculation bink: fix typo in FFALIGN() argument bink: align plane width to 8 when calculating bundle sizes doc: pass -Idoc texi2html and texi2pod doc: texi2pod: add -I flag movenc: Add a min_frag_duration option rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers libavformat: Set the default for the max_delay option to -1 Generate manpages for AV{Format,Codec}Context AVOptions. doc/avconv: remove entries for AVOptions. ... Conflicts: doc/Makefile doc/ffmpeg.texi doc/muxers.texi ffmpeg.c libavcodec/Makefile libavcodec/options.c libavcodec/vp8.c libavformat/options.c tests/fate/demux.mak tests/ref/fate/truemotion1-15 tests/ref/fate/truemotion1-24 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: pass -Idoc texi2html and texi2podMans Rullgard2012-03-20
| | | | | | | | | | | | This fixes doc generation in build tree separate from source. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-20
| |
* | doc: build: TEXIDEP: Recognize verbatim includesAlexander Strasser2011-12-24
| | | | | | | | | | | | | | | | When generating the .dep files for .texi sources, verbatim includes (@verbatiminclude) should also be taken into account. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "doc: build: TEXIDEP: Recognize verbatim includes"Michael Niedermayer2011-12-23
| | | | | | | | | | | | This reverts commit e5cbf24e45ed21178674fff8f485d919128b793c. This commits breaks out of tree builds
* | doc: fate: Support building a plain text versionAlexander Strasser2011-12-20
| | | | | | | | | | | | | | | | Also create a plain text (.txt) file from fate.texi if the makeinfo program is available. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: build: TEXIDEP: Recognize verbatim includesAlexander Strasser2011-12-20
|/ | | | | | | | When generating the .dep files for .texi sources, verbatim includes (@verbatiminclude) should also be taken into account. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: split platform specific informationLuca Barbato2011-12-09
| | | | Move the platform-specific information in its own file.
* doc: port the git-howto to texinfoLuca Barbato2011-12-09
|
* doc: document fate in a texinfoLuca Barbato2011-12-09
| | | | | Summarize the information provided in the wiki and the one provided in fate.txt
* build: merge lists of HTML documentation targetsDiego Biurrun2011-12-08
|
* build: create output directories as neededMans Rullgard2011-06-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: call texi2pod.pl with full path instead of symlinkMans Rullgard2011-06-28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
| | | | | | | | Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: move documentation rules to doc/MakefileMans Rullgard2011-06-22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>