summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-02
| | | | Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-02
| | | | | | i.e. to/from streams/chapters/programs. Originally committed as revision 25635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documented syntax for the cropdetect filter.Stefano Sabatini2010-11-01
| | | | Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c manual: clarify map_meta_data usage.Anton Khirnov2010-10-27
| | | | Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add example to the filter pad documentation.Stefano Sabatini2010-10-25
| | | | Originally committed as revision 25564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc: fill documentation for vfwcapRamiro Polla2010-10-23
| | | | Originally committed as revision 25553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
| | | | | | | The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-18
| | | | | | | | | | | | | | | | The option is useful to ensure that there is a seek point exactly at a place the user will probably want to jump precisely sometime, the major example would be the end of an opening and the beginning of a chapter. The scene change detection system will often make it happen, but not always for example if there is a fade-in. See the thread: Subject: [FFmpeg-devel] [PATCH] -force_key_frames option Date: Tue, 12 Oct 2010 15:16:26 +0200 Patch by Nicolas George -mail nicolas,george,normalesup,org. Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transpose filter.Stefano Sabatini2010-10-18
| | | | Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -crop* options.Stefano Sabatini2010-10-18
| | | | | | Users are required to use the libavfilter crop filter. Originally committed as revision 25518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove docs for the not anymore existing option -convert_tags.Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a SAP demuxerMartin Storsjö2010-10-13
| | | | Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cropdetect filter.Stefano Sabatini2010-10-12
| | | | Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini2010-10-11
| | | | | | the timebase. Useful for debugging timebase configuration issues. Originally committed as revision 25446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement settb filter.Stefano Sabatini2010-10-11
| | | | Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-10
| | | | Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the SAP muxerMartin Storsjö2010-10-09
| | | | Originally committed as revision 25427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini2010-10-08
| | | | Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-08
| | | | Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocol documentation on the connect option to the udp protocolMartin Storsjö2010-10-08
| | | | Originally committed as revision 25407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* custom build system documentationMichael Niedermayer2010-10-06
| | | | Originally committed as revision 25375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention to send a patch before changing API or ABI.Carl Eugen Hoyos2010-10-06
| | | | Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc,win32: add note about the use of dllimport for global data in MSVC++Ramiro Polla2010-10-06
| | | | Originally committed as revision 25366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc,win32: update note on which files to use with shared libraries in msvcRamiro Polla2010-10-06
| | | | Originally committed as revision 25365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc: mention xmm clobber macros usageRamiro Polla2010-10-06
| | | | Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocol documentation on RTSPMartin Storsjö2010-10-04
| | | | Originally committed as revision 25330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo, -flags 4mv => -flags mv4.Stefano Sabatini2010-10-03
| | | | Originally committed as revision 25326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-01
| | | | Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for lsws change of r32368.Stefano Sabatini2010-09-28
| | | | Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
| | | | | | Pedagogically useful. Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after r25236.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25227.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25225.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
| | | | | | | | 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
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
| | | | | | Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document udp protocol.Stefano Sabatini2010-09-25
| | | | | | Based on a patch by Aviad Rozenhek aviadr1 @ reverse(moc.liamg). Originally committed as revision 25192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly clarify expression in for the anullsrc source documentation.Stefano Sabatini2010-09-25
| | | | Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
| | | | | | Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
| | | | | | Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
| | | | Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
| | | | | | | 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
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
| | | | Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update docs regarding writing optimizations:Ronald S. Bultje2010-09-24
| | | | | | | | | | | - 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
* Update doc/APIchanges after the last API changes.Stefano Sabatini2010-09-24
| | | | Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add frei0r filter.Stefano Sabatini2010-09-24
| | | | | | | | 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