summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Add WebM muxerJames Zern2010-06-09
| | | | | | | | | Patch by James Zern <jzern at google> backport r23474 by conrad Originally committed as revision 23549 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* VP8 encoding via libvpx.James Zern2010-06-03
| | | | | | | | | | Patch by James Zern, Google, Inc. backport r23449 by cehoyos Originally committed as revision 23455 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24Reinhard Tartler2010-06-03
| | | | | | | backport r23415 by siretart Originally committed as revision 23446 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-29
| | | | | | | | | | Patch by Janne Grunau, janne-ffmpeg jannau net backport r23334,23337-23338 by cehoyos and stefano Originally committed as revision 23379 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix VP8 listing in general.texiReinhard Tartler2010-05-29
| | | | | | | backport r23306 by mstorsjo Originally committed as revision 23375 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* VP8 decoding via libvpxJames Zern2010-05-29
| | | | | | | | Patch by James Zern for Google, Inc., jzern google com backportd r23191,23303,23307-23308 by conrad, cehoyos and mstorsjo Originally committed as revision 23374 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroskadec: Support webm doctypeJames Zern2010-05-25
| | | | | | | | | Patch by James Zern <jzern at google> backport r23245 by conrad Originally committed as revision 23313 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-21
| | | | | | | backport r23180 by mstorsjo Originally committed as revision 23241 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Document av_probe_input_format2 API addition.Reimar Döffinger2010-05-01
| | | | Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently prefer @var{VAR} over ``VAR'' for indicating filterStefano Sabatini2010-04-24
| | | | | | parameters. Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-20
| | | | | | Patch by Robert Krüger <krueger signal7 de>. Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DOS section to the platform documentation.Michael Kostylev2010-04-12
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix extra object path in Solaris section.Diego Biurrun2010-04-12
| | | | Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add unsharp video filter.Bobby Bingham2010-04-07
| | | | | | Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org) Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-05
| | | | Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-05
| | | | | | Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document minimum binutils requirements on Unix-like platforms.Diego Biurrun2010-04-04
| | | | | | based on a patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group Unix-like platforms together in the platform documentation.Michael Kostylev2010-04-03
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -t option to ffplay.Robert Krüger2010-04-01
| | | | | | Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
| | | | Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
| | | | Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
| | | | Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini2010-03-31
| | | | Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a few typos/grammar nits from r22739.Jai Menon2010-03-31
| | | | Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better documentation of -vsyncMichael Niedermayer2010-03-31
| | | | Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-30
| | | | | | transition. Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
| | | | | | Patch by Mohamed Naufal gmailify(naufal11). Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some documentation about the table generation code.Reimar Döffinger2010-03-29
| | | | Originally committed as revision 22722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-28
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
| | | | | | FFmpeg generic tag names. Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-27
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder platform sections alphabetically.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FreeBSD subsection with compilation instructions.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
| | | | Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
| | | | Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a loop option to ffplay.Robert Krüger2010-03-23
| | | | | | Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List the FFserver specific options under a "Main options" section, toStefano Sabatini2010-03-20
| | | | | | distinguish them from the generic common options. Originally committed as revision 22602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It is difficult nowadays to compile without swscale support.Carl Eugen Hoyos2010-03-18
| | | | Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a -window_title option, which sets the FFplay window title.Robert Krüger2010-03-17
| | | | | | Patch by Robert Krüger "krueger ET signal7 DOT de". Originally committed as revision 22588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation hints for Cygwin 1.7 and remove the ones for 1.5Víctor Paesa2010-03-16
| | | | Originally committed as revision 22567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
| | | | Originally committed as revision 22541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
| | | | | | addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-13
| | | | Originally committed as revision 22503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use shell syntax to set variables for make.Ramiro Polla2010-03-12
| | | | Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Docs: Place the vorbis comment properly, currently it's shown above the tableMartin Storsjö2010-03-09
| | | | Originally committed as revision 22406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
| | | | Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk