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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-11-16avutil: Add av_timegm as a public functionMartin Storsjö
This is useful, since the normal timegm function isn't a standard function (requiring _BSD_SOURCE or _SVID_SOURCE on glibc to be visible, and not available on e.g. windows). The widely available function mktime uses the local time zone, which requires ugly workarounds to handle UTC time. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-14doc: add support for an optional navigation bar in texi2html pagesJanne Grunau
The navigation header for the web pages lives in a different repository. Read it during documentation regeneration to use the same navigation bar on all pages.
2011-11-13texi2html: remove stray \nLuca Barbato
Single-quoted strings are printed verbatim in perl.
2011-11-13doc: prettyfy the texi2html documentationLuca Barbato
make it use the website css and start structuring it so it is consistent
2011-11-12VBLE DecoderDerek Buitenhuis
Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-11doc: update libavfilter documentationLuca Barbato
Update the reference to the conversion tool to use avconv and make sure the example line works as supposed. Remove the paragraph pointing to the svn repo
2011-11-09udp: Allow specifying the local IP addressMartin Storsjö
This is useful if sending multicast data on a host with multiple interfaces. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-08doc/git-howto: expand format-patch and send-email notes.Anton Khirnov
2011-11-08BMV demuxer and decoderKostya Shishkov
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-06doc/APIchanges: add missing dates and hashesAnton Khirnov
2011-11-06avconv: move copy_initial_nonkeyframes to the options context.Anton Khirnov
Also document it.
2011-11-06doc/avconv: elaborate on basic functionality.Anton Khirnov
2011-11-06doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formatsAnton Khirnov
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-03avconv: add -dump_attachment option.Anton Khirnov
2011-11-03avconv: add -attach option.Anton Khirnov
It allows attaching arbitrary files, e.g. fonts to Matroska files.
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only indicates that they are utilized through avcodec_parse_frame(), which was never actually implemented.
2011-10-27pulse: documentationLuca Barbato
Specify avoptions and how to use pactl to list devices. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-10-26avcodec: remove the Zork PCM encoder.Justin Ruggles
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
2011-10-20libspeexenc: add libspeex encoderJustin Ruggles
2011-10-19presets: rename presets directoryJanne Grunau
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
It takes a codec parameter, thus enabling codec-specific defaults.
2011-10-19Ut Video decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-19lavfi: add testsrc sourceStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-18doc/avtools: add forgotten part to stream specifiers descriptionAnton Khirnov
2011-10-18avconv: add presetsAlexandra Khirnova
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-17doc: Update the documentation on setting options for RTSPMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-10-17lavfi: port libmpcodecs delogo filterStefano Sabatini
The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-17lavfi: port boxblur filter from libmpcodecsStefano Sabatini
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-17lavfi: add negate filterStefano Sabatini
This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
This will prevent seeking by bytes for formats that cannot handle this.
2011-10-12fix ac3 encoder documentationJustin Ruggles
some of the mode values were reversed
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-11doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun
2011-10-09avtools: add -v as alias for -loglevelMans Rullgard
This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-10-09doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov
2011-10-09avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-09-29vf_unsharp: set default chroma size value to 5x5Stefano Sabatini
The previous default value 0x0 was not good, since it is not even valid. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-28vf_scale: add a "sar" variableStefano Sabatini
Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-27avconv: add support for copying attachments.Anton Khirnov
2011-09-27doc/avconv: expand documentation for some options.Anton Khirnov
2011-09-27doc/avconv: document -timelimit.Anton Khirnov
2011-09-26avconv: replace all fprintf() by av_log().Anton Khirnov
Deprecate -v option, now only -loglevel is enough.
2011-09-22Apple ProRes decoderMaxim Poliakovski
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-21doc: library versions need to be bumped in version.hDiego Biurrun