- 27 May, 2014 23 commits
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
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>
-
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>
-
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>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
This fixes building on Debian GNU/Hurd. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7cc4c9f3': lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b03b2d86': buffersrc: avoid using AV_PIX_FMT_NB Conflicts: libavfilter/buffersrc.c No change as AV_PIX_FMT_NB was not used by our buffersrc.c See: 0d58bbb2Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a7d070ac': vf_fieldorder: avoid using AV_PIX_FMT_NB Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '862f33c1': vf_scale: use the pixfmt descriptor API Conflicts: libavfilter/vf_scale.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '45fc73ed': vf_format: rework format list parsing Conflicts: libavfilter/vf_format.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '4d8c28de': imgutils: make systematic palette opaque. Conflicts: libavutil/imgutils.c See: 4d8c28deMerged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2014 17 commits
-
-
Michael Niedermayer authored
Fixes Ticket3673 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
this way we can do better tha a single fixed constant value Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Anton Khirnov authored
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes ticket #3648.
-
Michael Niedermayer authored
* cigaes/master: ffmpeg: use thread message API. lavu: add thread message API. compat/w32pthreads: add return value to pthread_cond_init(). Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Neil Armstrong authored
In the configure script, add a pthread detection with -ldl added to cflags, because uClibc requires -ldl to link with native libpthread. Tested with a custom ARM toolchain with uClibc 0.9.33.2 and gcc 4.6.3. Signed-off-by:
Neil Armstrong <narmstrong@neotion.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-