Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-05-19APIchanges: fill in date and commit for request_sample_fmtJustin Ruggles
2011-05-19Add APIchanges entry for request_sample_fmt.Justin Ruggles
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
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.
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-11doc/APIchanges: fill in missing hashes and dates.Anton Khirnov
2011-05-11Remove unused softfloat implementation.Diego Biurrun
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.
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-05-07drawtext: add documentation for the shadow parametersStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
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>
2011-05-04doc: Check standalone compilation before submitting new components.Diego Biurrun
2011-05-01DPX image encoderPeter Ross
2011-05-01ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles
2011-05-01Update URL to fate samplesReinhard Tartler
2011-04-26documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26APIChanges: update commit hashes for recent additions.Anton Khirnov
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
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>
2011-04-26pad: make the filter parametricStefano Sabatini
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
This fixes aspect handling in ffmpeg. This is based on a patch by Baptiste. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26lavfi: add fieldorder filterMark Himsley
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-26scale: make the filter parametricStefano Sabatini
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>
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Refer to ff* tools by their lowercase names.Diego Biurrun
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-04-23doc: FLV muxing is supported.Carl Eugen Hoyos
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-23doc: Mention that DragonFly BSD requires __BSD_VISIBLE setMartin Storsjö
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>
2011-04-22APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.Ronald S. Bultje
2011-04-22Introduce slice threads flag.Ronald S. Bultje
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-04-21The stabilization period after version bumps should be one month, not one week.Diego Biurrun
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-21doc: Add some initial docs on the applehttp demuxerMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-20update last major version increase dates in APIchangesJustin Ruggles
2011-04-19document introduction of side data in APIchangesKostya
this should've been written earlier, sorry Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-19Remove now obsolete references to _g-suffixed binaries.Diego Biurrun
Automatic stripping of binaries was removed in commit e0be794 and the _g binaries disappeared along with it.
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-16Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun
2011-04-14add xWMA demuxerMax Horn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-13doc: update developer guideLuca Barbato
Refer to the current submission policy and refer to FATE in the Regression Test section.
2011-04-13lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö
The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-11Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-10Replace outdated info on the FAQLou Logan
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>
2011-04-10Redefine sameqLou Logan
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>
2011-04-10pad: fix example explanationStefano Sabatini
"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>
2011-04-10gradfun: add notice from the MPlayer manualStefano Sabatini
Add notice telling that the filter is designed for playback only. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-10eval: add support for trunc, ceil, and floor functionsStefano Sabatini
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-10documentation: add setdar and setsar description to filters.texiStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-10pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
PIX_FMT_BGR48LE is used by PhantomCINE demuxer. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-10fix typoCompn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-08lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov