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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-10-13Add a SAP demuxerMartin Storsjö
Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Cosmetics: remove pointless empty line.Stefano Sabatini
Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Extend buffer source to accept the time base for the output PTS.Stefano Sabatini
Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Implement cropdetect filter.Stefano Sabatini
Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-12Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini
the timebase. Useful for debugging timebase configuration issues. Originally committed as revision 25446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-11Implement settb filter.Stefano Sabatini
Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-11Add APIchanges entry after r25441.Stefano Sabatini
Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-09Document the SAP muxerMartin Storsjö
Originally committed as revision 25427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-09s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini
Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-08Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö
Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-08Add protocol documentation on the connect option to the udp protocolMartin Storsjö
Originally committed as revision 25407 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06custom build system documentationMichael Niedermayer
Originally committed as revision 25375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06Mention to send a patch before changing API or ABI.Carl Eugen Hoyos
Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06doc,win32: add note about the use of dllimport for global data in MSVC++Ramiro Polla
Originally committed as revision 25366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06doc,win32: update note on which files to use with shared libraries in msvcRamiro Polla
Originally committed as revision 25365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06doc: mention xmm clobber macros usageRamiro Polla
Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-04Add protocol documentation on RTSPMartin Storsjö
Originally committed as revision 25330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-03Fix typo, -flags 4mv => -flags mv4.Stefano Sabatini
Originally committed as revision 25326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-01Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin
Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28Add APIchanges entry for lsws change of r32368.Stefano Sabatini
Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini
Pedagogically useful. Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-28Update APIchanges after r25236.Stefano Sabatini
Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27Add APIchanges entry after r25227.Stefano Sabatini
Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27Add APIchanges entry after r25225.Stefano Sabatini
Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-27Port MPlayer blackframe filter.Stefano Sabatini
See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter. Date: Sun, 26 Sep 2010 01:10:40 +0200 Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Document udp protocol.Stefano Sabatini
Based on a patch by Aviad Rozenhek aviadr1 @ reverse(moc.liamg). Originally committed as revision 25192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Slightly clarify expression in for the anullsrc source documentation.Stefano Sabatini
Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Add asrc_anullsrc - null audio source.Stefano Sabatini
Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Make the crop filters accept parametric expressions.Stefano Sabatini
Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-25Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini
Slightly more intuitive and required by a pending changes for making the filter parametric. Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-24Update docs regarding writing optimizations:Ronald S. Bultje
- mention clobber-marking of xmm registers, - some notes on external vs. inline asm, including tips on which to use for what situation and to not rewrite+improve in the same patch (as with C code) - some more best-practice guidelines See "[PATCH] update doc/optimization.txt" thread on ML. Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-24Update doc/APIchanges after the last API changes.Stefano Sabatini
Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-24Add frei0r filter.Stefano Sabatini
See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-24Add a G.722 encoderMartin Storsjö
Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-22Fix typo (instruciton -> instruction).Ronald S. Bultje
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-16Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini
Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-16Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini
the rest of FFmpeg docs. Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-14Implement libopencv smooth filter.Stefano Sabatini
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-14Add R10k decoder.Zhou Zongyi
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-13fix x11grab example in e.g. the manpage so that they actually workReinhard Tartler
Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-09Add G.722 ADPCM audio decoderMartin Storsjö
Originally committed as revision 25086 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-08Add APIchanges entry for the av_get_cpu_flags() addition of r25076.Stefano Sabatini
Originally committed as revision 25077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-08Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini
r25064 and r25067. Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-07Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini
Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-07Amend documention for the option -prefix.Stefano Sabatini
Originally committed as revision 25056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-07Prefer "foo" over ``foo'' in the ffprobe docs.Stefano Sabatini
Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk