]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
aacenc: 10l, missed a reference when refactoring the psymodel.
[ffmpeg] / libavcodec / utils.c
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.
2008-08-29 Peter RossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-20 Michael NiedermayerProvide a simpler way for the user to reorder her times...
2008-08-19 Peter RossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 Peter RossAdd SAMPLE_FMT_DBL.
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-08-16 Michael NiedermayerRevert r14260
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-10 Justin RugglesAdd a generic function to lavc to log messages about...
2008-08-04 Peter RossMake avcodec_string() and av_get_bits_per_sample()...
2008-07-31 Peter RossWrite sample format description within avcodec_string()
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-26 Alexander StrangeAdd a new -debug option for tracing calls to the defaul...
2008-07-20 Michael NiedermayerAdd skip* AVOptions, which seem to have been missed.
2008-07-19 Michael NiedermayerMake strict_std_compliance available to decoders.
2008-07-19 Michael NiedermayerMake the ugly hack which uses an unused entry in the...
2008-07-17 Michael Niedermayer100l, someone used FLT_MIN where -FLT_MAX was meant...
2008-07-16 Stefano SabatiniFree in avcodec_close() avctx->rc_eq. Fix a memory...
2008-07-13 Stefano Sabatinistrdup() the default value for rc_eq in AVCodec when...
2008-07-11 Andreas ÖmanDeprecate avcodec_build(), it returns the same value as
2008-06-29 Laurent DesnoguesAdd command line support for '-idct simplearmv6'.
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-09 Baptiste Coudurierenable global_header flag for audio and video encoding...
2008-06-09 Baptiste Coudurierrevert wrong part of r13722 commit
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-29 Michael NiedermayerFix closed gop flag disapearence.
2008-03-25 Michael NiedermayerFix possible heap overflow caused by av_fast_realloc()
2008-03-12 Diego Biurruntypo fixes
2008-03-06 Baptiste Coudurierindentation
2008-03-06 Baptiste Coudurierdo not display par and dar if not available
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-05 Aurelien Jacobsdefine BI frame type along with other frame types
2008-03-05 Aurelien Jacobscosmetic: align
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2008-02-24 Vitor SessakFix bug I introduced in r11962.
2008-02-22 Michael NiedermayerRemove apparently unneeded and buggy align.
2008-02-15 Vitor SessakSimplify avcodec_default_get_buffer()
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-02 Michael NiedermayerMake avcodec_decode_* functions take const input buffers.
2008-02-01 Michael Niedermayerone "cast discards qualifiers from pointer target type...
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-12-25 Reimar DöffingerCheck for avcodec_open codec parameter == NULL and...
2007-12-20 Justin RugglesAdd option for user to scale the amount of dynamic...
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-12-03 Michael Niedermayermake rc_buffer_size apply to audio as well
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-10-18 Michel BardiauxPrint pixel and display aspect ratios
2007-09-27 Loren Merrittoops, revert unrelated change
2007-09-27 Loren Merrittunroll encode_residual_lpc(). speedup varies between...
2007-09-24 Kostya ShishkovRemove check for input buffer size as it does not guara...
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-08-23 Reimar DöffingerAdd request_channels member to AVCodecContext so we...
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-13 David ConradAdd av_get_bits_per_sample_format()
2007-08-10 Michael Niedermayerensure that default_get_buffer() doesnt reuse images...
2007-07-20 Panagiotis IssarisReturn AVERROR(EINVAL) when invalid width and/or height...
2007-07-20 Panagiotis IssarisReturn AVERROR(ENOMEM) on memory allocation failure...
next