summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-1710-630/+1081
* * minor - slightly modified debug messageZdenek Kabelac2002-04-151-12/+12
* - Versions defined for libav/libavcodec.Juanjo2002-04-154-5/+26
* - ME method compatibility with legacy apps.Juanjo2002-04-142-7/+16
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-145-17/+37
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-092-15/+32
* - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.Juanjo2002-04-091-1/+1
* - Commented out PIX_FMT_ANY by now. It seems that not all codecs are settingJuanjo2002-04-091-1/+1
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-084-1/+10
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-083-69/+104
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-072-0/+2
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-076-18/+99
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-065-5/+55
* msmpeg4v2 encodingMichael Niedermayer2002-04-051-53/+146
* fixing msmpeg4v2 bugs (is bugfree now afaik)Michael Niedermayer2002-04-051-34/+3
* b frames & slices bugfixMichael Niedermayer2002-04-051-3/+9
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-059-98/+391
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-041-2/+38
* emms was missing, found by juanjo but he didnt commit it?!Michael Niedermayer2002-04-041-1/+2
* fixing MVs in hq modeMichael Niedermayer2002-04-011-0/+3
* multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)Alex Beregszaszi2002-04-011-0/+12
* fixing 1/0Michael Niedermayer2002-03-301-3/+3
* divx5-gmc bug workaroundMichael Niedermayer2002-03-291-8/+22
* msmpeg4v2 header parser & some dump bits code behind #if 0Michael Niedermayer2002-03-291-1/+57
* minor optimizations / simplificationsMichael Niedermayer2002-03-291-23/+14
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-282-3/+3
* force frame type for 2-pass encodingMichael Niedermayer2002-03-283-3/+7
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-285-24/+32
* mpeg4 4MV encodingMichael Niedermayer2002-03-283-57/+203
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-279-502/+1081
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-251-1/+69
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-243-4/+4
* b-frame decoding bugfixMichael Niedermayer2002-03-241-5/+4
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-243-7/+206
* seems the old intra/inter decission is slightly better with a threshold, than...Michael Niedermayer2002-03-241-3/+9
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-243-41/+33
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-232-6/+18
* statistics for 2-pass encodingMichael Niedermayer2002-03-234-5/+75
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-231-2/+1
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-231-8/+30
* fixing MV range in h263Michael Niedermayer2002-03-231-2/+2
* more aspect stuffMichael Niedermayer2002-03-221-0/+5
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-227-13/+173
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-222-58/+86
* mpeg1 & epzs fixMichael Niedermayer2002-03-221-3/+4
* oopsMichael Niedermayer2002-03-221-1/+1
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-228-83/+363
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-201-1/+1
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-192-1/+3
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-192-13/+19
OpenPOWER on IntegriCloud