Les articles publiés sur le site
-
11 septembre 2014, par Jörg Krause
configure: fix check_cmd in check_host_cpp
Use correct cpp and c flags variables for the host libc.
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
11 septembre 2014, par Jörg Krause
configure: Use the right variables in check_host_cpp
HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak.
Signed-off-by: Martin Storsjö <martin@martin.st>
-
11 septembre 2014, par Rong Yan
avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() affecting little endian environments on POWER8
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- [DH] libavutil/ppc/float_dsp_altivec.c
-
11 septembre 2014, par Tobias Rapp
ffprobe: add -show_pixel_formats option
Adds option -show_pixel_formats to ffprobe which lists all
available pixel formats with some details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- [DH] doc/ffprobe.texi
- [DH] doc/ffprobe.xsd
- [DH] ffprobe.c
-
11 septembre 2014, par Michael Niedermayer
ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters
Fixes Ticket3562
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- [DH] ffmpeg.c
- [DH] ffmpeg_filter.c