aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add fifo filter.Stefano Sabatini2010-08-241-0/+9
| | | | Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation added for the a64 codecTobias Bindhammer2010-08-231-0/+2
| | | | 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-211-0/+9
| | | | | | 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-201-1/+5
| | | | | | 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-201-0/+12
| | | | 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-201-0/+3
| | | | Originally committed as revision 24852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-191-0/+1
| | | | 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-181-0/+3
| | | | | | 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-171-0/+3
| | | | Originally committed as revision 24815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after libavfilter audio framework addition ofStefano Sabatini2010-08-171-0/+4
| | | | | | r24811. Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hflip filter.Stefano Sabatini2010-08-171-0/+10
| | | | 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-121-0/+3
| | | | | | 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-111-0/+5
| | | | Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend and clarify documentation for -ac ffmpeg option.Stefano Sabatini2010-08-111-1/+4
| | | | | | 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-111-0/+3
| | | | Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-08-111-1/+1
| | | | Originally committed as revision 24767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after avfilter_open() change in r24765.Stefano Sabatini2010-08-111-0/+7
| | | | Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after AVFilterBufferRef changes in r24763.Stefano Sabatini2010-08-111-0/+6
| | | | Originally committed as revision 24764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc docs fixes spotted by Diego.Stefano Sabatini2010-08-071-2/+2
| | | | Originally committed as revision 24739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VfW spelling.Stefano Sabatini2010-08-071-1/+1
| | | | Originally committed as revision 24738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entries after the last recent libavfilter renames.Stefano Sabatini2010-08-071-0/+15
| | | | Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r24728.Stefano Sabatini2010-08-071-0/+3
| | | | Originally committed as revision 24729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes spotted by Diego to protocols.texi.Stefano Sabatini2010-08-061-32/+31
| | | | Originally committed as revision 24726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini2010-08-062-8/+0
| | | | | | support has been dropped. Originally committed as revision 24725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.Stefano Sabatini2010-08-062-33/+32
| | | | Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the chapter Devices -> Input Devices, as the file is aboutStefano Sabatini2010-08-061-1/+1
| | | | | | input devices. Originally committed as revision 24723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the gas-preprocessor section with basic installation instructions.Diego Biurrun2010-08-061-1/+2
| | | | Originally committed as revision 24713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_check_image_size() addition.Stefano Sabatini2010-08-061-0/+4
| | | | Originally committed as revision 24712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocols.texi.Stefano Sabatini2010-07-314-13/+223
| | | | Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilterBuffer change of r24592.Stefano Sabatini2010-07-301-0/+6
| | | | Originally committed as revision 24593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the libavcore/imgutils.h addition.Stefano Sabatini2010-07-291-0/+4
| | | | Originally committed as revision 24584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement ffprobe -show_packets.Stefano Sabatini2010-07-281-0/+7
| | | | Originally committed as revision 24577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the lavf docs, we have a RTP muxer, not a demuxerMartin Storsjö2010-07-271-1/+1
| | | | Originally committed as revision 24548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-275-0/+247
| | | | Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-271-3/+3
| | | | Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for the libavcore/parseutils.{h,c} addition ofStefano Sabatini2010-07-261-0/+6
| | | | | | r24518. Originally committed as revision 24525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SubRip muxer and demuxerAurelien Jacobs2010-07-241-0/+1
| | | | Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry after the M_PHI addition.Stefano Sabatini2010-07-221-0/+3
| | | | Originally committed as revision 24442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the libavfilter media format generalizationStefano Sabatini2010-07-221-0/+20
| | | | | | change of r24424. Originally committed as revision 24425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after libavcore addition.Stefano Sabatini2010-07-211-0/+4
| | | | Originally committed as revision 24407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo.Víctor Paesa2010-07-211-1/+1
| | | | Originally committed as revision 24392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the buffer source.Stefano Sabatini2010-07-211-0/+40
| | | | Originally committed as revision 24388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg never supported msmpeg4v1 encoding.Carl Eugen Hoyos2010-07-201-1/+1
| | | | Originally committed as revision 24356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-201-0/+1
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated entries about bt8x8 capture on Linux 2.4 kernels.Diego Biurrun2010-07-191-13/+0
| | | | Originally committed as revision 24324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark URL as such with texinfo markup.Diego Biurrun2010-07-191-1/+1
| | | | Originally committed as revision 24323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify bug reporting policy with regard to releases.Diego Biurrun2010-07-191-4/+5
| | | | Originally committed as revision 24322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark file references as such with texinfo markup.Diego Biurrun2010-07-191-2/+2
| | | | Originally committed as revision 24321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate RTP depacketization entry.Diego Biurrun2010-07-191-5/+0
| | | | | | Two questions below there is the same Q+A, slightly rephrased. Originally committed as revision 24320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix URL for ffv1, msmpeg4, asv1, 4xm docs.Diego Biurrun2010-07-181-1/+1
| | | | Originally committed as revision 24304 to svn://svn.ffmpeg.org/ffmpeg/trunk