summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-242-2/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * newdev/master: avio: make udp_set_remote_url/get_local_port internal. asfdec: also subtract preroll when reading simple index object matroskaenc: remove a variable that's unused after bc17bd9. avio: cosmetics - nicer vertical alignment. Remove unnecessary icc version checks Disable 'attribute "foo" ignored' warnings from icc rtsp: Don't use a locale dependent format string Add xd55 codec tag for XDCAM HD422 720p25 CBR files. configure: get libavcodec version from new version.h header lavc: move the version macros to a new installed header. matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_config Do not use format string "%0.3f" for RTSP Range field. Add apply_window_int16() to DSPContext with x86-optimized versions and use it in the ac3_fixed encoder. Document usage of import libraries created by dlltool configure: Set the correct lib target for arm/wince dlltool fate: simplify regression-funcs.sh fate: add support for multithread testing Conflicts: libavformat/rtspdec.c libavutil/attributes.h libavutil/internal.h libavutil/mem.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-2/+2
| |
| * Document usage of import libraries created by dlltoolMartin Storsjö2011-03-231-0/+6
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | fix typoCompn2011-03-231-1/+1
| |
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-5/+37
|\ \ | |/ | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: add details to the documentation for ffmpeg -mapMike Scheutzow2011-03-201-5/+37
| | | | | | | | | | | | Patch by Mike Sheutzow with some additions and changes by Stefano. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-193-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at> Not Pulled: commit 42cfb3835b5dad327b7dc22740e8b6e482ecfcd2 Author: Mans Rullgard <mans@mansr.com> Date: Mon Feb 28 18:06:58 2011 +0000 Remove Sonic experimental audio codec commit 2912e87a6c9264d556734e2bf94a99c64cf9b102 Author: Mans Rullgard <mans@mansr.com> Date: Fri Mar 18 17:35:10 2011 +0000 Replace FFmpeg with Libav in licence headers
| * Remove Sonic experimental audio codecMans Rullgard2011-03-191-4/+0
| | | | | | | | | | | | | | | | Since initially committed in 2004, this codec has only been touched for maintenanance. Functionally, it contains no novel ideas and its intended audience is better served by existing mature codecs. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * get rid of the last svn mentionsJanne Grunau2011-03-183-4/+4
| |
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-1725-121/+121
| | | | | | | | | | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-1726-124/+129
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add missed APIchanges and changelog entriesMartin Storsjö2011-03-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2 functions, and a changelog entry for the apple http live streaming protocol handler. Since neither of them got a minor bump at commit time, but were applied before the jv demuxer, they all can be considered added in this minor version. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * doc: update applehttp documentationLuca Barbato2011-03-171-3/+3
| | | | | | | | Integrate more comments from Stefano.
| * replace FFmpeg with Libav in doc/Janne Grunau2011-03-1625-122/+122
| | | | | | | | unless it stands for ffmpeg the program or is historic
* | Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-171-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-151-0/+16
|\ \ | |/ | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Bitmap Brothers JV errataPeter Ross2011-03-141-0/+3
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-136-23/+23
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * doc: document applehttp protocolLuca Barbato2011-03-131-0/+16
| | | | | | | | | | The documentation might be extended once/if a live/store override option will have to be provided for non-compliant segmenter.
| * Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-061-0/+1
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * Update version and APIchanges.Ronald S. Bultje2011-02-201-0/+6
| | | | | | | | | | | | Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals.
| * Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau2011-02-171-4/+4
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-171-0/+6
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * documentation: add encoders chapterJames Zern2011-02-172-0/+21
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Merge libavcore into libavutilReinhard Tartler2011-02-152-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * APIchanges: update for 55bad0c: vbv_delayMans Rullgard2011-02-151-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * APIchanges: update for 12c14cdAnssi Hannula2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Fix spelling error.Tilman Brock2011-02-141-1/+1
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Update APIchanges for 910b5b8Mans Rullgard2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Fix script command in a FAQ entryStefano Sabatini2011-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | In the FAQ section "How do I encode single pictures into movies?", use -s for generating symbolic links with the ln command. The script was generating hard links, which is not likely what it was supposed to do. Fix issue 2488. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Update overlay documentation after movie syntax update.Stefano Sabatini2011-02-111-3/+3
| | | | | | | | | | | | Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Bink version 'b' video decoderPeter Ross2011-02-111-1/+0
| | | | | | | | | | | | Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * document passing the fate samples location via make variableJanne Grunau2011-02-101-1/+4
| |
| * Add missing git rev hash.Ronald S. Bultje2011-02-091-1/+1
| |
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As a side effect of the last commit, avcodec_open() now calls it automatically, so there is no longer any need for clients to call it. Instead they should set AVCodecContext.thread_count. avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the next MAJOR libavcodec bump. Rename the functions to ff_thread_init/free, since they are now internal. Wrappers are provided to maintain API compatibility. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Add missing git rev hash.Ronald S. Bultje2011-02-091-1/+1
| |
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-092-0/+70
| | | | | | | | | | | | See doc/multithreading.txt for details on use in codecs. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Add missing git revision hask.Ronald S. Bultje2011-02-091-1/+1
| |
| * lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-0/+4
| | | | | | | | | | | | | | It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Documentation updates for the git migrationReinhard Tartler2011-02-084-8/+8
| | | | | | | | | | This cleanup patch updates the developer documentation with respect to the migration to the git scm.
| * add APIChanges entry for fe9a3fbJanne Grunau2011-02-081-0/+3
| |
| * libavfilter: add video movie sourceStefano Sabatini2011-02-081-0/+55
| | | | | | | | | | | | | | | | See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Apply misc fixes to the image2 muxer documentation.Stefano Sabatini2011-02-081-4/+5
| | | | | | | | | | | | The fixes were pointed out by Diego. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Add documentation for the framecrc muxer.Stefano Sabatini2011-02-081-0/+40
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Add documentation for the crc muxer.Stefano Sabatini2011-02-081-0/+32
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Document null muxer.Stefano Sabatini2011-02-081-0/+22
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Xan4 decoderKostya Shishkov2011-02-071-0/+2
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Fill in missing date.Ronald S. Bultje2011-02-061-1/+1
| |
| * Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-061-1/+1
| |
OpenPOWER on IntegriCloud