summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
| | | | | | | | | | | | | | | | Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems since it causes certain system functions to be hidden on some (BSD) systems. The solution is to only add the flag on systems that really require it, i.e. glibc-based ones. This change makes BSD systems compile out-of-the-box without the need for adding specific flags manually. It also allows dropping a number of flags set manually on a file-per-file basis, but were only present to work around breakage introduced by the presence of _POSIX_C_SOURCE. Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems. We use XSI extensions in several places already, so it is preferable to define it globally instead of littering source files with individual #defines only needed for glibc.
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
|
* doc/APIchanges: fill in missing hashes and dates.Anton Khirnov2011-05-11
|
* Remove unused softfloat implementation.Diego Biurrun2011-05-11
| | | | | | The softfloat functionality is unused, not installed and incomplete. On platforms without floating point units, the compiler provides a softfloat implementation so there is no point in carrying this code around locally.
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
|
* drawtext: add documentation for the shadow parametersStefano Sabatini2011-05-07
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-07
| | | | | | | | | | | With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in the filter description Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-04
|
* DPX image encoderPeter Ross2011-05-01
|
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-01
|
* Update URL to fate samplesReinhard Tartler2011-05-01
|
* documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini2011-04-26
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* APIChanges: update commit hashes for recent additions.Anton Khirnov2011-04-26
|
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
| | | | | | | | | | | | Also deprecate av_get_pict_type_char() in favor of av_get_picture_type_char(). The new enum and av_get_picture_type_char() are defined in libavutil. This allows the use in libavfilter without the need to link against libavcodec. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* pad: make the filter parametricStefano Sabatini2011-04-26
| | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
| | | | | | | | This fixes aspect handling in ffmpeg. This is based on a patch by Baptiste. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add fieldorder filterMark Himsley2011-04-26
| | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* scale: make the filter parametricStefano Sabatini2011-04-26
| | | | | | | | Make the filter accept parametric expressions for the output video size. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Lowercase all ff* program names.Diego Biurrun2011-04-23
|
* Refer to ff* tools by their lowercase names.Diego Biurrun2011-04-23
|
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
|
* doc: FLV muxing is supported.Carl Eugen Hoyos2011-04-23
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Mention that DragonFly BSD requires __BSD_VISIBLE setMartin Storsjö2011-04-23
| | | | | | | | | | | Setting this should fix the FATE build failure on DragonFly BSD, since inet_aton only is visible if __BSD_VISIBLE is set. Alternatively, a line defining __BSD_VISIBLE=1 could be added at the top of os_support.c. For FreeBSD, similar lines are required in libavdevice/bktr.c and libavdevice/oss_audio.c, too. Signed-off-by: Martin Storsjö <martin@martin.st>
* APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.Ronald S. Bultje2011-04-21
|
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* The stabilization period after version bumps should be one month, not one week.Diego Biurrun2011-04-21
|
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-21
| | | | | | | This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add some initial docs on the applehttp demuxerMartin Storsjö2011-04-21
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* update last major version increase dates in APIchangesJustin Ruggles2011-04-20
|
* document introduction of side data in APIchangesKostya2011-04-19
| | | | | | this should've been written earlier, sorry Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Remove now obsolete references to _g-suffixed binaries.Diego Biurrun2011-04-18
| | | | | Automatic stripping of binaries was removed in commit e0be794 and the _g binaries disappeared along with it.
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
|
* Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun2011-04-15
|
* add xWMA demuxerMax Horn2011-04-14
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: update developer guideLuca Barbato2011-04-13
| | | | | Refer to the current submission policy and refer to FATE in the Regression Test section.
* lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-13
|
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-11
| | | | | | The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-11
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace outdated info on the FAQLou Logan2011-04-10
| | | | | | | FAQ could use some work. This updates a few little details. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Redefine sameqLou Logan2011-04-10
| | | | | | | | I think the documentation of sameq is causing confusion and misuse of this option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* pad: fix example explanationStefano Sabatini2011-04-10
| | | | | | | "row" and "column" term positions in the explanation were inverted. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* gradfun: add notice from the MPlayer manualStefano Sabatini2011-04-10
| | | | | | Add notice telling that the filter is designed for playback only. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
| | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* documentation: add setdar and setsar description to filters.texiStefano Sabatini2011-04-10
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-10
| | | | | | PIX_FMT_BGR48LE is used by PhantomCINE demuxer. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fix typoCompn2011-04-10
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov2011-04-08
|
* proto: introduce listen option in tcpLuca Barbato2011-04-07
| | | | | | This way is possible to have simple micro-server act like ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://foo:1234?listen
* lavf: bump minor version and add an APIChanges entry for avio changesAnton Khirnov2011-04-03
|