aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-1817-111/+70
* added VPATH support for multiple dir compilationFabrice Bellard2002-05-181-1/+7
* proper memory handling functionsFabrice Bellard2002-05-181-13/+22
* removed debug functionFabrice Bellard2002-05-181-1/+3
* put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard2002-05-181-6/+88
* improved mpeg1/2 decoding speedFabrice Bellard2002-05-181-0/+6
* added proper memory handling functions - fixed include pathsFabrice Bellard2002-05-181-3/+7
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-181-16/+20
* qmin==1 bugfixMichael Niedermayer2002-05-171-3/+3
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-172-7/+14
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-172-323/+362
* new hopefully faster MCMichael Niedermayer2002-05-161-8/+344
* print frame decoding time support (x86 only)Michael Niedermayer2002-05-161-2/+18
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-142-12/+32
* * first shot for the new avcodec APIZdenek Kabelac2002-05-142-0/+227
* * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone2002-05-141-1/+1
* build num ++Nick Kurshev2002-05-121-2/+2
* build info for ABINick Kurshev2002-05-122-0/+7
* I was too lazy to be a hero ;)Nick Kurshev2002-05-121-0/+46
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-122-4/+5
* - pict_type exported to AVCodecContextJuanjo2002-05-114-15/+22
* - Warning fix.Juanjo2002-05-091-0/+2
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-091-4/+9
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-091-1/+1
* * Every frame is a key_framePhilip Gladstone2002-05-091-0/+3
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-091-2/+3
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-074-2/+9
* added support for various app headers, and writin FFmpeg commentAlex Beregszaszi2002-05-071-28/+215
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-061-1/+1
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-062-2/+3
* * replaced with liba52Zdenek Kabelac2002-05-069-2419/+0
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-063-6/+11
* segfault fix for b-frame encoding with height%16!=0Michael Niedermayer2002-05-051-4/+16
* version infoNick Kurshev2002-05-052-0/+6
* MV visualisation supportMichael Niedermayer2002-05-051-1/+34
* shorter user data with formating by juanjoMichael Niedermayer2002-05-051-1/+1
* move ABS() to common.hMichael Niedermayer2002-05-042-13/+20
* move put_string() to common.{c,h}Michael Niedermayer2002-05-033-9/+10
* correct quantizer biasMichael Niedermayer2002-05-031-0/+1
* ar -s has portability problems, anyway rc is enough without s -- suggested by...Arpi2002-05-031-1/+1
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-032-37/+100
* patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi2002-05-031-5/+64
* freeze fixMichael Niedermayer2002-05-021-4/+4
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-022-3/+3
* set C4 to 16383Michael Niedermayer2002-05-021-1/+14
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-028-110/+254
* Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi2002-05-012-19/+147
* * by Thomas Sailer:Zdenek Kabelac2002-05-011-1/+2
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-304-9/+9
* detecting xvid/divx4/opendivx and set low_delay flagMichael Niedermayer2002-04-271-1/+11