45 Commits (329851e03251b58b43c0b55c2852a69dcbb79459)

Author SHA1 Message Date
Vitor Sessak becc0ef95b Remove reimplementation of get_unary. 17 years ago
Vitor Sessak 11f81e6a07 Cosmetical: Empty line removal 17 years ago
Vitor Sessak 63ecfc1fe4 Comment about unsupported sample size 17 years ago
Vitor Sessak aa33d8096a Rename function 17 years ago
Vitor Sessak 321c313836 Replace two #define's by inline functions 17 years ago
Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Vitor Sessak 92df891001 More indentation 17 years ago
Vitor Sessak db695867eb Cosmetics: indentation 17 years ago
Vitor Sessak 4a5e6389fe Rename function 17 years ago
Vitor Sessak d58d7ade78 Minor cosmetics 17 years ago
Vitor Sessak 9c8d9f251e Another minor simplification 17 years ago
Vitor Sessak c9128d569a Make deinterlace_16 receive an array as a parameter and not two separated vars 17 years ago
Vitor Sessak b37bce6b61 Minor simplification 17 years ago
Vitor Sessak 60c4a31c6a Yet more cosmetics 17 years ago
Vitor Sessak 10024d443a More cosmetics 17 years ago
Vitor Sessak d0da802049 Remove reimplementation of av_log2 17 years ago
Vitor Sessak f175201004 Test for supported number of channels 17 years ago
Vitor Sessak 586e5bd902 Cosmetics: indentation 17 years ago
Vitor Sessak a1301f2934 Cosmetics: alignment 17 years ago
Vitor Sessak 10fb5763cc Remove more code duplication. Based on a patch by Matthieu Castet. 17 years ago
Vitor Sessak d562ba238e Move var. declaration to allow further clean up 17 years ago
Vitor Sessak 7f26801668 Remove code duplication. Based on a patch by Matthieu Castet. 17 years ago
Vitor Sessak e3be5693c3 Make "channels" variable mean the number of channels, not the number of 17 years ago
Diego Biurrun 3e582fbbc5 license header consistency: Remove redundant "all rights reserved" statement 17 years ago
Vitor Sessak f79488d426 Use proper bytestream functions 17 years ago
Vitor Sessak 153696a663 Prepare to remove more duplicated code 17 years ago
Vitor Sessak a562e2e651 Remove some duplicated code 17 years ago
Vitor Sessak 5b154bd5cd Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) 17 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Matthias Hopf 1e25a7e7eb fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Baptiste Coudurier 415d10d0a5 fix alac decoder on little endian 19 years ago
Alex Beregszaszi a1db1fc445 explain extradata and pass avctx to av_log's 19 years ago
Dieter 1b47fafd9f make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alex Beregszaszi 41a33f51d2 100l - this has only worked on big endian 20 years ago
Mike Melanson 6d021b00e2 replace custom bit-reading functions with FFmpeg's internal function; 20 years ago
Mike Melanson fc90504b99 get rid of nasty exit()'s so the decoder will only warn the user before 20 years ago
Mike Melanson f770ee038f decoder works fine now, when fed properly-sized chunks by the demuxer; 20 years ago
Mike Melanson 7ff85a81ed do not use a variable before proper initialization 20 years ago
Mike Melanson 6d6d7970e7 first pass at ALAC decoder from David Hammerton; while David's original 20 years ago