summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Revert r14260Michael Niedermayer2008-08-16
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
* Make avcodec_string() and av_get_bits_per_sample() report the sample size for...Peter Ross2008-08-04
* Write sample format description within avcodec_string()Peter Ross2008-07-31
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-26
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-20
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-19
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-19
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-17
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-16
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
* Deprecate avcodec_build(), it returns the same value asAndreas Ă–man2008-07-11
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-29
* mark read-only data as constStefan Gehrer2008-06-24
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-09
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
* typo fixesDiego Biurrun2008-03-12
* indentationBaptiste Coudurier2008-03-06
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
* cosmetic: alignAurelien Jacobs2008-03-05
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* floating point AAN IDCTMichael Niedermayer2008-02-26
* Fix bug I introduced in r11962.Vitor Sessak2008-02-24
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-22
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-15
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-01