- Jan 24, 2015
-
-
Michael Niedermayer authored
It seems many people do not understand its current documentation Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 23, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 15, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is similar to the other duplicated cases Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 14, 2015
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
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>
-
- Jan 12, 2015
-
-
James Almer authored
It's not an installed header. Tested-by:
Thilo Borgmann <thilo.borgmann@mail.de> Tested-by:
Wei Gao <highgod0401@gmail.com> Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jan 05, 2015
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1257771
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 02, 2015
-
-
Giorgio Vazzana authored
Signed-off-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
Additionally, change parameters order. Signed-off-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
Signed-off-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
Signed-off-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Previous version of this patch reviewed-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 31, 2014
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Reviewed-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Dec 29, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 27, 2014
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 19, 2014
-
-
Michael Niedermayer authored
This simplifies identifying from which revision a binary of a lib came from Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Previous version reviewed-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 18, 2014
-
-
Vittorio Giovara authored
-
Luca Barbato authored
And make sure the nb_side_data field is reset as well. Based on an initial patch from wm4 <nfxjfg@googlemail.com>. CC: libav-stable@libav.org
-
- Dec 17, 2014
-
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 15, 2014
-
-
wm4 authored
The error path frees all side data, but forgets to reset the side data count. This can blow up later in av_frame_unref() and free_side_data(). Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 14, 2014
-
-
Anton Khirnov authored
Found-by:
Dave Yeo <dave.r.yeo@gmail.com>
-
- Dec 12, 2014
-
-
wm4 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 09, 2014
-
-
Martin Storsjö authored
This reverts commit c00365b4 in addition to using a different section. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Dec 08, 2014
-
-
Michael Niedermayer authored
Fixes CID1257010 Reviewed-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 07, 2014
-
-
Michael Niedermayer authored
Fixes CID1257008 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes: CID1257007 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 06, 2014
-
-
Michael Niedermayer authored
avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensure sync types arent mixed by mistake Fixes CID1257011 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 05, 2014
-
-
Kieran Kunhya authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Nov 29, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dave Yeo authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dave Yeo authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vadim Kalinsky authored
Previous version reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-