summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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.
* | doc/platform: Comply With All Capitalized Words ConventionStefano Sabatini2012-11-01
| |
* | doc/filters: add "Notes on filtergraph escaping" sectionStefano Sabatini2012-11-01
| | | | | | | | | | Should help to clarify escaping issues in the filtergraph syntax. In particular, should address trac ticket #1813.
* | Fix typo in platform documentation.Carl Eugen Hoyos2012-11-01
| |
* | lavfi: remove hqdn3d libmpcodecs wrapper.Clément Bœsch2012-10-31
| | | | | | | | | | | | The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
* | lavfi/mp: drop the mp=rectangle filterStefano Sabatini2012-10-31
| | | | | | | | | | All the rectangle features have been ported to the native drawbox filter, which has an equivalent syntax.
* | lavfi/drawbox: add "width" and "height" aliases for "w" and "h" optionsStefano Sabatini2012-10-31
| |