431 Commits (03f0d1757568611c9150103c445e647d09149f70)

Author SHA1 Message Date
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini ab0b53786b Make avcodec_string() use av_get_codec_tag_string(). 15 years ago
Stefano Sabatini 7e566bbe6c Implement av_get_codec_tag_string() and use it in ffprobe. 15 years ago
Jai Menon 3491a9b266 Cosmetics : Fix typo. 15 years ago
Janne Grunau 93ebfeea90 Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. 15 years ago
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Reimar Döffinger b3ab319944 Set coded_frame to NULL when closing a codec, since it might 15 years ago
Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 4563cf247d Factorize code in get_bit_rate(). 15 years ago
Craig Thomasson 77a670e796 Fix segfault when encoder initialization fails. 15 years ago
Bobby Bingham 0fb49b597b Add function to export EDGE_WIDTH from libavcodec. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos 406aa93fd0 Make av_get_bit_rate() static and remove av_, the function is only used 15 years ago
Carl Eugen Hoyos 88f83607b6 Include libxvid_internal.h: It contains the prototype for av_tempfile(). 15 years ago
Reimar Döffinger eb285cfe8e Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding 15 years ago
Vitor Sessak c4f267ab75 Free encoder extradata in avcodec_close(). Should fix several small memory 15 years ago
David Conrad b7098cc153 Special case VP5/6 chroma alignment on x86 as well 15 years ago
Zuxy Meng 0752cd39d2 More av_cold for infrequently called functions. 15 years ago
Michael Niedermayer c46eeae2a8 Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 years ago
Carl Eugen Hoyos 07f2a575c5 100l: Fix compilation after r21037. 15 years ago
Daniel Verkamp 9df9b810c5 Handle more ADPCM codecs in av_get_bits_per_sample(). 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Michael Niedermayer b8af4fe9a5 Set reordered_opaque in default_reget_buffer() with internal buffers. 15 years ago
Robert Krüger ce34ff6b45 Factorize av_get_bit_rate (for future use outside of libavcodec). 15 years ago
Michael Niedermayer 98c82d6910 Allocate pictures with enough padding for jpeg. 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Michael Niedermayer dccda293a0 Add a NULL pointer check to avcodec_close() this should prevent a segfault 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Reimar Döffinger ea09f69194 Print a warning message when avcodec_default_free_buffers finds unreleased 15 years ago
Reimar Döffinger 8d23a86f33 Add an execute2 function that is more flexible and allows to use parallel 15 years ago
Reimar Döffinger 681c180dc4 Make avcodec_open set codec_id and codec_type if they haven't been set. 15 years ago
Michael Niedermayer 2a9b5c9b42 Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). 15 years ago
Michael Niedermayer 4c0dda2b3f Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome 15 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 15 years ago
Peter Ross fa77dd639d perform sanity check on number of audio channels in avcodec_open() 15 years ago
Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
Reimar Döffinger 10f9ff9bf6 Set AV_PKT_FLAG_KEY in avcodec_decode_video. 16 years ago
Andreas Öman f988ce6cad Add a lock manager API to libavcodec. 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini 2e418f5ed8 Make avcodec_thread_init() set the thread count, even in the case when 16 years ago
Michael Niedermayer 445f0a8b66 Update safety check as the maximum pixel size is no longer 4. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Michael Niedermayer c81185a183 Make sure mpeg2 has its height rounded up to 32 as that is needed 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Gwenole Beauchesne 41913a35b0 Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. 16 years ago
Reimar Döffinger 45bae968a9 Fix indentation after r18047. 16 years ago
Reimar Döffinger c9d6e84778 Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] 16 years ago
Michael Niedermayer 6059f13cad ff_find_hwaccel() 16 years ago
Michael Niedermayer 414d9d7f2e av_hwaccel_next() by Gwenole Beauchesne. 16 years ago