summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Write sample format description within avcodec_string()Peter Ross2008-07-311-0/+5
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-261-0/+2
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-261-0/+7
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-201-0/+9
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-191-6/+6
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-191-2/+2
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-171-5/+5
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-161-0/+1
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-131-1/+1
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-111-0/+2
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-291-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-091-1/+1
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-091-1/+1
* uniformize trellis quant optionBaptiste Coudurier2008-06-091-1/+3
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-051-0/+3
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-301-54/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-291-2/+2
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-251-1/+5
* typo fixesDiego Biurrun2008-03-121-3/+3
* indentationBaptiste Coudurier2008-03-061-8/+8
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-061-1/+1
* define BI frame type along with other frame typesAurelien Jacobs2008-03-051-0/+1
* cosmetic: alignAurelien Jacobs2008-03-051-1/+1
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-7/+6
* floating point AAN IDCTMichael Niedermayer2008-02-261-0/+1
* Fix bug I introduced in r11962.Vitor Sessak2008-02-241-1/+1
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-221-8/+1
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-151-17/+19
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-111-1/+2
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-021-3/+3
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-011-1/+1
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+4
* improve CRC APIAurelien Jacobs2008-01-041-12/+0
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-251-1/+1
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-201-0/+1
* use av_log_get/set_level()Måns Rullgård2007-12-121-1/+1
* av_*_next() API for libavcodecMichael Niedermayer2007-12-121-0/+5
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-031-1/+1
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-251-0/+2
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-181-0/+9
* oops, revert unrelated changeLoren Merritt2007-09-271-1/+1
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-271-1/+1
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-241-2/+1
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-5/+7
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-231-0/+1
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-191-3/+3
OpenPOWER on IntegriCloud