summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer2012-11-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd': APIChanges: add entry for av_read_packet deprecation mxfdec: fix typo in mxf_read_seek() avserver: use freopen to redirect stdin/out/err to /dev/null avserver: remove daemon mode configure: Check for -Werror parameters on clang doxygen: remove obsolete options from Doxyfile configure: Add option to disable all command line programs Conflicts: Changelog configure doc/APIchanges doc/ffserver.conf doc/ffserver.texi ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * APIChanges: add entry for av_read_packet deprecationJanne Grunau2012-11-15
| |
| * avserver: remove daemon modeMans Rullgard2012-11-15
| | | | | | | | | | | | | | | | | | | | | | | | This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | | | | | | | | The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
* | lavu/opt: fix av_opt_get_key_value() API.Nicolas George2012-11-16
| | | | | | | | | | | | | | Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
* | doc/APIchanges: clarify comment on new APIs.Nicolas George2012-11-16
| |
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2': x86: h264_weight_10bit: port to cpuflags libtheoraenc: add missing pixdesc.h header avcodec: remove ff_is_hwaccel_pix_fmt pixdesc: add av_pix_fmt_get_chroma_sub_sample hlsenc: stand alone hls segmenter Conflicts: doc/muxers.texi libavcodec/ffv1enc.c libavcodec/imgconvert.c libavcodec/mpegvideo_enc.c libavcodec/tiffenc.c libavformat/Makefile libavformat/allformats.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hlsenc: stand alone hls segmenterLuca Barbato2012-11-13
| | | | | | | | Simplifies usage but has higher latency.
* | Update iec61883 to handle multiple devices, and allowGeorg Lippitsch2012-11-13
| | | | | | | | selection of DV device by its GUID
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
| | | | | | | | | | | | Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: store and propagate number of channels information in audio buffer ↵Stefano Sabatini2012-11-13
| | | | | | | | | | | | | | properties The channels field is required since the channel layout is not always available.
* | doc/encoders: document libtheora encoderStefano Sabatini2012-11-13
| |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '97bf7c03b1338a867da52c159a2afecbdedcfa88': doc: git-howto: Leave reviewers time to react before pushing patches Include libavutil/channel_layout.h instead of libavutil/audioconvert.h lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/git-howto.texi ffmpeg_filter.c libavcodec/flacdec.c libavcodec/imc.c libavcodec/mpegaudiodec.c libavcodec/utils.c libavfilter/asrc_anullsrc.c libavfilter/audio.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/buffer.c libavutil/Makefile libavutil/audioconvert.h libavutil/channel_layout.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun2012-11-11
| |
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | | | | | Also reorder some other #include when applicable.
| * lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
| |
* | lavfi: remove mp=geq filter.Clément Bœsch2012-11-11
| | | | | | | | Native geq video filter is now available.
* | lavfi: add geq filter.Clément Bœsch2012-11-11
| |
* | lavfi: remove mp=fixpts filter.Clément Bœsch2012-11-11
| | | | | | | | | | lavfi/f_setpts.c should allow everything mp=fixpts supports, with a lot of additional control.
* | lavfi: remove mp=tile filter.Clément Bœsch2012-11-11
| | | | | | | | The native tile video filter is now feature equivalent.
* | doc/filters: complete tile documentation.Clément Bœsch2012-11-11
| |
* | 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/faq: explain libfoo-dev packages.Nicolas George2012-11-08
| |
* | doc/faq: replace @file by @command for "ffmpeg".Nicolas George2012-11-07
| |
* | doc/libavcodec: hint to where to find the Git historyAlexander Strasser2012-11-07
| | | | | | | | Signed-off-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/libavcodec: do not say multimedia streams in the titleAlexander Strasser2012-11-06
| | | | | | | | | | | | | | | | | | The mention of multimedia stream sounds more like multiple elementary media streams like video and audio multiplexed into a multimedia container format. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/libavcodec: improve wording in descriptionAlexander Strasser2012-11-06
| | | | | | | | | | Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/ffserver: fix typos/reword paragraphs about FFM versionsStefano Sabatini2012-11-06
| |
* | examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-06
| |
* | examples/demuxing: fix brainoStefano Sabatini2012-11-06
| | | | | | | | s/video/audio/ in a log message.
* | examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-06
| | | | | | | | Implement more logical code flow.
* | Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer2012-11-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5ff998a233d759d0de83ea6f95c383d03d25d88e': flacenc: use uint64_t for bit counts flacenc: remove wasted trailing 0 bits lavu: add av_ctz() for trailing zero bit count flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian fate: aac: Place LATM tests and general AAC tests in different groups build: The A64 muxer depends on rawenc.o for ff_raw_write_packet() Conflicts: doc/APIchanges libavutil/version.h tests/fate/aac.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
| |
* | AVR demuxerPaul B Mahol2012-11-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | docs/ffserver: document ffm/ffm2Michael Niedermayer2012-11-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/libavcodec: apply misc minor typo fixesStefano Sabatini2012-11-04
| |
* | doc: add libavcodec.texiStefano Sabatini2012-11-04
| | | | | | | | | | The option chapter is based on the avoptions_codec.texi auto-generated file.
* | cmdutils: allow to set the report file name.Nicolas George2012-11-04
| | | | | | | | | | | | | | The file name can be set by setting the FFREPORT environment variable to "file=something". Fix trac ticket #1823.
* | lavu/opt: implement av_opt_get_key_value().Nicolas George2012-11-04
| | | | | | | | | | | | | | | | This function does the low-level work of av_opt_set_from_string() but can be used when there is no option context or when a generic handling of unknown keys is needed. av_opt_set_from_string() is changed to make use of it.
* | doc/faq: make the -sameq question more explicit.Nicolas George2012-11-03
| | | | | | | | | | Wording suggested by Stefano Sabatini, should have been merged with the previous commit.
* | doc/faq: explain why -sameq is gone.Nicolas George2012-11-03
| |
* | 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>
| * doc: Point to the new location of the c99-to-c89 toolMartin Storsjö2012-11-01
| | | | | | | | | | | | This location contains prebuilt binaries as well. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavu/opt: add AV_OPT_SAMPLE_FMT optionStefano Sabatini2012-11-03
| |
* | doc/ffmpeg: remove -debug option descriptionStefano Sabatini2012-11-03
| | | | | | | | The option belongs to libavcodec, so it results duplicated in the file.