summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge libavcore into libavutilReinhard Tartler2011-02-16
| | | | Done to keep ABI compatible. Otherwise this is just silly
* APIchanges: update for 55bad0c: vbv_delayMans Rullgard2011-02-16
| | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 8ed4cc65a19b5a6cc7ae6ed5072be2d3836dbeb2) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* APIchanges: update for 12c14cdAnssi Hannula2011-02-15
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 77c330a046d668373cbd9542f3e1d4746916b02f)
* apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard2011-02-15
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb)
* Fix spelling error.Tilman Brock2011-02-14
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b08f59dca493e7582ddfd08097c594bfb0ae6ff9)
* Update APIchanges for 910b5b8Mans Rullgard2011-02-14
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae)
* Fix script command in a FAQ entryStefano Sabatini2011-02-13
| | | | | | | | | | | | | 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> (cherry picked from commit e063f5886b27a7374f5060b7c2c21385685b2cb0)
* Update overlay documentation after movie syntax update.Stefano Sabatini2011-02-13
| | | | | | | Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit aa8ac53b51cd8b9446b50404660685041060fa4f)
* Bink version 'b' video decoderPeter Ross2011-02-13
| | | | | | | Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e00f41d5742b3a0dc1877b030f4f6f58c19b7bbd)
* document passing the fate samples location via make variableJanne Grunau2011-02-11
| | | | (cherry picked from commit 5c19f64c600ece050a1deb27f53963e4416beb31)
* Add missing git rev hash.Ronald S. Bultje2011-02-11
| | | | (cherry picked from commit f2146944fcd00a0a7918931c6f0f5c3f88cd6f1d)
* Deprecate avcodec_thread_init()Alexander Strange2011-02-11
| | | | | | | | | | | | | | | 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> (cherry picked from commit c0b102ca03fe92250f1ce620aec3836f529fc1d6)
* Add missing git rev hash.Ronald S. Bultje2011-02-11
| | | | (cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-11
| | | | | | 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-11
| | | | (cherry picked from commit c2bd7578af069206831a9c25fa68c9bbd5004619)
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-09
| | | | | | | | It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3940caad02fbc4f075e77bc605849b1d84ba1b8e)
* Documentation updates for the git migrationReinhard Tartler2011-02-09
| | | | | | This cleanup patch updates the developer documentation with respect to the migration to the git scm. (cherry picked from commit 87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b)
* add APIChanges entry for fe9a3fbJanne Grunau2011-02-09
| | | | (cherry picked from commit 7ab8758baf743b3d525c07a770e13038b0885461)
* libavfilter: add video movie sourceStefano Sabatini2011-02-09
| | | | | | | | 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-09
| | | | | | | The fixes were pointed out by Diego. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 0cad24ce9b02037c9cdad84cae905f96b04d7d4c)
* Add documentation for the framecrc muxer.Stefano Sabatini2011-02-09
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 77d4ed7a127b88f9b8ddd741c65e678198feb285)
* Add documentation for the crc muxer.Stefano Sabatini2011-02-09
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit a4effe432f4aa59d52465b88589f92addf3afd3e)
* Document null muxer.Stefano Sabatini2011-02-09
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit f4acb837eb4af74996b678f3f55eaa66c47a66ee)
* Xan4 decoderKostya Shishkov2011-02-09
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 44ddfd47d671d2587903d94c8b565f68f45bd4bc)
* Fill in missing date.Ronald S. Bultje2011-02-06
| | | | (cherry picked from commit ae0f8a1a33158397c5014745424389ba1f543cfd)
* Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-06
| | | | (cherry picked from commit efdd67cb00ad770c16c47161c023121e1ae53ae9)
* Non-blocking protocols: flag and documentationNicolas George2011-02-06
| | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit fe174fc8fc4bbdb050014a945de7eb9b28ba358e)
* Add an APIchanges entry for avformat_free_contextMartin Storsjö2011-02-06
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbbc02)
* Add APIchanges entry for lavc 52.109.0Tomas Härdin2011-02-04
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 75fd0668df64c4b7140be5ac829dee4e327a3e57)
* ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-04
| | | | | | | It's consistent with the -metadata option and easier to write. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 87e4d9b252bc6fa3b982f7050013069c9dc3e05b)
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-04
| | | | | | | The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
| | | | | This fixes aspect handling in ffmpeg This is based on a patch by baptiste
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-31
|
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-31
| | | | | | | | | | | | | | | | | | | | | | | | Around 01/28/11 18:56, Ronald S. Bultje scribbled: > That patch is now merged, can you submit the update to muxers.texi? > Then we'll apply the whole thing. See attached. I hope the documentation is enough. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ From c236024b8254f5c2c45934c30fff390cb0e55a5e Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski <gf@unixsol.org> Date: Tue, 25 Jan 2011 13:09:17 +0200 Subject: [PATCH] mpegts: Replace defines in with AVOptions This patch adds support for setting transport_stream_id, original_network_id, service_id, pmt_start_pid and start_pid in mpegts muxer. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 445996aa51f4f1d9a26456a8511988291a720ba0)
* Add documentation for the image2 muxer.Stefano Sabatini2011-01-31
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e771d2e3fef4d2bcfc08b9eb37296f0e0af1f607)
* doc: modify style for texi2html 1.78+Janne Grunau2011-01-30
| | | | | | | | | | | | | The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title. (cherry picked from commit a8f0814a742dee4783afaa5bedb01aa0c77b1fc4)
* Add muxers.texi file.Stefano Sabatini2011-01-30
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 85466e1e5f7f1fe50933d2d967a06b45b9222b5b)
* Amend documentation for the image2 demuxer, to better reflect the current ↵Stefano Sabatini2011-01-23
| | | | | | | behavior. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 10ed96c78fde80da9d5bac9b267369861a4f33ba)
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-23
| | | | | | | | | | | | | | | | | | | fixes issue2465. The problem is that the ffmpeg (the app) -streamid option did not work with -newaudio/-newvideo/-newsubtitle. The cause was a conflict between the feature where streamid values were reset to default for each output filename, and the implementation of -new*, which requires that the -new* option be specified after the target filename. My patch changes the ffmpeg behavior so that user-specified streamid values apply to all the following output files on the command line (rather than just the next output filename.) Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 20ac9de3df9b129a4a312d626fed0e2bbb760200)
* Revert "Update git-howto with ffmpeg.org URLs"Michael Niedermayer2011-01-19
| | | | | | This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195. Reason is that this has been commited by mistake as discussed.
* Update git-howto with ffmpeg.org URLsMans Rullgard2011-01-18
|
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
|
* Explain how to set up user name/email correctly for git.Reimar Döffinger2011-01-17
|
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add instructions how to check out a specific svn revision with gitJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* rewrite git-howto for the no merge policyJanne Grunau2011-01-17
| | | | Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date and revision for lavc 52.104.Carl Eugen Hoyos2011-01-17
| | | | Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two typos in git howto.Alex Converse2011-01-16
| | | | Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in git howto section headingJanne Grunau2011-01-16
| | | | | | spotted by ubitux on irc Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk