aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* - 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
* export mbskip_table for direct renderingMichael Niedermayer2002-04-275-2/+19
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-2710-276/+316
* * cleanupZdenek Kabelac2002-04-262-1/+3
* * fixes problem with -funroll-loops and buggy gcc compilerZdenek Kabelac2002-04-241-8/+7
* avcodec_flush_buffers()Michael Niedermayer2002-04-246-8/+29
* * path to ffmpegs config.hZdenek Kabelac2002-04-231-1/+1
* segfault fixMichael Niedermayer2002-04-222-2/+8
* * using liba52Zdenek Kabelac2002-04-222-12/+15
* * using some small char buffer - needed for sprintfZdenek Kabelac2002-04-221-4/+4
* export delay infoMichael Niedermayer2002-04-226-9/+49
* b-frame mpeg4 fix when seekingMichael Niedermayer2002-04-221-0/+4
* divx 5.01 supportMichael Niedermayer2002-04-224-6/+42
* * add support for liba52Zdenek Kabelac2002-04-2212-0/+3216