]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2002-04-11 Zdenek Kabelac* no error message without config.h
2002-04-11 Zdenek Kabelac* support for simple_idct config
2002-04-09 Juanjo- New switch to activate 4MV in ffmpeg.
2002-04-09 Juanjo- Fixed AC3 decoding for 5:1 AC3 streams. Now when...
2002-04-09 Juanjo- PIX_FMT_ANY = -1 to avoid breaking any stuff that...
2002-04-09 Juanjo- Commented out PIX_FMT_ANY by now. It seems that not...
2002-04-08 Philip Gladstone* patch by Philip Gladstone
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-08 Zdenek Kabelac* some minor modification by Philip Gladston
2002-04-08 Zdenek Kabelac* more warning cleanups
2002-04-08 Zdenek Kabelac* fixing some warnings
2002-04-08 Michael Niedermayerfixing black stripe at right if width%8!=0 && stride...
2002-04-08 Zdenek Kabelac* support for .au .gif .mov .mp4 by François Revol...
2002-04-08 Zdenek Kabelac*** empty log message ***
2002-04-08 Zdenek Kabelac* encoding of AC3 with more than 2 channels
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 encoding
2002-04-05 Michael Niedermayerfixing msmpeg4v2 bugs (is bugfree now afaik)
2002-04-05 Michael Niedermayerb frames & slices bugfix
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-04-04 Michael Niedermayerdump_stream support (nicely formated 0s and 1s)
2002-04-04 Michael Niedermayeremms was missing, found by juanjo but he didnt commit...
2002-04-02 Juanjo- Fix memory leak and others bugs for ppmpipe. Thanks...
2002-04-01 Michael Niedermayerfixing MVs in hq mode
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-04-01 Alex Beregszaszimultiple init bugfix (patch by Alex Beregszaszi <alex...
2002-03-30 Michael Niedermayerfixing 1/0
2002-03-29 Michael Niedermayerdivx5-gmc bug workaround
2002-03-29 Michael Niedermayermsmpeg4v2 header parser & some dump bits code behind...
2002-03-29 Michael Niedermayerminor optimizations / simplifications
2002-03-28 Arpiusing Juanjo's way to pass forced type - especially...
2002-03-28 Michael Niedermayerforce frame type for 2-pass encoding
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-28 Michael Niedermayermpeg4 4MV encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-25 Michael Niedermayer10l
2002-03-25 Michael Niedermayerbyte interleaving for mga
2002-03-25 Michael Niedermayeroptimizing mpeg4_encode_dc
2002-03-24 Michael Niedermayerfcode_tables where too small, found by Klaas-Pieter...
2002-03-24 Michael Niedermayerb-frame decoding bugfix
2002-03-24 Michael Niedermayerresync marker support, needed for some mp4 files
2002-03-24 Michael Niedermayerseems the old intra/inter decission is slightly better...
2002-03-24 Michael Niedermayer10l (motion_val was uninitilized)
2002-03-23 Michael Niedermayerfixing motion estimation with h263p hopefully
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-23 Michael Niedermayerdont return -1 if mpeg4 scalability ...
2002-03-23 Michael Niedermayerbetter inter/intra decission algo (same as xvid)
2002-03-23 Michael Niedermayerfixing MV range in h263
2002-03-22 Michael Niedermayermore aspect stuff
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayerfixing epzs & mpeg1 (hopefully now really ...)
2002-03-22 Michael Niedermayermpeg1 & epzs fix
2002-03-22 Michael Niedermayer-me epzs
2002-03-22 Michael Niedermayeroops
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-21 Michael Niedermayerfixing bgr15&16 on big_endian
2002-03-20 Juanjo- Fix pts calculation on mpeg mux (A/V sync) - Thanks...
2002-03-19 Juanjo- Added video coding statistics for ffmpeg. Needs more...
2002-03-19 Michael Niedermayertrying to fix qscale==0
2002-03-19 Michael Niedermayeruse the width & height from the mpeg4 header ... in...
2002-03-18 Michael Niedermayermsmpeg4 bugfix (wrong frame displayed if some frames...
2002-03-18 Michael Niedermayerfixing 4MV
2002-03-17 Michael Niedermayerscene change detection
2002-03-17 Michael Niedermayer10l
2002-03-17 Juanjo- Fixes on MPEG demuxer to handle VOBs without System...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-16 Juanjo- Bug fix MPEG-2 decoder to handle "repeat_first_field...
2002-03-15 Michael Niedermayeroptimization
2002-03-15 Michael Niedermayeruse ac prediction in mpeg4 encoding (5% smaller intra...
2002-03-13 Michael Niedermayersupport decoding (with mplayer) of 3 .mp4 files from...
2002-03-13 Michael Niedermayergenerate even more complete mpeg4 headers
2002-03-12 Michael Niedermayermpeg4 b-frames :)
2002-03-10 Juanjo- Bug fix on output sample rate for lame MP3 encoding.
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2002-03-10 Michael Niedermayerdivx5 draw_edges bugfix
2002-03-09 Michael Niedermayerq-pel mc fixed
2002-03-09 Michael Niedermayerdivx5-gmc support
2002-03-08 François Revol* BeOS patch by François Revol <revol@free.fr>
2002-03-07 Michael Niedermayergmc bitstream decoding support (the real motion compens...
2002-03-05 Michael Niedermayerparsing more of the mpeg4 header & print some "not...
2002-03-03 Felix Bünemannadd mangling
2002-03-01 Juanjo- Fix on AVI and WAV headers based on Nikolai Zhubr...
2002-02-26 Michael Niedermayerfixing warning
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-22 Michael Niedermayeruse assert.h
2002-02-22 Juanjo- Bug fix on RTYPE (rounding type) not being honoured...
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-21 Michael Niedermayerunscaled yuv2rgb fix for big-endian systems
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* Also include time.h for nanosleep()
2002-02-18 Zdenek Kabelac* some modifications to allow gcc to compile same code...
2002-02-18 Zdenek Kabelac* simplified indexing
next