- 19 Jul, 2012 39 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Andrew D'Addesio authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio <modchipv12@gmail.com>.
-
Justin Ruggles authored
Use get_bits_long() in decode_scalar(). Use unsigned int for decoded value.
-
Justin Ruggles authored
Avoids unneeded interleaving and allows for reusing the AVFrame output buffer as the internal buffer for 24-bit and 32-bit sample size.
-
Justin Ruggles authored
-
Andrew D'Addesio authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This will simplify the multi-channel implementation.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It does not need to be unsigned.
-
Justin Ruggles authored
-
Justin Ruggles authored
It is already unconditionally set to 0 prior to this, so we can modify it only when needed.
-
Justin Ruggles authored
x_modified is just unnecessary, and final_val can be removed by simplifying the unsigned-to-signed conversion.
-
Justin Ruggles authored
avoids some unnecessary arithmetic in certain situations
-
Justin Ruggles authored
-
Justin Ruggles authored
reduces the number of parameters to decode_scalar() and slightly simplifies the code
-
Justin Ruggles authored
Use the ALACContext fields directly instead.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It is used to store a value read by avio_rb64().
-
Justin Ruggles authored
according to the CAF specification: "... the value for mChunkSize can be greater than the actual valid content of the packet table chunk"
-
Justin Ruggles authored
-
Mans Rullgard authored
This provides a more precise identification of the compiler used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Reversing the lpc coefficient order simplifies indexing in the filter. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 18 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-