- 27 May, 2015 1 commit
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 26 May, 2015 1 commit
-
-
Michael Niedermayer authored
This function allows writing AVRationals as IEEE floats without the need of platform dependant float operations Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 May, 2015 1 commit
-
-
Stefano Pigozzi authored
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>
-
- 11 May, 2015 1 commit
-
-
Michael Niedermayer authored
Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2015 3 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 May, 2015 1 commit
-
-
James Almer authored
Reviewed-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 22 Apr, 2015 1 commit
-
-
wm4 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
And deprecate av_dlog macro.
-
- 07 Apr, 2015 1 commit
-
-
Luca Barbato authored
And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
-
- 03 Apr, 2015 1 commit
-
-
Mariusz Szczepańczyk authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Mar, 2015 1 commit
-
-
Lukasz Marek authored
Convinient function to build paths. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Mar, 2015 1 commit
-
-
Mariusz Szczepańczyk authored
-
- 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>
-
- 06 Mar, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Mar, 2015 1 commit
-
-
wm4 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Mar, 2015 1 commit
-
-
Mark Reid authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2015 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 14 Feb, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 13 Feb, 2015 1 commit
-
-
Anton Khirnov authored
Also, move a misplaced block to the right position.
-
- 08 Feb, 2015 1 commit
-
-
Anshul Maheshwari authored
Signed-off-by:
Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jan, 2015 1 commit
-
-
Anton Khirnov authored
Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
-
- 25 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
all values before 2.5 seem to be filled in now Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jan, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
also add deprecation note for avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2() Found-by: wm4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 11 Jan, 2015 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 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>
-
- 04 Dec, 2014 2 commits
-
-
Steve Jiekak authored
add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile Signed-off-by:
Steve Jiekak <devaureshy@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-