aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-0/+3
| | | | Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-0/+3
| | | | Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add eval.texi file.Stefano Sabatini2010-11-033-70/+172
| | | | Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move settb docs after setpts docs, fix alphabetical order.Stefano Sabatini2010-11-021-30/+30
| | | | Originally committed as revision 25656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-021-0/+60
| | | | Originally committed as revision 25655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-021-0/+4
| | | | | | deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement functions:Stefano Sabatini2010-11-021-0/+10
| | | | | | | | | | | | | av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-021-0/+4
| | | | Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-021-1/+11
| | | | | | 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-011-1/+1
| | | | Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg.c manual: clarify map_meta_data usage.Anton Khirnov2010-10-271-1/+2
| | | | Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add example to the filter pad documentation.Stefano Sabatini2010-10-251-0/+9
| | | | Originally committed as revision 25564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc: fill documentation for vfwcapRamiro Polla2010-10-231-0/+4
| | | | 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-191-1/+1
| | | | | | | 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-181-0/+6
| | | | | | | | | | | | | | | | 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-181-0/+41
| | | | Originally committed as revision 25525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -crop* options.Stefano Sabatini2010-10-181-8/+7
| | | | | | 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-161-3/+0
| | | | Originally committed as revision 25506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-0/+3
| | | | 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-151-0/+5
| | | | | | 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-132-2/+46
| | | | Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove pointless empty line.Stefano Sabatini2010-10-121-1/+0
| | | | 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-121-6/+10
| | | | Originally committed as revision 25451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cropdetect filter.Stefano Sabatini2010-10-121-0/+35
| | | | 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-111-4/+8
| | | | | | 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-111-0/+30
| | | | Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-101-0/+3
| | | | Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the SAP muxerMartin Storsjö2010-10-091-0/+48
| | | | Originally committed as revision 25427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini2010-10-081-1/+1
| | | | Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-081-0/+1
| | | | 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-081-0/+7
| | | | Originally committed as revision 25407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* custom build system documentationMichael Niedermayer2010-10-061-0/+34
| | | | 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-061-3/+3
| | | | 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-061-0/+9
| | | | 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-061-3/+6
| | | | Originally committed as revision 25365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc: mention xmm clobber macros usageRamiro Polla2010-10-061-0/+6
| | | | Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocol documentation on RTSPMartin Storsjö2010-10-041-0/+70
| | | | Originally committed as revision 25330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo, -flags 4mv => -flags mv4.Stefano Sabatini2010-10-031-5/+5
| | | | 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-011-0/+2
| | | | Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for lsws change of r32368.Stefano Sabatini2010-09-281-0/+3
| | | | Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-281-0/+32
| | | | | | Pedagogically useful. Originally committed as revision 25244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after r25236.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25227.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25225.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-271-0/+3
| | | | Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-261-0/+21
| | | | | | | | 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-251-0/+30
| | | | | | 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-251-0/+43
| | | | | | 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-251-2/+2
| | | | Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-251-0/+13
| | | | | | Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk