summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* memory functions are exportedFabrice Bellard2002-06-11
* put codec registering in another file so that the user can install the codecs...Fabrice Bellard2002-06-11
* put memory functions in a separate file so that the user can redefinite them ...Fabrice Bellard2002-06-11
* added installlib target to install static libraries and includesFabrice Bellard2002-06-11
* do not export internal functions - use stdint.hFabrice Bellard2002-06-11
* optimized ticker_tick() if num is big - please test it (should reduce CPU usa...Fabrice Bellard2002-06-11
* * Add code to restart ffmpeg if it crashesPhilip Gladstone2002-06-10
* grayscale only encodingMichael Niedermayer2002-06-09
* passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer2002-06-09
* grayscale only decodingMichael Niedermayer2002-06-09
* in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"Felix Bünemann2002-06-07
* fixed multiple allocation bugFabrice Bellard2002-06-06
* fixed case where abs_level > MAX_LEVELFabrice Bellard2002-06-06
* optimizing MPV_decode_mbMichael Niedermayer2002-06-05
* added ff_idct_put/addFabrice Bellard2002-06-05
* added inlined put/add functionsFabrice Bellard2002-06-05
* use ff_idct_put/add()Fabrice Bellard2002-06-05
* use ff_idct_put()Fabrice Bellard2002-06-05
* use a local dir for testsFabrice Bellard2002-06-05
* removed unused code - began to merge alpha specific stuff - added mac macros ...Fabrice Bellard2002-06-05
* * Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone2002-06-05
* Add the copyright/comment/author/title keywordsPhilip Gladstone2002-06-05
* * Add the comment block if any of the comment fields are present.Philip Gladstone2002-06-05
* * Give the max stream time configuration item a chance of workingPhilip Gladstone2002-06-05
* Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone2002-06-04
* run1 can be <0 bugfix (found by fabrice)Michael Niedermayer2002-06-04
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* added missing externs (we were lucky that commons are used)Fabrice Bellard2002-06-04
* added missing externsFabrice Bellard2002-06-04
* * reimplemented remaing avg_ pixel functionsZdenek Kabelac2002-06-03
* * implemented remaing avg_ pixel functions (these are not used offen)Zdenek Kabelac2002-06-03
* Revert previous bogus warning fix.Falk Hüffner2002-06-03
* Minor warning cleanup.Falk Hüffner2002-06-03
* use qstride instead of fixed constantsNick Kurshev2002-06-03
* new field for communicating with external postprocessingNick Kurshev2002-06-03
* 100l divx501+ seeking bugfixMichael Niedermayer2002-06-02
* gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge...Felix Bünemann2002-06-02
* 10l found&patch by D Richard Felker III <dalias at aerifal.cx>D Richard Felker III2002-06-02
* typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)Michael Niedermayer2002-06-02
* divx5 bug workaroundMichael Niedermayer2002-06-02
* single coefficient eliminationMichael Niedermayer2002-06-02
* b_quant_offset (unfinished, should be 0 for now)Michael Niedermayer2002-06-02
* data partitioningMichael Niedermayer2002-06-02
* msmpeg4v1 decodingMichael Niedermayer2002-06-02
* single coefficient eliminationMichael Niedermayer2002-06-02
* dont double check vectorsMichael Niedermayer2002-06-02
* error concealment / error resilienceMichael Niedermayer2002-06-02
* error concealment / error resilienceMichael Niedermayer2002-06-02
* fixing get_bits_count at the endMichael Niedermayer2002-06-02
* sqrtMichael Niedermayer2002-06-02