summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
Commit message (Collapse)AuthorAge
...
| * Rename ffplay to avplay.Anton Khirnov2011-08-09
| |
* | docs: Spelling fixes to 9 texi files from /docroot2011-11-29
| | | | | | | | | | | | | | credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition. Introduce slice threads flag. FATE: allow forcing thread-type when doing threaded fate runs. Use av_log_ask_for_sample() where appropriate. error: sort, pack, and align error code and string definitions The stabilization period after version bumps should be one month, not one week. applehttp: Expose the stream bitrate via metadata doc: Add some initial docs on the applehttp demuxer Provide a fallback version of the libm function trunc libavdevice: Define _XOPEN_SOURCE for usleep lavc: provide deprecated avcodec_thread_init until next major version lavc: provide the opt.h header until the next bump error: change AVERROR_EOF value error: remove AVERROR_NUMEXPECTED error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c Conflicts: libavcodec/h264.c libavutil/error.c libavutil/error.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-21
| | | | | | | | | | | | | | This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
| * doc: Add some initial docs on the applehttp demuxerMartin Storsjö2011-04-21
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
|/ | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Amend documentation for the image2 demuxer, to better reflect the current ↵Stefano Sabatini2011-01-22
| | | | | | behavior. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add documentation for the image2 demuxer.Stefano Sabatini2011-01-09
| | | | Originally committed as revision 26283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add demuxers.texi file.Stefano Sabatini2011-01-09
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk