summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* av_rescale with user specified roundingMichael Niedermayer2004-09-19
* changing size segfault fixMichael Niedermayer2004-09-15
* Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer2004-08-13
* user overrideable level & profileMichael Niedermayer2004-08-13
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-25
* simplifyMichael Niedermayer2004-07-14
* Force alignement for rpza and smcRoberto Togni2004-06-27
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
* avcodec_find is in no header file, and appearently not used or very usefull s...Michael Niedermayer2004-05-25
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* dummy avcodec_thread_init() to avoid linking issuesMichael Niedermayer2004-05-10
* use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer2004-05-04
* simplifyMichael Niedermayer2004-04-30
* cleanup & memleak fixMichael Niedermayer2004-04-30
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-22
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
* silence warningsIvan Kalvachev2004-03-04
* av_log() cleanupMichael Niedermayer2004-03-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* macrofree av_freep()Michael Niedermayer2004-03-03
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* ppc chroma mess workaround (real bug is that the motion compensation code ass...Michael Niedermayer2004-02-12
* tiny warning fixFalk Hüffner2004-02-01
* segfault fixMichael Niedermayer2004-01-23
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* 10lMichael Niedermayer2004-01-05