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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-07-11APIchanges: fix a grammar mistakeJustin Ruggles
Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Fill-in revision number for addition of lpc_type and lpc_passes.Justin Ruggles
Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Fix crop filter syntax shown for the -crop* options in the ffmpeg manStefan de Konink
page. Patch by Stefan de Konink /$name/@/konink/de. Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini
and intreadwrite.h API public interface). Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add avsubtitle_free function.Reimar Döffinger
Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10faq: remove note that says avisynth "has just been added". it has been thereRamiro Polla
for almost 4 years. Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger
Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09Perform minor style fixes.Stefano Sabatini
Originally committed as revision 24130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09Update APIchanges after the recent avfilter.h and pixdesc.h changes.Stefano Sabatini
Originally committed as revision 24129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05Update help message for the -pad* options, as they have been removed,Stefano Sabatini
and update the manual page accordingly. Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z"). Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05Mention gas-preprocessor in documentationMåns Rullgård
Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04APIchanges: fix revision number and commit date for change of all occurencesRamiro Polla
of "inofficial" to "unofficial". Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04Revert commit:Stefano Sabatini
Author: stefano Date: Sat Jul 3 20:19:38 2010 New Revision: 24023 Log: State in the guidelines that function and parameter descriptions in the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. The change was neither discussed on the FFmpeg ML, nor approved by the project leader. The Holy War will continue soon on FFmpeg-devel, stay tuned ;-). Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04Add missing docs for the ffplay -autoexit option.Alexei Svitkine
Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")). Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine
Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com". See thread: Subject: [FFmpeg-devel] new command-line option for ffplay Date: Wed, 23 Jun 2010 09:13:50 -0400 Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini
the options are deprecated and that -vf crop should be used instead. Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei"). Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-04APIchanges: add entry for r23985 (install lfg.h)Ramiro Polla
Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-03State in the guidelines that function and parameter descriptions inStefano Sabatini
the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
and options. Keep old options until next major version bump. Patch by Rodney Baker, rodney d baker a iinet d net d au Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-01Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow
Patch by Mike Scheutzow, scheutzow alcatel-lucent com Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-28Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini
Originally committed as revision 23838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-27Update tablegen documentation for WRITE_ARRAY macro.Reimar Döffinger
Originally committed as revision 23824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-27Remove PPC perf counter supportMåns Rullgård
This functionality is better accessed through tools like oprofile. Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-23Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini
'(' and ')' are used instead of '{' and '}' in the date specification as the latter confound the texinfo interpreter. Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Native VP8 decoder.David Conrad
Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Add an APIchanges entry for priv_data_size and priv_data_classMartin Storsjö
Originally committed as revision 23707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Add an APIchanges entry for url_alloc() and url_connect()Martin Storsjö
Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Add an APIchanges entry for av_register_protocol2Martin Storsjö
Originally committed as revision 23703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Re-add the list of parameters for the unsharp filter, I somehow lostStefano Sabatini
it in the previous commit. Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini
sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-22Replace multitable for the unsharp filter option table with a simpleStefano Sabatini
@table @option. Allow pod rendering, as texinfo multitables are not supported by texi2pod.pl, also improve plain texinfo file readability. Originally committed as revision 23688 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-21mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger
documentation to use it where appropriate. Originally committed as revision 23680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-20Remove libfaad wrapperMåns Rullgård
Originally committed as revision 23653 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-16Document terminal coloring in the -loglevel option.Stefano Sabatini
Originally committed as revision 23633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-16Document how to set boolean options.Stefano Sabatini
Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-13Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini
Originally committed as revision 23592 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-11RealAudio 14.4k encoder.Francesco Lavra
Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Remove broken BeOS audio interface.Diego Biurrun
Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun
BeOS support has been broken for many years and the "maintainer" of the port has not reacted to countless requests to get the port fixed. approved by Mans Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Make all the numeric options accept in input an expression which isStefano Sabatini
evaluated through av_strtod(). Fix roundup issue #551. Originally committed as revision 23556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Make texi2pod.pl process @include texinfo directives wherever they areStefano Sabatini
placed, and not only if inside @c man begin/end sections. Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Tweak texi2pod.pl to make it print the various sections in theStefano Sabatini
generated document following the same order as that used in the texi file. Also allow rendering of *all* the sections, not only a limited predefined subset. Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Remove a rule triggered by @man begin WORD WORDS. This rule onlyStefano Sabatini
outputs the section if WORDS has been defined in the list of options flags. The meaning of this rule is not clear, and not used by the FFmpeg documentation system anyway. Originally committed as revision 23542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Rename the ff* tools @chapters "Invocation" to "Synopsis", and placeStefano Sabatini
them at the beginning of the file, for consistency with the final ordering of the corresponding man pages. Also create a separate @chapter for the "Options" section, as it is done for the man pages, rather than merge it in the same section of "Synopsis". Originally committed as revision 23541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-08Pictor/PC Paint decoderPeter Ross
Originally committed as revision 23532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-08Support presets in ffserver.confHoward Chu
Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asStefano Sabatini
the corresponding sections in the man page have been renamed that way. Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsStefano Sabatini
of the ff* tools man pages. Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk