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
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
Before, drawtext filter deliberately altered given text coordinates if text didn't fully fit on the picture. This breaks the use case of scrolling large text, e.g. movie closing credits. Add 'fix_bounds', to make it usable in such cases (by setting its value to 0). Default behavior is not changed, and non-fitting text coords are fixed. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-02-02APIchanges: add missing commit hashesJanne Grunau
2012-02-02doc: decoding Forward Uncompressed is supportedPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-02-01avcodec: Add av_fast_padded_malloc().Janne Grunau
Wrapper around av_fast_malloc() that keeps FF_INPUT_BUFFER_PADDING_SIZE zero-padded bytes at the end of the used buffer. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>.
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
Fixes bug 212.
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
It allows to check whether an AVCodecContext is open in a documented way. Right now the undocumented way this check is done in lavf/lavc is by checking whether AVCodecContext.codec is NULL. However it's desirable to be able to set AVCodecContext.codec before avcodec_open2().
2012-01-31avconv: deprecate the -deinterlace optionAnton Khirnov
Its quality is horrible, yadif should always be used instead.
2012-01-30doc: Fix the name of the new functionMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-30doc: Document mov/mp4 fragmentation optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-30avutil: make intfloat api publicPaul B Mahol
The functions are already av_ prefixed and intfloat header is already provided. Install libavutil/intfloat.h Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-28APIchanges: mention avcodec_alloc_context()/2/3Anton Khirnov
There was no minor bump for making avcodec_alloc_context3() public and deprecating the other two, so I'm using the first next lavc bump.
2012-01-27lavf: increase major version from 53 to 54.Anton Khirnov
2012-01-27lavc: increase major version to 54.Anton Khirnov
The lavf-ffm test results change because ffmenc writes AVCodecContext.flags/flags2 and the defaults for those change.
2012-01-26doc: Update APIchanges with info on muxer flushingMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-24Remove ffmpeg.Anton Khirnov
2012-01-23XWD encoder and decoderPaul B Mahol
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-01-21doc/APIChanges: fill in missing dates and hashesAnton Khirnov
2012-01-18RELEASE_NOTES: mention hiding private symbols in shared builds.Anton Khirnov
2012-01-18RELEASE_NOTES: mention some notable API changes in 0.8Anton Khirnov
2012-01-16add SMJPEG muxerPaul B Mahol
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-01-16avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles
2012-01-12lavfi: move version macros to a new installed header version.hAnton Khirnov
2012-01-11doc: Replace ffmpeg references in avserver config file by avconv.Diego Biurrun
2012-01-11doc: Fix names of av_log color environment variables.Diego Biurrun
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-11No longer build libpostproc by defaultReinhard Tartler
update documentation to inform developers that it may be removed in a later release. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2012-01-10doc: fix stray reference to FFmpegLuca Barbato
2012-01-07faq: Solutions for common problems with sample paths when running FATE.Diego Biurrun
2012-01-05avconv: add symbolic names for -vsync parametersAnton Khirnov
2012-01-04v4l2: list available formatsLuca Barbato
Make use of the experimental framesize enumeration ioctl if available.
2012-01-04adx: add an adx muxerJustin Ruggles
2012-01-04APIchanges: mention cleaned up header includesJonathan Nieder
Fixes bug 188. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
Add it to doc/APIchanges and update and correct other entries.
2012-01-02Release notes: mention cleaned up header includesReinhard Tartler
A rebuild in debian revealed that this broke compilation of a number packages: http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=siretart@tauware.de;tag=ftbfs-libav0.8
2011-12-29doxygen: cleanup style to support older doxyLuca Barbato
Doxygen 1.7.5.1 had been used as reference while certain distributions provide older and not fully compatible versions.
2011-12-28avformat: Add SMJPEG demuxer.Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-28Indeo 4 decoderKostya Shishkov
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2011-12-27doxygen: remove unreplaced variables from custom header and footerJanne Grunau
2011-12-25Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov
2011-12-25doxy: add website-alike style to the html outputGautam Gupta
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-12-25FAQ: add an entry for common error when using -profileAnton Khirnov
2011-12-23Prepare for 0.8_beta1 snapshot releaseReinhard Tartler
2011-12-19segment: introduce segmented chain muxerLuca Barbato
It behaves similarly to image2 muxer
2011-12-19APIchanges: fill in revision for AVFrame.age deprecationMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
This was intended as an optimisation for skipped blocks in MPEG2 P-frames and never used elsewhere. Removing this "optimisation" speeds up MPEG2 decoding by 1-2% (ARM Cortex-A9). Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-17avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-14v410 encoder and decoderDerek Buitenhuis
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-14doc: make developer.texi point to correct fate docDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-12lavf: add avformat_close_input().Anton Khirnov
It sets the supplied AVFormatContext pointer to NULL after freeing it, which is safer and its name is consistent with other lavf functions. Also deprecate av_close_input_file().