summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-5/+5
* Add av_get_bits_per_sample_format()David Conrad2007-08-131-0/+16
* ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer2007-08-101-0/+12
* Return AVERROR(EINVAL) when invalid width and/or height are specified toPanagiotis Issaris2007-07-201-0/+1
* Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.Panagiotis Issaris2007-07-201-1/+3
* set codec_type on initAlex Beregszaszi2007-07-171-0/+1
* Remove underscores before fcntl flagsRamiro Polla2007-07-111-1/+1
* Proper check for mkstemp().Ramiro Polla2007-07-111-3/+3
* free thread contextJanne Grunau2007-07-061-0/+2
* me option implemented as an AVOptionStefano Sabatini2007-07-061-0/+12
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-211-49/+65
* misc spelling fixesDiego Biurrun2007-06-121-4/+4
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-121-0/+110
* fix a crash with svq1 + sse2.Loren Merritt2007-05-121-0/+2
* add the possibility to choose aac profileNicolas George2007-05-021-0/+4
* typosDiego Biurrun2007-04-071-2/+2
* typoMichael Niedermayer2007-04-031-1/+1
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-031-0/+3
* indentionMichael Niedermayer2007-04-011-6/+6
* make AVCodec.init() optionalMichael Niedermayer2007-04-011-0/+2
OpenPOWER on IntegriCloud