- 12 Apr, 2011 13 commits
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Sven C. Dack authored
-
Sven C. Dack authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Spotted by Reimar.
-
Carl Eugen Hoyos authored
-
James Zern authored
via the equivalent AVCodecContext::crf modifying the range allowed by options.c (0-51 -> 0-63) update configure check to require libvpx 0.9.6 (Bali) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Zern authored
via the equivalent AVCodecContext::mb_threshold Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: Not pulled due to wrong author, according to carl: Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). Fix compilation of timefilter test program. Add support for AMR-WB encoding via libvo-amrwbenc Add an AAC encoder by using the libvo-aacenc library g722: Return 8 bits per sample for g722 in av_get_bits_per_sample Conflicts: Changelog Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Aurelien Jacobs authored
-
- 11 Apr, 2011 17 commits
-
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
The "2" suffix is confusing. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Simplify. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Define the function before it is used. Simplify. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Prefer "return X ? Y : Z" over "if (x) return Y; else return Z", reduce line count. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Aurelien Jacobs authored
Signed-off-by:
Aurelien Jacobs <aurel@gnuage.org>
-
Aurelien Jacobs authored
Call this new function before decode() to replace the custom and inconsistant initialization in various decoders. This function is equivalent to avcodec_get_frame_defaults() for AVFrame. Signed-off-by:
Aurelien Jacobs <aurel@gnuage.org>
-
Diego Biurrun authored
When HAVE_7REGS was not defined these functions had an empty body causing the following warnings during compilation. In file included from libswscale/x86/yuv2rgb_mmx.c:58: libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’: libswscale/x86/yuv2rgb_template.c:412: warning: no return statement in function returning non-void libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’: libswscale/x86/yuv2rgb_template.c:457: warning: no return statement in function returning non-void Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
The printf function is forbidden in library code, but not in test programs, so #undefine the printf macro that disables the system printf function. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Change: Expected 7 arguments, but only %d found in '%s'\n to: Expected 7 arguments, but %d found in '%s'\n as the user may provide more than 7 arguments, in that case the error is not misleading.
-
Martin Storsjö authored
This fixes a failing assert in ff_raw_read_header (in fate-g722dec-1), where bits_per_coded_sample is set using this function and is required to have a positive value. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
* qatar/master: avio: add more documentation for AVIOContext. Parse sprite data for WMVP and WVP2, and decode sprites for the latter Replace outdated info on the FAQ Redefine sameq pad: fix example explanation gradfun: add notice from the MPlayer manual eval: add support for trunc, ceil, and floor functions documentation: add setdar and setsar description to filters.texi avio: document some members of AVIOContext. avio: document avio_close(). avio: cosmetics, vertically align comments. avio: cosmetics, group the reading functions. avio: cosmetics, merge all the FF_API_OLD_AVIO blocks. avio: cosmetics, move AVIOContext to start of the file. avio: update file header. os: fix OpenBSD/PowerPC compilation pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE oggdec: fix demuxing chained audio streams fix typo Conflicts: doc/filters.texi libavformat/avio.h libavutil/pixfmt.h Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2011 10 commits
-
-
Michael Niedermayer authored
This change is buggy. This reverts commit d46c9f83.
-
Stefano Sabatini authored
Mostly useful for the audio-filters branch, to make more apparent the distinction between configure_audio_filters() and configure_video_filters(). Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Mark Himsley authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
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
-
Oskar Arvidsson authored
This patch completes the high bit depth h264 decoding support. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-