]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/utils.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / utils.c
2009-04-23 stefanoMake avcodec_thread_init() set the thread count, even...
2009-04-22 michaelUpdate safety check as the maximum pixel size is no...
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-10 michaelMake sure mpeg2 has its height rounded up to 32 as...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-01 gbAdd 16cif video frame size abbreviation. i.e. -s alias...
2009-03-19 reimarFix indentation after r18047.
2009-03-19 reimarChange linesize alignment method to ensure that linesiz...
2009-02-24 michaelff_find_hwaccel()
2009-02-24 michaelav_hwaccel_next() by Gwenole Beauchesne.
2009-02-24 michaelav_register_hwaccel() from Gwenole Beauchesne.
2009-02-23 reimarCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-09 superdumpCheck that there are subtitle rects to encode in avcode...
2009-02-09 superdumpCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-08 bcoudurierremove only one warning
2009-02-08 bcoudurierremove useless cast, it does not remove warning, encode...
2009-02-06 stefanoDrop the deprecated function register_avcodec() at...
2009-02-06 stefanoRename register_avcodec() as avcodec_register() and...
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-16 benoitSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 michaelRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
2009-01-10 stefanoMove the AVCodecContext options definition to a dedicat...
2008-12-26 benoits/FFmpeg-devel/ffmpeg-devel/
2008-12-25 diegoChange mplayerhq.hu references to ffmpeg.org where...
2008-12-15 mruARM: NEON optimised simple_idct
2008-12-14 stefanoMake register_avcodec() call avcodec_init().
2008-12-14 stefanoUse a more explicit "codec" rather than "format" as...
2008-12-08 stefanoMake av_log_missing_feature an internal function, and...
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-05 diegoAdd missing #include "libavutil/avstring.h", fixes
2008-11-01 prossAdd audio channel layout API to libavcodec.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-08 aurelallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-04 lu_zeroMark list heads static. Patch by Diego Pettenò
2008-10-02 gpoirierx264 has removed the b-rdo and bime options, and instea...
2008-09-30 michaelAllocate 1 line more in the chroma plane for H.264...
2008-09-30 michaelReplace second (and wrong) call to avcodec_align_dimens...
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-28 stefanoDocument the directpred auto value.
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-08 michaelRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 michaelDrop deprecated SAMPLE_FMT_S24.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-29 prossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 prossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-20 michaelProvide a simpler way for the user to reorder her times...
2008-08-19 prossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 prossAdd SAMPLE_FMT_DBL.
2008-08-16 michaelFix rc_eq mem leak.
2008-08-16 michaelRevert r14260
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-08-10 superdumpAdd a generic function to lavc to log messages about...
2008-08-04 prossMake avcodec_string() and av_get_bits_per_sample()...
2008-07-31 prossWrite sample format description within avcodec_string()
2008-07-26 prossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-26 astrangeAdd a new -debug option for tracing calls to the defaul...
2008-07-20 michaelAdd skip* AVOptions, which seem to have been missed.
2008-07-19 michaelMake strict_std_compliance avaialable to decoders.
2008-07-19 michaelMake the ugly hack which uses an unused entry in the...
2008-07-17 michael100l, someone used FLT_MIN where -FLT_MAX was meant...
2008-07-16 stefanoFree in avcodec_close() avctx->rc_eq. Fix a memory...
2008-07-13 stefanostrdup() the default value for rc_eq in AVCodec when...
2008-07-11 andomaDeprecate avcodec_build(), it returns the same value as
2008-06-29 diegoAdd command line support for '-idct simplearmv6'.
2008-06-24 stefangmark read-only data as const
2008-06-09 bcoudurierenable global_header flag for audio and video encoding...
2008-06-09 bcoudurierrevert wrong part of r13722 commit
2008-06-09 bcoudurieruniformize trellis quant option
2008-06-05 bcoudurieradd esa/dia compat me options and new tesa for libx264
2008-05-30 michaelMove *_static to bitstream.c which is the only file...
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-29 michaelFix closed gop flag disapearence.
2008-03-25 michaelFix possible heap overflow caused by av_fast_realloc()
2008-03-12 diegotypo fixes
2008-03-06 bcoudurierindentation
2008-03-06 bcoudurierdo not display par and dar if not available
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-03-05 aureldefine BI frame type along with other frame types
2008-03-05 aurelcosmetic: align
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-02-26 michaelfloating point AAN IDCT
2008-02-24 vitorFix bug I introduced in r11962.
2008-02-22 michaelRemove apparently unneeded and buggy align.
2008-02-15 vitorSimplify avcodec_default_get_buffer()
2008-02-13 diegotypo fix: inited --> initialized
2008-02-11 andomaAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-02 michaelMake avcodec_decode_* functions take const input buffers.
2008-02-01 michaelone "cast discards qualifiers from pointer target type...
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-04 aurelimprove CRC API
2007-12-25 reimarCheck for avcodec_open codec parameter == NULL and...
2007-12-20 jbrAdd option for user to scale the amount of dynamic...
next