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
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-26doc: Fix spelling of 'Transmission'Sebastian Ramacher
Signed-off-by: Sebastian Ramacher <sramacher@debian.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-16doc: Add $branch to FATE config templateTimothy Gu
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-13vda: Make output CVPixelBuffer format configurableStefano Pigozzi
This is useful for client programs to ask for nv12 surfaces instead of the current default (uyvy), since those are more efficient to decode to. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-02avconv: Add an option for automatically rotating video according to display ↵Martin Storsjö
matrix The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by: Martin Storsjö <martin@martin.st>
2015-05-02avplay: Add support for rotated videoMartin Storsjö
This is enabled by default, but can be disbled via the -noautorotate option. Based on a patch by Clément Bœsch. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-04-21drawtext: Add an alpha optionLuca Barbato
And document both `draw` and `alpha`. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-04-20Canopus HQ/HQA decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
And deprecate av_dlog macro.
2015-04-14avisynth: Bump minimum required version to interface version 6Stephen Hutchinson
The AVSC_API changes in the new headers mean that the 2.6 alphas are just as incompatible as 2.5 is. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
2015-03-29lavc: add profile define for DTS ExpressHendrik Leppkes
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-03-29lavc: add MMAL hardware decoder wrapperwm4
Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-03-24avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-03-20cmdutils: Add a stream specifier to map usable streamsLuca Barbato
It drops everything that cannot be used for re-encoding and/or streamcopy.
2015-03-16doc: fate: remove outdated SSH key fingerprintJanne Grunau
2015-03-15dca: Support for XLL (lossless extension)Niels Möller
Cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2015-03-13TDSC decoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-03-07doc: Add -list_formats all example for video4linux2Jonas Lindgren
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-28Add a QSV decoding example.Anton Khirnov
2015-02-25xcbgrab: Provide better names for the y and x optionLuca Barbato
Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-23Canopus HQX decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
2015-02-21tests: drop bc dependencyClément Bœsch
We already have a dependency on awk and bc is sometimes not found in the base system. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-02-19lavf: Add DSS demuxerOleksij Rempel
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-02-19lavc: Add DSS SP decoderOleksij Rempel
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-02-19h264_parser: export video format and dimensionsAnton Khirnov
2015-02-19pixfmt: add a pixel format for QSV hwaccelAnton Khirnov
2015-02-13doc/APIchanges: fill in missing dates and hashesAnton Khirnov
Also, move a misplaced block to the right position.
2015-02-01ogg: Provide an option to offset the serial numberLuca Barbato
The ogg serial number doubles as codec id and sequence value for concatenated samples.
2015-01-27Add a side data type for audio service type.Anton Khirnov
Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
2015-01-27examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-01-27examples/transcode_aac: fix a typoAndreas Unterweger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-01-27examples/transcode_aac: properly select the output sample formatAndreas Unterweger
Makes the example work with all the supported AAC encoders. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-01-21doc/platform: Reference only MSYS2 and MinGW-w64Derek Buitenhuis
It's better to steer users at these, since they are both better and more alive than the mingw.org versions. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()). A redundant check has been dropped from av_image_fill_arrays(). Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-01-08doc: Add initial documentation about the OpenH264 encoder wrapperMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-12-25vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont
Since the VDPAU pixel format does not distinguish between different VDPAU video surface chroma types, we need another way to pass this data to the application. Originally VDPAU in libavcodec only supported decoding to 8-bits YUV with 4:2:0 chroma sampling. Correspondingly, applications assumed that libavcodec expected VDP_CHROMA_TYPE_420 video surfaces for output. However some of the new HEVC profiles proposed for addition to VDPAU would require different depth and/or sampling: http://lists.freedesktop.org/archives/vdpau/2014-July/000167.html ...as would lossless AVC profiles: http://lists.freedesktop.org/archives/vdpau/2014-November/000241.html To preserve backward binary compatibility with existing applications, a new av_vdpau_bind_context() flag is introduced in a further change. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-12-25libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont
This can be used by the application to signal its ability to cope with video surface of types other than 8-bits YUV 4:2:0. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-12-25avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont
This carries the pixel format that would be used if it were not for hardware acceleration. This is equal to AVCodecContext.pix_fmt if hardware acceleration is not in use. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-12-07doc: Use the correct @subsection tagLuca Barbato
makeinfo would otherwise refuse to build it.
2014-12-03APIchanges: mark the release 11 branch pointwm4
2014-11-08movenc: Remove an outdated commentMartin Storsjö
QuickTime does support files with an empty initial movie these days. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
This is the same logic as is invoked on AVFMT_TS_NEGATIVE, but which can be enabled manually, or can be enabled in muxers which only need it in certain conditions. Also allow using the same mechanism to force streams to start at 0. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
2014-10-30movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö
Similarly to the omit_tfhd_offset flag added in e7bf085b, this avoids writing absolute byte positions to the file, making them more easily streamable. This is a new feature from 14496-12:2012, so application support isn't necessarily too widespread yet (support for it in libav was added in 20f95f21f in July 2014). Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-30doc: Document the omit_tfhd_offset flag to the mp4 muxerMartin Storsjö
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-24mp3enc: write full LAME frameAnton Khirnov
Most importantly, it contains the encoder delay and replaygain info.
2014-10-24doc: reword the mp3 muxer documentationAnton Khirnov
Make it more structured.
2014-10-24lavu: Add av_gettime_relativeMartin Storsjö
Since av_gettime() is used in a number of places where actual real time clock is required, the monotonic clock introduced in ebef9f5a5 would have consequences that are hard to handle. Instead split it into a separate function that can be used in the cases where only relative time is desired. On platform where no monotonic clock is available, the difference between the two av_gettime functions is not clear, and one could mistakenly use the relative clock where an absolute one is required. Therefore add an offset, to make it evident that the time returned from av_gettime_relative never is actual current real time, even though it is based on av_gettime. Based on a patch by Olivier Langlois. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
When decoding, this field holds the inverse of the framerate that can be written in the headers for some codecs. Using a field called 'time_base' for this is very misleading, as there are no timestamps associated with it. Furthermore, this field is used for a very different purpose during encoding. Add a new field, called 'framerate', to replace the use of time_base for decoding.