| Commit message (Expand) | Author | Age | Files | Lines |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -6/+6 |
* | fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de | Matthias Hopf | 2006-11-22 | 1 | -1/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 1 | -1/+7 |
* | fix alac decoder on little endian | Baptiste Coudurier | 2006-05-10 | 1 | -1/+0 |
* | explain extradata and pass avctx to av_log's | Alex Beregszaszi | 2006-02-21 | 1 | -13/+29 |
* | make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) | Dieter | 2006-01-28 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -4/+4 |
* | 100l - this has only worked on big endian | Alex Beregszaszi | 2005-07-02 | 1 | -1/+1 |
* | replace custom bit-reading functions with FFmpeg's internal function; | Mike Melanson | 2005-03-10 | 1 | -187/+83 |
* | get rid of nasty exit()'s so the decoder will only warn the user before | Mike Melanson | 2005-03-06 | 1 | -2/+0 |
* | decoder works fine now, when fed properly-sized chunks by the demuxer; | Mike Melanson | 2005-03-06 | 1 | -46/+14 |
* | do not use a variable before proper initialization | Mike Melanson | 2005-03-06 | 1 | -9/+10 |
* | first pass at ALAC decoder from David Hammerton; while David's original | Mike Melanson | 2005-03-06 | 1 | -0/+970 |