]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
Remove use of the deprecated function avcodec_check_dimensions(), use
[ffmpeg] / libavcodec / utils.c
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-06 Stefano SabatiniDeprecate avcodec_check_dimensions() in favor of the...
2010-07-31 Stefano SabatiniUse av_fill_image_pointers/linesizes in place of ff_fil...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-11 Reimar Döffinger100l, change avsubtitle_free to the actually tested...
2010-07-11 Reimar DöffingerAdd avsubtitle_free function.
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-07-06 Måns RullgårdMove av_tempfile() to libxvidff.c as only the xvid...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-02 Stefano SabatiniMake avcodec_string() use av_get_codec_tag_string().
2010-06-02 Stefano SabatiniImplement av_get_codec_tag_string() and use it in ffprobe.
2010-05-27 Jai MenonCosmetics : Fix typo.
2010-05-26 Janne GrunauAdd CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-12 Reimar DöffingerSet coded_frame to NULL when closing a codec, since...
2010-04-25 Stefano SabatiniMake avcodec_check_dimensions() return AVERROR(EINVAL...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-13 Stefano SabatiniFactorize code in get_bit_rate().
2010-04-06 Craig ThomassonFix segfault when encoder initialization fails.
2010-04-01 Bobby BinghamAdd function to export EDGE_WIDTH from libavcodec.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-28 Carl Eugen HoyosMake av_get_bit_rate() static and remove av_, the funct...
2010-02-28 Carl Eugen HoyosInclude libxvid_internal.h: It contains the prototype...
2010-02-27 Reimar DöffingerFix avcodec_align_dimensions to return values suitably...
2010-02-20 Vitor SessakFree encoder extradata in avcodec_close(). Should fix...
2010-02-12 David ConradSpecial case VP5/6 chroma alignment on x86 as well
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-06 Carl Eugen Hoyos100l: Fix compilation after r21037.
2010-01-06 Daniel VerkampHandle more ADPCM codecs in av_get_bits_per_sample().
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-14 Michael NiedermayerSet reordered_opaque in default_reget_buffer() with...
2009-11-21 Robert KrügerFactorize av_get_bit_rate (for future use outside of...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-10 Michael NiedermayerAdd a NULL pointer check to avcodec_close() this should...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-10-13 Reimar DöffingerPrint a warning message when avcodec_default_free_buffe...
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-10-01 Reimar DöffingerMake avcodec_open set codec_id and codec_type if they...
2009-09-23 Michael NiedermayerMake sure priv_data is freed and codec is set to NULL...
2009-09-22 Michael NiedermayerCheck codec_id and codec_type in avcodec_open(), based...
2009-09-20 Diego BiurrunAdd parentheses to logical expression to avoid the...
2009-09-16 Peter Rossperform sanity check on number of audio channels in...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-06-03 Reimar DöffingerSet AV_PKT_FLAG_KEY in avcodec_decode_video.
2009-05-31 Andreas ÖmanAdd a lock manager API to libavcodec.
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-04-23 Stefano SabatiniMake avcodec_thread_init() set the thread count, even...
2009-04-22 Michael NiedermayerUpdate safety check as the maximum pixel size is no...
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-10 Michael NiedermayerMake sure mpeg2 has its height rounded up to 32 as...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-01 Gwenole BeauchesneAdd 16cif video frame size abbreviation. i.e. -s alias...
2009-03-19 Reimar DöffingerFix indentation after r18047.
2009-03-19 Reimar DöffingerChange linesize alignment method to ensure that linesiz...
2009-02-24 Michael Niedermayerff_find_hwaccel()
2009-02-24 Michael Niedermayerav_hwaccel_next() by Gwenole Beauchesne.
2009-02-24 Michael Niedermayerav_register_hwaccel() from Gwenole Beauchesne.
2009-02-23 Reimar DöffingerCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-09 Björn AxelssonCheck that there are subtitle rects to encode in avcode...
2009-02-09 Björn AxelssonCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-08 Baptiste CoudurierRemove 'const' qualifier from variable in av_parse_vide...
2009-02-08 Baptiste Coudurierremove useless cast, it does not remove warning, encode...
2009-02-06 Stefano SabatiniDrop the deprecated function register_avcodec() at...
2009-02-06 Stefano SabatiniRename register_avcodec() as avcodec_register() and...
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-16 Kenan GilletSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Michael NiedermayerRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...
2008-12-26 Benoit Fouets/FFmpeg-devel/ffmpeg-devel/
2008-12-25 Diego BiurrunChange mplayerhq.hu references to ffmpeg.org where...
2008-12-15 Måns RullgårdARM: NEON optimised simple_idct
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Stefano SabatiniUse a more explicit "codec" rather than "format" as...
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-11-29 Baptiste CoudurierImplement the fields rc_max_available_vbv_use and
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-05 Diego BiurrunAdd missing #include "libavutil/avstring.h", fixes
2008-11-01 Peter RossAdd audio channel layout API to libavcodec.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-08 Aurelien Jacobsallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-04 Diego PettenòMark list heads static. Patch by Diego Pettenò
2008-10-02 Jason Garrett-Glaserx264 has removed the b-rdo and bime options, and instea...
2008-09-30 Michael NiedermayerAllocate 1 line more in the chroma plane for H.264...
2008-09-30 Michael NiedermayerReplace second (and wrong) call to avcodec_align_dimens...
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-28 Francesco CosoletoDocument the directpred auto value.
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-08 Michael NiedermayerRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-29 Peter RossAdd AVCodecContext.bits_per_raw_sample field.
next