26155 Commits (0795b861742eb244737cb15a544bb6d81f98c260)
 

Author SHA1 Message Date
Måns Rullgård 0795b86174 avassert: add missing #include <stdlib.h> 14 years ago
Måns Rullgård f23ceeb84d avassert: prettify macro 14 years ago
Måns Rullgård b64b4134d5 Rename libavutil/assert.h to avassert.h 14 years ago
Michael Niedermayer 8a47d90b29 Fix av_cmp_q() with negative denominators. 14 years ago
Tomas Härdin 0f4cd732f1 Add myself as maintainer of lxfdec.c 14 years ago
Tomas Härdin 8878e3b21b Add demuxer for LXF (Leitch/Harris' VR native stream format) 14 years ago
Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 14 years ago
Michael Niedermayer c619572a7b Fix a typo in the nameing of av_assert0() in currently not compiled code. 14 years ago
Michael Niedermayer b926b6282d av_assert() system. 14 years ago
Aurelien Jacobs 59b4e5ba49 add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag 14 years ago
Aurelien Jacobs 838dc131f1 add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 14 years ago
Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 14 years ago
Stefano Sabatini ab3efd0077 Return AVERROR(EINVAL) rather than -1 in case of invalid values. 14 years ago
Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 14 years ago
Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 14 years ago
Baptiste Coudurier d8e456400e Correct tag is m2v1 14 years ago
Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 14 years ago
Niobos e2f0214a0b Fix a yuv420p sample that was incorrectly detected as yuv411p 14 years ago
Stefano Sabatini f3f5eb6e70 Document url_filesize(). 14 years ago
Stefano Sabatini 0a216bd1dd Make register_protocol() use the function av_register_protocol2() 14 years ago
Michael Niedermayer 0093ebc20a User application side of Codec specific parameters. 14 years ago
Stefano Sabatini f34fcdc8b6 Set default values for the scale context in sws_alloc_context(). 14 years ago
Stefano Sabatini e60c906a82 Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. 14 years ago
Stefano Sabatini 6d21d67b38 Set valid default values for the srcw, srch, dstw, dsth options in the 14 years ago
Stefano Sabatini 584b8edb99 Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2(). 14 years ago
Baptiste Coudurier 826481ea91 Remove duplicate entries 14 years ago
Baptiste Coudurier 3432c26319 Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osx 14 years ago
Ronald S. Bultje a52ffc3f54 Move static inline function to a macro, so that constant propagation in 14 years ago
Stefano Sabatini fc7c40c2bd Cosmetics: put "if (...)" and "av_log(...)" in the same line for 14 years ago
Alexander Strange 1bb56bdb41 rawdec: Properly pass reordered_opaque through the decoder 14 years ago
Ronald S. Bultje 3dedbeff7b Check return value of get_chunk_header(). Since enum can be unsigned, the 14 years ago
Eli Friedman 329d689f75 Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speed 14 years ago
Michael Niedermayer 77336a5e12 Allow setting the impulse block bias for libvorbis through a private codec parameter. 14 years ago
Michael Niedermayer dc51a72ba4 Move allocation and init to defaults of the private codec contexts to avcodec_get_context_defaults3(). 14 years ago
Ronald S. Bultje cd17285e6c Merge b_idx and edge variables, and optimize the ASM to directly load variables 14 years ago
Ronald S. Bultje 0cc8a5d088 Remove mv_mask variable. Replace the related pand -1/0 instructions by either 14 years ago
Ronald S. Bultje c0673f2cf4 Remove d_idx as a variable, and instead load it as a constant in the asm. 14 years ago
Ronald S. Bultje 2c3135f6d3 Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid 14 years ago
Ronald S. Bultje 4b81511cab Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows 14 years ago
Stefano Sabatini d29e863e1d Put if (...) av_log() in the same line, more compact and increase 14 years ago
Stefano Sabatini 5abd626e20 Amend constraints for the src_format and dst_format options in the 14 years ago
Alexander Strange 5ba24e4982 Fix compile on Darwin (FATE). Compile error: 14 years ago
Michael Niedermayer 655c36b22f Add AVClass for the private context, this will be used for codec specific options. 14 years ago
Stefano Sabatini c24b404ba6 Cosmetics: fix braces placement. 14 years ago
Stefano Sabatini 0810a5846b Deprecate sws_getContext(), use sws_alloc_context() and 14 years ago
Stefano Sabatini 499287e0a5 Add documentation for the returned value of sws_init_context(). 14 years ago
Stefano Sabatini c581279347 Add APIchanges entry for lsws change of r32368. 14 years ago
Stefano Sabatini c508ab6736 Bump minor version after the addition of sws_alloc_context() and 14 years ago
Stefano Sabatini c10676aca3 Make init() return sensible error code rather than -1 in case of 14 years ago
Stefano Sabatini 46daee6e4e Cosmetics: apply nits. 14 years ago