summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Add a G.722 encoderMartin Storsjö2010-09-23
| | | | Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo (instruciton -> instruction).Ronald S. Bultje2010-09-22
| | | | Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
| | | | | | the rest of FFmpeg docs. Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
| | | | Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add R10k decoder.Zhou Zongyi2010-09-13
| | | | | | | 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
* fix x11grab example in e.g. the manpage so that they actually workReinhard Tartler2010-09-13
| | | | Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-09
| | | | Originally committed as revision 25086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_get_cpu_flags() addition of r25076.Stefano Sabatini2010-09-08
| | | | Originally committed as revision 25077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini2010-09-07
| | | | | | r25064 and r25067. Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini2010-09-07
| | | | Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Amend documention for the option -prefix.Stefano Sabatini2010-09-07
| | | | Originally committed as revision 25056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "foo" over ``foo'' in the ffprobe docs.Stefano Sabatini2010-09-07
| | | | Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry corresponding to the libavutil/cpu.h addition ofStefano Sabatini2010-09-04
| | | | | | r25040. Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention that library micro version should be reset if minor version is bumped.Diego Biurrun2010-08-31
| | | | Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition ofStefano Sabatini2010-08-26
| | | | | | avcodec_get_channel_layout() of r24936. Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fifo filter.Stefano Sabatini2010-08-24
| | | | Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation added for the a64 codecTobias Bindhammer2010-08-23
| | | | Originally committed as revision 24876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21
| | | | | | Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program. Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-20
| | | | | | Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu. Originally committed as revision 24856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AUDIO FILTERS section.Stefano Sabatini2010-08-20
| | | | Originally committed as revision 24855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges for av_fill_image_max_pixstep() rename of r24851.Stefano Sabatini2010-08-20
| | | | Originally committed as revision 24852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19
| | | | Originally committed as revision 24834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of av_fill_image_max_pixstep()Stefano Sabatini2010-08-18
| | | | | | of r24827. Originally committed as revision 24828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of AV_NE in r24814.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after libavfilter audio framework addition ofStefano Sabatini2010-08-17
| | | | | | r24811. Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of av_get_image_linesize() ofStefano Sabatini2010-08-12
| | | | | | r24787. Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the AVFilterBufferRef changes in r24773.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend and clarify documentation for -ac ffmpeg option.Stefano Sabatini2010-08-11
| | | | | | Fix roundup issue #2061. Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_picture_data_copy() addition.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after avfilter_open() change in r24765.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after AVFilterBufferRef changes in r24763.Stefano Sabatini2010-08-11
| | | | Originally committed as revision 24764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc docs fixes spotted by Diego.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VfW spelling.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entries after the last recent libavfilter renames.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk