summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* update x264 wrapper.Robert Swain2005-12-29
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
* bidir refine supportMichael Niedermayer2005-12-23
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* typoMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* default_get_buffer() cleanupMichael Niedermayer2005-12-02
* Typo fixGuillaume Poirier2005-11-02
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
* the people want lower case ...Michael Niedermayer2005-09-12
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* AVOption first tryMichael Niedermayer2005-09-06
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-03
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s...Burkhard Plaum2005-08-21
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-25
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-19
* check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer2005-07-14
* spelling fixesDiego Biurrun2005-06-17
* subtitle codec type supportFabrice Bellard2005-06-03
* AV_LOG_DEBUG is not a good default ...Michael Niedermayer2005-05-26
* change extradata format for vorbisMåns Rullgård2005-05-13
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-07
* switch to native time basesMichael Niedermayer2005-04-30
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-25
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-02
* make keyframe default for AVFramesMichael Niedermayer2005-02-01
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-12
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-09
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge...François Revol2004-11-21
* stride align cleanupMichael Niedermayer2004-10-26
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
* infinte recursion fixMichael Niedermayer2004-10-18
* do not call (av_)abort()Michael Niedermayer2004-10-01