Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-11-19doc/general: remove duplicate entry for ADPCM SMJPEG IMAPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-19doc/general: remove 8SVX audio, there is no such codecPaul B Mahol
While here add missing PCM signed 8-bit planar. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-19doc/general: move 8SVX codecs to right sectionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-18lavfi/drawtext: implement more generic expansion.Nicolas George
The new expansion mechanism uses the %{...} notation. For compatibility reasons, it must be enabled explicitly, but a warning is printed if a conflict is likely to happen.
2012-11-17AST demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-17PCM signed 16-bit big-endian planar decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-17PCM signed 24-bit/32-bit little-endian planar decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-17doc/texi2pod: recognize @table @command.Nicolas George
2012-11-17lavu/bprint: implement av_bprint_strftime().Nicolas George
2012-11-16doc/filters: fix a few typos in the frei0r docsStefano Sabatini
2012-11-16doc/ffprobe: factorize definition of writers syntaxStefano Sabatini
The writers option syntax was unified.
2012-11-16Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer
* 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>
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
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.
2012-11-16doc/APIchanges: clarify comment on new APIs.Nicolas George
2012-11-15APIChanges: add entry for av_read_packet deprecationJanne Grunau
2012-11-15avserver: remove daemon modeMans Rullgard
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>
2012-11-15doxygen: remove obsolete options from DoxyfileJanne Grunau
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.
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
* 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>
2012-11-13Update iec61883 to handle multiple devices, and allowGeorg Lippitsch
selection of DV device by its GUID
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-13lavfi: store and propagate number of channels information in audio buffer ↵Stefano Sabatini
properties The channels field is required since the channel layout is not always available.
2012-11-13doc/encoders: document libtheora encoderStefano Sabatini
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato
Simplifies usage but has higher latency.
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
* 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>
2012-11-12lavfi: remove mp=geq filter.Clément Bœsch
Native geq video filter is now available.
2012-11-12lavfi: add geq filter.Clément Bœsch
2012-11-12lavfi: remove mp=fixpts filter.Clément Bœsch
lavfi/f_setpts.c should allow everything mp=fixpts supports, with a lot of additional control.
2012-11-12lavfi: remove mp=tile filter.Clément Bœsch
The native tile video filter is now feature equivalent.
2012-11-12doc/filters: complete tile documentation.Clément Bœsch
2012-11-11doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
Also reorder some other #include when applicable.
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-11doc/Makefile: generate library headers with the correct section numberStefano Sabatini
2012-11-11doc: add libavfilter.texiStefano Sabatini
With some re-wording by Alexander Strasser <eclipse7@gmx.net>.
2012-11-11doc: add libavutil.texiStefano Sabatini
With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
2012-11-09doc/faq: explain libfoo-dev packages.Nicolas George
2012-11-08doc/faq: replace @file by @command for "ffmpeg".Nicolas George
2012-11-08doc/libavcodec: hint to where to find the Git historyAlexander Strasser
Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
2012-11-08doc/Makefile: change DOCLIBS checkStefano Sabatini
More consistent with the rest of the build system, and more compact.
2012-11-06doc/Makefile: remove .3 file with make cleanStefano Sabatini
2012-11-06doc/libavcodec: do not say multimedia streams in the titleAlexander Strasser
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>
2012-11-06doc/libavcodec: improve wording in descriptionAlexander Strasser
Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-11-06doc/ffserver: fix typos/reword paragraphs about FFM versionsStefano Sabatini
2012-11-06examples/muxing: fix typo: allocated -> allocateStefano Sabatini
2012-11-06examples/demuxing: fix brainoStefano Sabatini
s/video/audio/ in a log message.
2012-11-06examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini
Implement more logical code flow.
2012-11-06Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer
* 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>
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-11-05AVR demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-05docs/ffserver: document ffm/ffm2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>