summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-261-1/+33
* Add cr codec capability and buffer hintsRoberto Togni2003-11-071-0/+1
* only add prefix after \nMichael Niedermayer2003-11-031-1/+6
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-0/+51
* initalize various uninitalized variables and avoid coded_picture_number as it...Michael Niedermayer2003-10-301-8/+13
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-301-0/+1
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler...Fabrice Bellard2003-10-291-0/+8
* use continued fractions to approximate a fraction if its numerator or denomin...Michael Niedermayer2003-10-201-14/+26
* AVRationalMichael Niedermayer2003-10-201-0/+1
* * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGERoman Shaposhnik2003-10-161-1/+1
* default_get_buffer() fixesMichael Niedermayer2003-10-151-12/+52
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-071-0/+2
* detect avcodec_open() on an already opened AVCodecContextMichael Niedermayer2003-09-101-0/+3
* removed warningsFabrice Bellard2003-09-091-0/+1
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-081-0/+6
* cleanup / fixesMichael Niedermayer2003-08-051-0/+1
* rate distortion mb decision supportMichael Niedermayer2003-07-291-1/+1
* AVCodec.flush()Michael Niedermayer2003-07-171-31/+5
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+1
* rgb15 & rgb16 fixMichael Niedermayer2003-05-301-1/+2
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+1
* cleanupMichael Niedermayer2003-05-141-0/+12
* 100l (document buffer padding requirements)Michael Niedermayer2003-05-121-3/+9
* 10lMichael Niedermayer2003-04-251-2/+2
OpenPOWER on IntegriCloud