summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add an av_abort macro that aborts, but also prints out the location of the ab...Philip Gladstone2002-05-24
* * baling 8 seems to have the same speedZdenek Kabelac2002-05-23
* * always baling even though it seems to produce sometime worseZdenek Kabelac2002-05-23
* * cleanup for put_pixels_mmxZdenek Kabelac2002-05-23
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-23
* * align the source initialy addressZdenek Kabelac2002-05-23
* * fixed contrains and avoid usage of scale index accessZdenek Kabelac2002-05-23
* * added simple test main - see comments about how toZdenek Kabelac2002-05-23
* using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer2002-05-22
* * fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac2002-05-22
* * minor cleanupZdenek Kabelac2002-05-22
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-21
* * oops - these are the midnight commits...Zdenek Kabelac2002-05-21
* * restored previous behaviour for this momentZdenek Kabelac2002-05-21
* * restored previous non '..' versionZdenek Kabelac2002-05-21
* fixed incorrect global gain - slightly increased precision of n^(4/3) tableFabrice Bellard2002-05-21
* * using ../ for bswap.hZdenek Kabelac2002-05-21
* * avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac2002-05-21
* fixed one overflow problemFabrice Bellard2002-05-20
* removed unused stuff - added dsputil_set_bit_exact() support for easier testingFabrice Bellard2002-05-20
* removed unused codeFabrice Bellard2002-05-20
* mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streamsFabrice Bellard2002-05-20
* better av_freep()Fabrice Bellard2002-05-20
* added avcodec_set_bit_exact() for testingFabrice Bellard2002-05-20
* fixing alignment for alignment picky cpusMichael Niedermayer2002-05-19
* removed unmaintained vc stuffFabrice Bellard2002-05-18
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* added VPATH support for multiple dir compilationFabrice Bellard2002-05-18
* proper memory handling functionsFabrice Bellard2002-05-18
* removed debug functionFabrice Bellard2002-05-18
* put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard2002-05-18
* improved mpeg1/2 decoding speedFabrice Bellard2002-05-18
* added proper memory handling functions - fixed include pathsFabrice Bellard2002-05-18
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-18
* qmin==1 bugfixMichael Niedermayer2002-05-17
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-17
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-17
* new hopefully faster MCMichael Niedermayer2002-05-16
* print frame decoding time support (x86 only)Michael Niedermayer2002-05-16
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-14
* * first shot for the new avcodec APIZdenek Kabelac2002-05-14
* * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone2002-05-14
* build num ++Nick Kurshev2002-05-12
* build info for ABINick Kurshev2002-05-12
* I was too lazy to be a hero ;)Nick Kurshev2002-05-12
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-12
* - pict_type exported to AVCodecContextJuanjo2002-05-11
* - Warning fix.Juanjo2002-05-09
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-09
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-09