- 07 Apr, 2015 1 commit
-
-
Luca Barbato authored
And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
-
- 29 Mar, 2015 2 commits
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
wm4 authored
Based on a patch by Rodger Combs. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 24 Mar, 2015 1 commit
-
-
Stephen Hutchinson authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Mar, 2015 1 commit
-
-
Luca Barbato authored
It drops everything that cannot be used for re-encoding and/or streamcopy.
-
- 16 Mar, 2015 1 commit
-
-
Janne Grunau authored
-
- 15 Mar, 2015 1 commit
-
-
Niels Möller authored
Cleanup and integration by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 06 Mar, 2015 1 commit
-
-
Jonas Lindgren authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 28 Feb, 2015 1 commit
-
-
Anton Khirnov authored
-
- 24 Feb, 2015 1 commit
-
-
Luca Barbato authored
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>
-
- 22 Feb, 2015 1 commit
-
-
Vittorio Giovara authored
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
-
- 21 Feb, 2015 1 commit
-
-
Clément Bœsch authored
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>
-
- 19 Feb, 2015 4 commits
-
-
Oleksij Rempel authored
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>
-
Oleksij Rempel authored
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>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 13 Feb, 2015 1 commit
-
-
Anton Khirnov authored
Also, move a misplaced block to the right position.
-
- 01 Feb, 2015 1 commit
-
-
Luca Barbato authored
The ogg serial number doubles as codec id and sequence value for concatenated samples.
-
- 27 Jan, 2015 4 commits
-
-
Anton Khirnov authored
Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
-
Andreas Unterweger authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Andreas Unterweger authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Andreas Unterweger authored
Makes the example work with all the supported AAC encoders. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Jan, 2015 1 commit
-
-
Derek Buitenhuis authored
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>
-
- 14 Jan, 2015 1 commit
-
-
Stefano Sabatini authored
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>
-
- 08 Jan, 2015 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Dec, 2014 3 commits
-
-
Rémi Denis-Courmont authored
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>
-
Rémi Denis-Courmont authored
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>
-
Rémi Denis-Courmont authored
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>
-
- 07 Dec, 2014 1 commit
-
-
Luca Barbato authored
makeinfo would otherwise refuse to build it.
-
- 03 Dec, 2014 1 commit
-
-
wm4 authored
-
- 08 Nov, 2014 1 commit
-
-
Martin Storsjö authored
QuickTime does support files with an empty initial movie these days. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
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>
-
- 06 Nov, 2014 1 commit
-
-
Anton Khirnov authored
It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
-
- 29 Oct, 2014 2 commits
-
-
Martin Storsjö authored
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 20f95f21 in July 2014). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Oct, 2014 3 commits
-
-
Anton Khirnov authored
Most importantly, it contains the encoder delay and replaygain info.
-
Anton Khirnov authored
Make it more structured.
-
Martin Storsjö authored
Since av_gettime() is used in a number of places where actual real time clock is required, the monotonic clock introduced in ebef9f5a 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>
-
- 15 Oct, 2014 1 commit
-
-
Anton Khirnov authored
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.
-