summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* * Every frame is a key_framePhilip Gladstone2002-05-09
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-09
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
* added support for various app headers, and writin FFmpeg commentAlex Beregszaszi2002-05-07
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* * replaced with liba52Zdenek Kabelac2002-05-06
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-06
* segfault fix for b-frame encoding with height%16!=0Michael Niedermayer2002-05-05
* version infoNick Kurshev2002-05-05
* MV visualisation supportMichael Niedermayer2002-05-05
* shorter user data with formating by juanjoMichael Niedermayer2002-05-05
* move ABS() to common.hMichael Niedermayer2002-05-04
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03
* correct quantizer biasMichael Niedermayer2002-05-03
* ar -s has portability problems, anyway rc is enough without s -- suggested by...Arpi2002-05-03
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-03
* patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi2002-05-03
* freeze fixMichael Niedermayer2002-05-02
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-02
* set C4 to 16383Michael Niedermayer2002-05-02
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi2002-05-01
* * by Thomas Sailer:Zdenek Kabelac2002-05-01
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-30