summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-311-2/+3
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-118/+5
* 100l, change avsubtitle_free to the actually tested and working version.Reimar Döffinger2010-07-111-8/+8
* Add avsubtitle_free function.Reimar Döffinger2010-07-111-0/+20
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+7
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-061-43/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-021-11/+3
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-021-0/+15
* Cosmetics : Fix typo.Jai Menon2010-05-271-1/+1
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-261-4/+8
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-181-0/+8
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-121-0/+1
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-251-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Factorize code in get_bit_rate().Stefano Sabatini2010-04-131-9/+3
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-061-1/+1
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-011-0/+5
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-11/+11
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-281-2/+2
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-281-0/+1
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-271-14/+33
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-201-0/+2
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-121-1/+3
* More av_cold for infrequently called functions.Zuxy Meng2010-01-131-1/+1
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-091-0/+6
* 100l: Fix compilation after r21037.Carl Eugen Hoyos2010-01-061-1/+1
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-061-0/+3
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-141-1/+3
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-211-44/+30
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-201-1/+3
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer2009-11-101-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-19/+0
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-131-0/+2
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-0/+10
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-011-0/+5
* Make sure priv_data is freed and codec is set to NULL in case of failure of a...Michael Niedermayer2009-09-231-6/+7
* Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer2009-09-221-1/+4
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-201-2/+3
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-161-1/+3
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-3/+3
* Set AV_PKT_FLAG_KEY in avcodec_decode_video.Reimar Döffinger2009-06-031-0/+2
* Add a lock manager API to libavcodec.Andreas Öman2009-05-311-0/+40
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-5/+3
* Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini2009-04-231-0/+1
* Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer2009-04-221-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-0/+11
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-101-0/+2
OpenPOWER on IntegriCloud