]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
uses FF_ARRAY_ELEMS() where appropriate
[ffmpeg] / libavcodec / utils.c
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...
2007-07-17 Alex Beregszasziset codec_type on init
2007-07-11 Ramiro PollaRemove underscores before fcntl flags
2007-07-11 Ramiro PollaProper check for mkstemp().
2007-07-06 Janne Grunaufree thread context
2007-07-06 Stefano Sabatinime option implemented as an AVOption
2007-06-21 Stefano Sabatinisplit frame rate and frame size abbreviation into two...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-05-12 Loren Merrittfix a crash with svq1 + sse2.
2007-05-02 Nicolas Georgeadd the possibility to choose aac profile
2007-04-07 Diego Biurruntypos
2007-04-03 Michael Niedermayertypo
2007-04-03 Kamil NowosadFF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a...
2007-04-01 Michael Niedermayerindention
2007-04-01 Michael Niedermayermake AVCodec.init() optional
2007-03-24 Limin WangFix H.264 8x8 transform selection
2007-03-14 Michael Niedermayerkill 3 more av_mallocz_static()
2007-03-07 Michael Niedermayeradd a -ab with default of 64k
2007-03-07 Michael Niedermayeradd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-05 Benoit Fouetchange management of "ab" option in ffmpeg.c, so that...
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
next