aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* change extradata format for vorbisMåns Rullgård2005-05-131-0/+14
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-071-0/+19
* switch to native time basesMichael Niedermayer2005-04-301-3/+8
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-251-1/+1
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-0/+1
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-12/+0
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-021-2/+2
* make keyframe default for AVFramesMichael Niedermayer2005-02-011-0/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+9
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-121-1/+1
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-2/+32
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-091-0/+6
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+23
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-0/+20
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge...François Revol2004-11-211-1/+1
* stride align cleanupMichael Niedermayer2004-10-261-8/+3
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-221-0/+1
* infinte recursion fixMichael Niedermayer2004-10-181-1/+1
* do not call (av_)abort()Michael Niedermayer2004-10-011-1/+2
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-0/+13
* av_rescale with user specified roundingMichael Niedermayer2004-09-191-8/+16
* changing size segfault fixMichael Niedermayer2004-09-151-2/+2
* Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer2004-08-131-1/+1
* user overrideable level & profileMichael Niedermayer2004-08-131-0/+2
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-251-0/+2
* simplifyMichael Niedermayer2004-07-141-39/+26
* Force alignement for rpza and smcRoberto Togni2004-06-271-0/+10
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-12/+13
* avcodec_find is in no header file, and appearently not used or very usefull s...Michael Niedermayer2004-05-251-1/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-0/+2
* dummy avcodec_thread_init() to avoid linking issuesMichael Niedermayer2004-05-101-0/+5
* use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer2004-05-041-11/+15
* simplifyMichael Niedermayer2004-04-301-11/+5
* cleanup & memleak fixMichael Niedermayer2004-04-301-1/+4
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-221-3/+2
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-211-25/+19
* silence warningsIvan Kalvachev2004-03-041-1/+1
* av_log() cleanupMichael Niedermayer2004-03-031-14/+15
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-15/+22
* macrofree av_freep()Michael Niedermayer2004-03-031-2/+6
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-2/+14
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-221-0/+2
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-0/+12
* ppc chroma mess workaround (real bug is that the motion compensation code ass...Michael Niedermayer2004-02-121-1/+2
* tiny warning fixFalk Hüffner2004-02-011-1/+1
* segfault fixMichael Niedermayer2004-01-231-1/+1
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* 10lMichael Niedermayer2004-01-051-0/+1