This project is a fork of the FFMpeg-mirror.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/FFMpeg-mirror.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionffmpeg Lagarith lossless decoder
ownersaintdev@gmail.com
last changeFri, 16 Oct 2009 02:39:57 +0000 (15 20:39 -0600)
content tags
add:
README
FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
shortlog
2009-10-16 Nathan CaldwellTypo in softfloat_reciprocal comment.master
2009-10-16 Nathan CaldwellMerge branch 'lags-rac' into lagarith
2009-10-16 Nathan CaldwellMerge branch 'master' of git://git.ffmpeg.org/ffmpeg... lags-rac
2009-10-16 Nathan CaldwellRemove unused value from series[] in lag_decode_prob.
2009-10-16 Nathan CaldwellHandle error conditions when decoding probabilities.
2009-10-15 reimarAdd support for hardcoded ff_sin_* tables.
2009-10-15 reimarMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 reimarRemove silly casts to the same type as we already have.
2009-10-15 reimarAdd missing release_buffer at decode end for asv1 decoder.
2009-10-15 reimarPartially revert r20233, exp2f is not available on...
2009-10-15 cehoyosRaise MAX_THREADS to 16.
2009-10-15 jai_menonSkip padding bytes correctly in ID3 tags.
2009-10-15 reimarDo not initialize ff_cos_* tables again in rdft_init...
2009-10-15 jbr10l: update Makefile after rename
2009-10-15 jbrRename aiff.c to aiffdec.c
2009-10-15 jbrSplit up the AIFF muxer and demuxer into separate files.
...
heads
14 years ago master
14 years ago lags-rac
14 years ago lags-rgb