summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* improve CRC APIAurelien Jacobs2008-01-04
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-25
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* use av_log_get/set_level()Måns Rullgård2007-12-12
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-03
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-18
* oops, revert unrelated changeLoren Merritt2007-09-27
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-27
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
* ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer2007-08-10
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-20
* Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.Panagiotis Issaris2007-07-20
* set codec_type on initAlex Beregszaszi2007-07-17
* Remove underscores before fcntl flagsRamiro Polla2007-07-11
* Proper check for mkstemp().Ramiro Polla2007-07-11
* free thread contextJanne Grunau2007-07-06