summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* me option implemented as an AVOptionStefano Sabatini2007-07-06
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-21
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* fix a crash with svq1 + sse2.Loren Merritt2007-05-12
* add the possibility to choose aac profileNicolas George2007-05-02
* typosDiego Biurrun2007-04-07
* typoMichael Niedermayer2007-04-03
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-03
* indentionMichael Niedermayer2007-04-01
* make AVCodec.init() optionalMichael Niedermayer2007-04-01
* Fix H.264 8x8 transform selectionLimin Wang2007-03-24
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
* add a -ab with default of 64kMichael Niedermayer2007-03-07
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-07
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-23
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
* Fix typo.Panagiotis Issaris2007-02-22