- 26 Jun, 2012 12 commits
-
-
Nicolas George authored
This reverts commit fd91a3ec. The bug it introduced has been fixed.
-
Nicolas George authored
-
Nicolas George authored
-
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()).
-
Nicolas George authored
This reverts commit 82992604. It breaks shared builds on x86_64.
-
Nicolas George authored
This reverts commit 8725da49. Necerrary to revert 82992604.
-
Stefano Sabatini authored
Will help factorization with the pending -af patch, and add some checks missing in the original code.
-
Stefano Sabatini authored
It was deprecated and removed after the recent 2->3 major bump.
-
Stefano Sabatini authored
It was deprecated since a long time and removed after the 2->3 major bump.
-
Stefano Sabatini authored
-
Carl Eugen Hoyos authored
Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
Reviewed-by: Paul B Mahol
-
- 25 Jun, 2012 26 commits
-
-
Michael Niedermayer authored
* qatar/master: log: Include io.h on windows lavr: x86: merge some branches x86: cpu: whitespace (mostly) cosmetics x86: fft: win64: fix stack alignment for memcpy() call Conflicts: libavutil/log.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
yang authored
Fixes Ticket1466 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Prevents out of array write. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket1397 Found-by: Piotr Bandurski <ami_stuff@o2.pl> 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>
-
Stefano Sabatini authored
Simplify code.
-
Stefano Sabatini authored
Also show them in a more parsable/consistent fashion.
-
Stefano Sabatini authored
Group lavfi headers together, slightly improve readability.
-
Ronald S. Bultje authored
This is required for isatty, which exists on MSVC and is found by configure, but is provided by io.h instead of unistd.h. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Carl Eugen Hoyos authored
-
Justin Ruggles authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Mans Rullgard authored
This adds whitespace around operators, aligns line continuation backslashes, and breaks long lines. Also fixes an ifdef halfway through a statement. The one line of duplication this saved is not worth the ugliness. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
* qatar/master: wtv: Check the return value from gmtime x86: fft: convert sse inline asm to yasm x86: place some inline asm under #if HAVE_INLINE_ASM Conflicts: libavcodec/x86/fft_sse.c libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Mans Rullgard authored
-
Martin Storsjö authored
On MSVC, gmtime returns NULL for values outside of their supported range (and these show up in our fate test). This doesn't seem to affect the actual fate test result. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
-
Ronald S. Bultje authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Deprecate functions: avfilter_fill_frame_from_buffer_ref avfilter_fill_frame_from_audio_buffer_ref avfilter_fill_frame_from_video_buffer_ref and schedule to drop them at the next API major bump. The function avfilter_copy_buf_props() should be used instead.
-
Stefano Sabatini authored
libavfilter API was designed in order to be clarly distinguished from the libavcodec API, including avcodec.h in avfilter.h is not going to help to stick to this principle. The inclusion of libavutil/audioconvert.h in many files was required because avcodec.h includes audioconvert.h. libavfilter/avcodec.h is where the lavc/lavfi interface should be entirely placed.
-
Stefano Sabatini authored
version.h seems the right place for FF_API_ definitions.
-
Michael Niedermayer authored
this matches sox and should fix ticket1119 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Hardly anyone would want 8bit today, 16bit is a much more reasonable default. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jun, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-