| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for XviD encoding | kmkaplan | 2002-09-21 | 1 | -1/+1 |
* | drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net> | arpi | 2002-09-10 | 1 | -1/+1 |
* | TGA images (-mf on:type=tga) support | arpi | 2002-09-10 | 1 | -1/+1 |
* | added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib | alex | 2002-09-01 | 1 | -1/+1 |
* | vfwex separated from vfw, to work with new vfm system and dlopen | arpi | 2002-08-30 | 1 | -1/+1 |
* | renamed codecs | arpi | 2002-08-30 | 1 | -2/+2 |
* | "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter | rfelker | 2002-08-30 | 1 | -1/+1 |
* | removed -W -Wall -g and other gcc-specific warning/debug options | arpi | 2002-08-22 | 1 | -1/+1 |
* | soft video equalizer filter, currently supports brightness and | rfelker | 2002-08-21 | 1 | -1/+1 |
* | native DV audio/video decoders using libdv | arpi | 2002-08-05 | 1 | -2/+2 |
* | new filter to use libavcodec's deinterlacer | arpi | 2002-07-31 | 1 | -1/+1 |
* | New plugin to test crop parameters. Arguments are the same as for the | kmkaplan | 2002-07-27 | 1 | -1/+1 |
* | ad_dk4adpcm is done by ima_adpcm (obsoleted) | atmos4 | 2002-07-12 | 1 | -1/+1 |
* | Support for Xvid using their new api. If divx4 compatiblity is disabeled | albeu | 2002-07-10 | 1 | -1/+1 |
* | SVQ1 added | arpi | 2002-06-22 | 1 | -2/+2 |
* | vf_yvu9 support | alex | 2002-06-21 | 1 | -1/+1 |
* | noise generating filter | michael | 2002-06-14 | 1 | -1/+1 |
* | readaudio decoder - not yet working | arpi | 2002-06-10 | 1 | -1/+1 |
* | RealVideo rv30 decoder, using binary driver from realplayer8 | arpi | 2002-06-08 | 1 | -1/+1 |
* | test pattern filter | michael | 2002-06-03 | 1 | -1/+1 |
* | new filter, to detect best crop size | arpi | 2002-05-12 | 1 | -1/+1 |
* | dvbscale - setup scaling for the DVB card | arpi | 2002-05-06 | 1 | -1/+1 |
* | realtime yv12->mpeg1 with libavcodec qscale=1 | arpi | 2002-04-27 | 1 | -1/+1 |
* | Allow disabling of libfame and allow to enforce (not) building libavcodec. | atmos4 | 2002-04-26 | 1 | -1/+5 |
* | 8bpp paletted -> 15/16/24/32 converter | arpi | 2002-04-21 | 1 | -1/+1 |
* | Complement existing filters - rotate and flip. | eyck | 2002-04-21 | 1 | -1/+1 |
* | rotation/mirror filter | arpi | 2002-04-19 | 1 | -1/+1 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+1 |
* | native codecs files moved to libmpcodecs/native/ | arpi | 2002-04-13 | 1 | -3/+4 |
* | rgb2bgr converter | arpi | 2002-04-13 | 1 | -1/+1 |
* | RGB24/YUY2 -> DV encoding, using libdv | arpi | 2002-04-12 | 1 | -1/+1 |
* | new filter: flip | arpi | 2002-04-11 | 1 | -1/+1 |
* | 10l | arpi | 2002-04-11 | 1 | -1/+1 |
* | encoders | arpi | 2002-04-10 | 1 | -3/+11 |
* | 2 new simple filters: yuy2 and format | arpi | 2002-04-09 | 1 | -1/+1 |
* | vf_fame added - yv12->mpes converter | arpi | 2002-04-08 | 1 | -1/+1 |
* | swscale filter | arpi | 2002-04-07 | 1 | -1/+1 |
* | vf control codes added, autoq support | arpi | 2002-04-07 | 1 | -1/+1 |
* | postprocessing filter (fixme: -pp 0) | arpi | 2002-04-07 | 1 | -1/+1 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 1 | -1/+2 |
* | libmad support, rewritten from scratch using Xine decoder as sample | arpi | 2002-04-03 | 1 | -1/+1 |
* | vd_mpegpes added | arpi | 2002-04-03 | 1 | -1/+1 |
* | vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1 | arpi | 2002-03-31 | 1 | -1/+1 |
* | reworked ADPCM decoders; changes include: | melanson | 2002-03-30 | 1 | -1/+1 |
* | Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b... | atmos4 | 2002-03-26 | 1 | -1/+1 |
* | ad_msgsm added | arpi | 2002-03-25 | 1 | -1/+1 |
* | ok, use ad_* stuff | arpi | 2002-03-25 | 1 | -3/+5 |
* | added zlib | alex | 2002-03-22 | 1 | -1/+1 |
* | added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it> | melanson | 2002-03-21 | 1 | -1/+1 |
* | MPlayer now has a Microsoft RLE decoder to call its own...only supports | melanson | 2002-03-19 | 1 | -1/+1 |
* | Add IJPG decoder. | pontscho | 2002-03-10 | 1 | -1/+9 |
* | mpng, libmpeg2 added, none of them finished :( | arpi | 2002-03-09 | 1 | -1/+1 |
* | cyuv, nuv, qtrle, qtsmc, roq added | arpi | 2002-03-08 | 1 | -1/+1 |
* | fli and msvideo1 added | arpi | 2002-03-07 | 1 | -1/+1 |
* | xanim, raw, rle added | arpi | 2002-03-07 | 1 | -1/+1 |
* | vfw, vfwex, odivx, divx4 added | arpi | 2002-03-07 | 1 | -1/+1 |
* | vd_dshow added | arpi | 2002-03-06 | 1 | -1/+1 |
* | vd_ffmpeg added | arpi | 2002-03-06 | 1 | -1/+1 |
* | Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it> | arpi | 2002-03-02 | 1 | -1/+1 |
* | dec_video.c added | arpi | 2002-03-01 | 1 | -1/+1 |
* | cinepak added | arpi | 2002-02-28 | 1 | -1/+1 |
* | libmpcodecs core - initial version | arpi | 2002-02-28 | 1 | -0/+41 |