summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix typo found by Milan Cutka <cutka@szm.sk>Michael Niedermayer2002-04-12
* * no error message without config.hZdenek Kabelac2002-04-11
* * support for simple_idct configZdenek Kabelac2002-04-11
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-09
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
* - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.Juanjo2002-04-09
* - Commented out PIX_FMT_ANY by now. It seems that not all codecs are settingJuanjo2002-04-09
* * patch by Philip GladstonePhilip Gladstone2002-04-08
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-08
* * more warning cleanupsZdenek Kabelac2002-04-08
* * fixing some warningsZdenek Kabelac2002-04-08
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiMichael Niedermayer2002-04-08
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-08
* *** empty log message ***Zdenek Kabelac2002-04-08
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-08
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
* msmpeg4v2 encodingMichael Niedermayer2002-04-05
* fixing msmpeg4v2 bugs (is bugfree now afaik)Michael Niedermayer2002-04-05
* b frames & slices bugfixMichael Niedermayer2002-04-05
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-04
* emms was missing, found by juanjo but he didnt commit it?!Michael Niedermayer2002-04-04
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
* fixing MVs in hq modeMichael Niedermayer2002-04-01
* overread in the mmx2 horizontal scaler fixedMichael Niedermayer2002-04-01
* multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)Alex Beregszaszi2002-04-01
* fixing 1/0Michael Niedermayer2002-03-30
* divx5-gmc bug workaroundMichael Niedermayer2002-03-29
* msmpeg4v2 header parser & some dump bits code behind #if 0Michael Niedermayer2002-03-29
* minor optimizations / simplificationsMichael Niedermayer2002-03-29
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-28
* force frame type for 2-pass encodingMichael Niedermayer2002-03-28
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
* mpeg4 4MV encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* 10lMichael Niedermayer2002-03-25
* byte interleaving for mgaMichael Niedermayer2002-03-25
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-25
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-24
* b-frame decoding bugfixMichael Niedermayer2002-03-24
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
* seems the old intra/inter decission is slightly better with a threshold, than...Michael Niedermayer2002-03-24
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-24
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-23
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-23
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-23